#7731CE

Color #7731CE Purple Heart (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Heart #7731CE

Tints of Purple Heart #7731CE

Color information

#7731CE (or 0x7731CE) is unknown color: approx Purple Heart. HEX triplet: 77, 31 and CE. RGB value is (119,49,206). Sum of RGB (Red+Green+Blue) = 119+49+206=374 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.82% from 374); Green value is 49 (19.53% from 255 or 13.10% from 374); Blue value is 206 (80.86% from 255 or 55.08% from 374); Max value from RGB is 206 - color contains mainly: blue. Hex color #7731CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7731CE is #88CE31. Grayscale: #575757. Windows color (decimal): -8965682 or 13513079. OLE color: 13513079.

HSL color Cylindrical-coordinate representation of color #7731CE: hue angle of 266.75º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7731CE is Cyan = 0.42, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB11949206-
CMYK0.420.7600.19
HSL266.75º61.57%50%-
HSV(B)266.75º76.21%80.78%-
XYZ19.8510.5759.39-
YUV87.83194.69150.23-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 119 (46.88% from 255) = 31.82%
GREEN value IS 49 (19.53% from 255) = 13.10%
BLUE value IS 206 (80.86% from 255) = 55.08%
R=31.82%
G=13.10%
B=55.08%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal119492060.420.7600.19266.7561.5750
Hex7731CE2A4C01310b3e32
Octal16761316521140234137662
Binary1110111110001110011101010101001100010011100001011111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7731CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7731CE; }

 p { color: rgb(119,49,206); }

 H1.HeaderClassName
 {
   color: #7731CE;
 }
 .AnyTagClassName
 {
   color: #7731CE;
 }
</style>
background-color css

<style>
 a { background-color: #7731CE; }

 a { background-color: rgb(119,49,206); }

 div.DivClassName
 {
   background-color: #7731CE;
 }
 .BgClassName
 {
   background-color: #7731CE;
 }
</style>
border-color css

<style>
 span { border-color: #7731CE; }

 span { border-color: rgb(119,49,206); }

 td.TdClassName
 {
   border-color: #7731CE;
 }
 .TagClassName
 {
   border-color: #7731CE;
 }
</style>