#592FCB

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

Shades of Purple Heart #592FCB

Tints of Purple Heart #592FCB

Color information

#592FCB (or 0x592FCB) is unknown color: approx Purple Heart. HEX triplet: 59, 2F and CB. RGB value is (89,47,203). Sum of RGB (Red+Green+Blue) = 89+47+203=339 (44% of max value = 765). Red value is 89 (35.16% from 255 or 26.25% from 339); Green value is 47 (18.75% from 255 or 13.86% from 339); Blue value is 203 (79.69% from 255 or 59.88% from 339); Max value from RGB is 203 - color contains mainly: blue. Hex color #592FCB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #592FCB is #A6D034. Grayscale: #4C4C4C. Windows color (decimal): -10932277 or 13315929. OLE color: 13315929.

HSL color Cylindrical-coordinate representation of color #592FCB: hue angle of 256.15º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #592FCB is Cyan = 0.56, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB8947203-
CMYK0.560.7700.20
HSL256.15º62.4%49.02%-
HSV(B)256.15º76.85%79.61%-
XYZ15.928.4757.3-
YUV77.34198.91136.32-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 26.25%
GREEN value IS 47 (18.75% from 255) = 13.86%
BLUE value IS 203 (79.69% from 255) = 59.88%
R=26.25%
G=13.86%
B=59.88%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal89472030.560.7700.20256.1562.449.02
Hex592FCB384D0141003e31
Octal13157313701150244007661
Binary1011001101111110010111110001001101010100100000000111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #592FCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,47,203); }

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

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

 a { background-color: rgb(89,47,203); }

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

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

 span { border-color: rgb(89,47,203); }

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