#593CBA

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

Shades of Purple Heart #593CBA

Tints of Purple Heart #593CBA

Color information

#593CBA (or 0x593CBA) is unknown color: approx Purple Heart. HEX triplet: 59, 3C and BA. RGB value is (89,60,186). Sum of RGB (Red+Green+Blue) = 89+60+186=335 (44% of max value = 765). Red value is 89 (35.16% from 255 or 26.57% from 335); Green value is 60 (23.83% from 255 or 17.91% from 335); Blue value is 186 (73.05% from 255 or 55.52% from 335); Max value from RGB is 186 - color contains mainly: blue. Hex color #593CBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #593CBA is #A6C345. Grayscale: #525252. Windows color (decimal): -10928966 or 12205145. OLE color: 12205145.

HSL color Cylindrical-coordinate representation of color #593CBA: hue angle of 253.81º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #593CBA is Cyan = 0.52, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB8960186-
CMYK0.520.6800.27
HSL253.81º51.22%48.24%-
HSV(B)253.81º67.74%72.94%-
XYZ14.68.947.4-
YUV83.04186.11132.25-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 26.57%
GREEN value IS 60 (23.83% from 255) = 17.91%
BLUE value IS 186 (73.05% from 255) = 55.52%
R=26.57%
G=17.91%
B=55.52%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal89601860.520.6800.27253.8151.2248.24
Hex593CBA344401Bfe3330
Octal13174272641040333766360
Binary101100111110010111010110100100010001101111111110110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #593CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,60,186); }

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

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

 a { background-color: rgb(89,60,186); }

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

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

 span { border-color: rgb(89,60,186); }

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