#593BB0

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

Shades of Purple Heart #593BB0

Tints of Purple Heart #593BB0

Color information

#593BB0 (or 0x593BB0) is unknown color: approx Purple Heart. HEX triplet: 59, 3B and B0. RGB value is (89,59,176). Sum of RGB (Red+Green+Blue) = 89+59+176=324 (42% of max value = 765). Red value is 89 (35.16% from 255 or 27.47% from 324); Green value is 59 (23.44% from 255 or 18.21% from 324); Blue value is 176 (69.14% from 255 or 54.32% from 324); Max value from RGB is 176 - color contains mainly: blue. Hex color #593BB0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #593BB0 is #A6C44F. Grayscale: #505050. Windows color (decimal): -10929232 or 11549529. OLE color: 11549529.

HSL color Cylindrical-coordinate representation of color #593BB0: hue angle of 255.38º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #593BB0 is Cyan = 0.49, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB8959176-
CMYK0.490.6600.31
HSL255.38º49.79%46.08%-
HSV(B)255.38º66.48%69.02%-
XYZ13.528.3941.98-
YUV81.31181.44133.49-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 27.47%
GREEN value IS 59 (23.44% from 255) = 18.21%
BLUE value IS 176 (69.14% from 255) = 54.32%
R=27.47%
G=18.21%
B=54.32%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal89591760.490.6600.31255.3849.7946.08
Hex593BB0314201Fff322e
Octal13173260611020373776256
Binary101100111101110110000110001100001001111111111111110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #593BB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #593BB0; }

 p { color: rgb(89,59,176); }

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

<style>
 a { background-color: #593BB0; }

 a { background-color: rgb(89,59,176); }

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

<style>
 span { border-color: #593BB0; }

 span { border-color: rgb(89,59,176); }

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