#5912CF

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

Shades of Purple Heart #5912CF

Tints of Purple Heart #5912CF

Color information

#5912CF (or 0x5912CF) is unknown color: approx Purple Heart. HEX triplet: 59, 12 and CF. RGB value is (89,18,207). Sum of RGB (Red+Green+Blue) = 89+18+207=314 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.34% from 314); Green value is 18 (7.42% from 255 or 5.73% from 314); Blue value is 207 (81.25% from 255 or 65.92% from 314); Max value from RGB is 207 - color contains mainly: blue. Hex color #5912CF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5912CF is #A6ED30. Grayscale: #3C3C3C. Windows color (decimal): -10939697 or 13570649. OLE color: 13570649.

HSL color Cylindrical-coordinate representation of color #5912CF: hue angle of 262.54º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5912CF is Cyan = 0.57, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB8918207-
CMYK0.570.9100.19
HSL262.54º84%44.12%-
HSV(B)262.54º91.3%81.18%-
XYZ15.67.0659.57-
YUV60.78210.52148.13-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 28.34%
GREEN value IS 18 (7.42% from 255) = 5.73%
BLUE value IS 207 (81.25% from 255) = 65.92%
R=28.34%
G=5.73%
B=65.92%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal89182070.570.9100.19262.548444.12
Hex5912CF395B013107542c
Octal131223177113302340712454
Binary1011001100101100111111100110110110100111000001111010100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5912CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5912CF; }

 p { color: rgb(89,18,207); }

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

<style>
 a { background-color: #5912CF; }

 a { background-color: rgb(89,18,207); }

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

<style>
 span { border-color: #5912CF; }

 span { border-color: rgb(89,18,207); }

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