#592EAA

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

Shades of Purple Heart #592EAA

Tints of Purple Heart #592EAA

Color information

#592EAA (or 0x592EAA) is unknown color: approx Purple Heart. HEX triplet: 59, 2E and AA. RGB value is (89,46,170). Sum of RGB (Red+Green+Blue) = 89+46+170=305 (40% of max value = 765). Red value is 89 (35.16% from 255 or 29.18% from 305); Green value is 46 (18.36% from 255 or 15.08% from 305); Blue value is 170 (66.80% from 255 or 55.74% from 305); Max value from RGB is 170 - color contains mainly: blue. Hex color #592EAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #592EAA is #A6D155. Grayscale: #484848. Windows color (decimal): -10932566 or 11152985. OLE color: 11152985.

HSL color Cylindrical-coordinate representation of color #592EAA: hue angle of 260.81º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #592EAA is Cyan = 0.48, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB8946170-
CMYK0.480.7300.33
HSL260.81º57.41%42.35%-
HSV(B)260.81º72.94%66.67%-
XYZ12.356.9838.73-
YUV72.99182.75139.42-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 29.18%
GREEN value IS 46 (18.36% from 255) = 15.08%
BLUE value IS 170 (66.80% from 255) = 55.74%
R=29.18%
G=15.08%
B=55.74%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal89461700.480.7300.33260.8157.4142.35
Hex592EAA3049021105392a
Octal13156252601110414057152
Binary10110011011101010101011000010010010100001100000101111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #592EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #592EAA; }

 p { color: rgb(89,46,170); }

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

<style>
 a { background-color: #592EAA; }

 a { background-color: rgb(89,46,170); }

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

<style>
 span { border-color: #592EAA; }

 span { border-color: rgb(89,46,170); }

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