#593aae

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

Shades of Purple Heart #593AAE

Tints of Purple Heart #593AAE

Color information

#593AAE (or 0x593AAE) is unknown color: approx Purple Heart. HEX triplet: 59, 3A and AE. RGB value is (89,58,174). Sum of RGB (Red+Green+Blue) = 89+58+174=321 (42% of max value = 765). Red value is 89 (35.16% from 255 or 27.73% from 321); Green value is 58 (23.05% from 255 or 18.07% from 321); Blue value is 174 (68.36% from 255 or 54.21% from 321); Max value from RGB is 174 - color contains mainly: blue. Hex color #593AAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #593AAE is #A6C551. Grayscale: #505050. Windows color (decimal): -10929490 or 11418201. OLE color: 11418201.

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

Color convert

RGB8958174-
CMYK0.490.6700.32
HSL256.03º50%45.49%-
HSV(B)256.03º66.67%68.24%-
XYZ13.278.2140.93-
YUV80.49180.77134.07-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 27.73%
GREEN value IS 58 (23.05% from 255) = 18.07%
BLUE value IS 174 (68.36% from 255) = 54.21%
R=27.73%
G=18.07%
B=54.21%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal89581740.490.6700.32256.035045.49
Hex593AAE3143020100322d
Octal13172256611030404006255
Binary10110011110101010111011000110000110100000100000000110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #593aae

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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