#593BAE

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

Shades of Purple Heart #593BAE

Tints of Purple Heart #593BAE

Color information

#593BAE (or 0x593BAE) is unknown color: approx Purple Heart. HEX triplet: 59, 3B and AE. RGB value is (89,59,174). Sum of RGB (Red+Green+Blue) = 89+59+174=322 (42% of max value = 765). Red value is 89 (35.16% from 255 or 27.64% from 322); Green value is 59 (23.44% from 255 or 18.32% from 322); Blue value is 174 (68.36% from 255 or 54.04% from 322); Max value from RGB is 174 - color contains mainly: blue. Hex color #593BAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #593BAE is #A6C451. Grayscale: #505050. Windows color (decimal): -10929234 or 11418457. OLE color: 11418457.

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

Color convert

RGB8959174-
CMYK0.490.6600.32
HSL255.65º49.36%45.69%-
HSV(B)255.65º66.09%68.24%-
XYZ13.328.3140.95-
YUV81.08180.44133.65-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 27.64%
GREEN value IS 59 (23.44% from 255) = 18.32%
BLUE value IS 174 (68.36% from 255) = 54.04%
R=27.64%
G=18.32%
B=54.04%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal89591740.490.6600.32255.6549.3645.69
Hex593BAE3142020100312e
Octal13173256611020404006156
Binary10110011110111010111011000110000100100000100000000110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #593BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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