#593DC9

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

Shades of Purple Heart #593DC9

Tints of Purple Heart #593DC9

Color information

#593DC9 (or 0x593DC9) is unknown color: approx Purple Heart. HEX triplet: 59, 3D and C9. RGB value is (89,61,201). Sum of RGB (Red+Green+Blue) = 89+61+201=351 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.36% from 351); Green value is 61 (24.22% from 255 or 17.38% from 351); Blue value is 201 (78.91% from 255 or 57.26% from 351); Max value from RGB is 201 - color contains mainly: blue. Hex color #593DC9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #593DC9 is #A6C236. Grayscale: #545454. Windows color (decimal): -10928695 or 13188441. OLE color: 13188441.

HSL color Cylindrical-coordinate representation of color #593DC9: hue angle of 252º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #593DC9 is Cyan = 0.56, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB8961201-
CMYK0.560.7000.21
HSL252º56.45%51.37%-
HSV(B)252º69.65%78.82%-
XYZ16.339.6856.27-
YUV85.33193.28130.62-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 25.36%
GREEN value IS 61 (24.22% from 255) = 17.38%
BLUE value IS 201 (78.91% from 255) = 57.26%
R=25.36%
G=17.38%
B=57.26%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal89612010.560.7000.2125256.4551.37
Hex593DC93846015fc3833
Octal13175311701060253747063
Binary101100111110111001001111000100011001010111111100111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #593DC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,61,201); }

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

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

 a { background-color: rgb(89,61,201); }

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

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

 span { border-color: rgb(89,61,201); }

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