#5711C4

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

Shades of Purple Heart #5711C4

Tints of Purple Heart #5711C4

Color information

#5711C4 (or 0x5711C4) is unknown color: approx Purple Heart. HEX triplet: 57, 11 and C4. RGB value is (87,17,196). Sum of RGB (Red+Green+Blue) = 87+17+196=300 (39% of max value = 765). Red value is 87 (34.38% from 255 or 29% from 300); Green value is 17 (7.03% from 255 or 5.67% from 300); Blue value is 196 (76.95% from 255 or 65.33% from 300); Max value from RGB is 196 - color contains mainly: blue. Hex color #5711C4 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5711C4 is #A8EE3B. Grayscale: #393939. Windows color (decimal): -11071036 or 12849495. OLE color: 12849495.

HSL color Cylindrical-coordinate representation of color #5711C4: hue angle of 263.46º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5711C4 is Cyan = 0.56, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB8717196-
CMYK0.560.9100.23
HSL263.46º84.04%41.76%-
HSV(B)263.46º91.33%76.86%-
XYZ14.096.4152.72-
YUV58.34205.69148.45-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 29%
GREEN value IS 17 (7.03% from 255) = 5.67%
BLUE value IS 196 (76.95% from 255) = 65.33%
R=29%
G=5.67%
B=65.33%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal87171960.560.9100.23263.4684.0441.76
Hex5711C4385B017107542a
Octal127213047013302740712452
Binary1010111100011100010011100010110110101111000001111010100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5711C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5711C4; }

 p { color: rgb(87,17,196); }

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

<style>
 a { background-color: #5711C4; }

 a { background-color: rgb(87,17,196); }

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

<style>
 span { border-color: #5711C4; }

 span { border-color: rgb(87,17,196); }

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