#592EBC

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

Shades of Purple Heart #592EBC

Tints of Purple Heart #592EBC

Color information

#592EBC (or 0x592EBC) is unknown color: approx Purple Heart. HEX triplet: 59, 2E and BC. RGB value is (89,46,188). Sum of RGB (Red+Green+Blue) = 89+46+188=323 (42% of max value = 765). Red value is 89 (35.16% from 255 or 27.55% from 323); Green value is 46 (18.36% from 255 or 14.24% from 323); Blue value is 188 (73.83% from 255 or 58.20% from 323); Max value from RGB is 188 - color contains mainly: blue. Hex color #592EBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #592EBC is #A6D143. Grayscale: #4A4A4A. Windows color (decimal): -10932548 or 12332633. OLE color: 12332633.

HSL color Cylindrical-coordinate representation of color #592EBC: hue angle of 258.17º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #592EBC is Cyan = 0.53, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB8946188-
CMYK0.530.7600.26
HSL258.17º60.68%45.88%-
HSV(B)258.17º75.53%73.73%-
XYZ14.177.7148.32-
YUV75.04191.75137.95-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 27.55%
GREEN value IS 46 (18.36% from 255) = 14.24%
BLUE value IS 188 (73.83% from 255) = 58.20%
R=27.55%
G=14.24%
B=58.20%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal89461880.530.7600.26258.1760.6845.88
Hex592EBC354C01A1023d2e
Octal13156274651140324027556
Binary1011001101110101111001101011001100011010100000010111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #592EBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,46,188); }

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

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

 a { background-color: rgb(89,46,188); }

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

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

 span { border-color: rgb(89,46,188); }

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