#592CCF

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

Shades of Purple Heart #592CCF

Tints of Purple Heart #592CCF

Color information

#592CCF (or 0x592CCF) is unknown color: approx Purple Heart. HEX triplet: 59, 2C and CF. RGB value is (89,44,207). Sum of RGB (Red+Green+Blue) = 89+44+207=340 (45% of max value = 765). Red value is 89 (35.16% from 255 or 26.18% from 340); Green value is 44 (17.58% from 255 or 12.94% from 340); Blue value is 207 (81.25% from 255 or 60.88% from 340); Max value from RGB is 207 - color contains mainly: blue. Hex color #592CCF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #592CCF is #A6D330. Grayscale: #4B4B4B. Windows color (decimal): -10933041 or 13577305. OLE color: 13577305.

HSL color Cylindrical-coordinate representation of color #592CCF: hue angle of 256.56º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #592CCF is Cyan = 0.57, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB8944207-
CMYK0.570.7900.19
HSL256.56º64.94%49.22%-
HSV(B)256.56º78.74%81.18%-
XYZ16.288.4359.8-
YUV76.04201.91137.25-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 26.18%
GREEN value IS 44 (17.58% from 255) = 12.94%
BLUE value IS 207 (81.25% from 255) = 60.88%
R=26.18%
G=12.94%
B=60.88%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal89442070.570.7900.19256.5664.9449.22
Hex592CCF394F0131014131
Octal131543177111702340110161
Binary10110011011001100111111100110011110100111000000011000001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #592CCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #592CCF; }

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

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

<style>
 a { background-color: #592CCF; }

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

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

<style>
 span { border-color: #592CCF; }

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

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