#5911C5

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

Shades of Purple Heart #5911C5

Tints of Purple Heart #5911C5

Color information

#5911C5 (or 0x5911C5) is unknown color: approx Purple Heart. HEX triplet: 59, 11 and C5. RGB value is (89,17,197). Sum of RGB (Red+Green+Blue) = 89+17+197=303 (40% of max value = 765). Red value is 89 (35.16% from 255 or 29.37% from 303); Green value is 17 (7.03% from 255 or 5.61% from 303); Blue value is 197 (77.34% from 255 or 65.02% from 303); Max value from RGB is 197 - color contains mainly: blue. Hex color #5911C5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5911C5 is #A6EE3A. Grayscale: #3A3A3A. Windows color (decimal): -10939963 or 12915033. OLE color: 12915033.

HSL color Cylindrical-coordinate representation of color #5911C5: hue angle of 264º 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 #5911C5 is Cyan = 0.55, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB8917197-
CMYK0.550.9100.23
HSL264º84.11%41.96%-
HSV(B)264º91.37%77.25%-
XYZ14.46.5653.33-
YUV59.05205.85149.36-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 29.37%
GREEN value IS 17 (7.03% from 255) = 5.61%
BLUE value IS 197 (77.34% from 255) = 65.02%
R=29.37%
G=5.61%
B=65.02%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal89171970.550.9100.2326484.1141.96
Hex5911C5375B017108542a
Octal131213056713302741012452
Binary1011001100011100010111011110110110101111000010001010100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5911C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5911C5; }

 p { color: rgb(89,17,197); }

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

<style>
 a { background-color: #5911C5; }

 a { background-color: rgb(89,17,197); }

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

<style>
 span { border-color: #5911C5; }

 span { border-color: rgb(89,17,197); }

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