#5906AE

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

Shades of Purple Heart #5906AE

Tints of Purple Heart #5906AE

Color information

#5906AE (or 0x5906AE) is unknown color: approx Purple Heart. HEX triplet: 59, 06 and AE. RGB value is (89,6,174). Sum of RGB (Red+Green+Blue) = 89+6+174=269 (35% of max value = 765). Red value is 89 (35.16% from 255 or 33.09% from 269); Green value is 6 (2.73% from 255 or 2.23% from 269); Blue value is 174 (68.36% from 255 or 64.68% from 269); Max value from RGB is 174 - color contains mainly: blue. Hex color #5906AE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5906AE is #A6F951. Grayscale: #313131. Windows color (decimal): -10942802 or 11404889. OLE color: 11404889.

HSL color Cylindrical-coordinate representation of color #5906AE: hue angle of 269.64º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5906AE is Cyan = 0.49, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB896174-
CMYK0.490.9700.32
HSL269.64º93.33%35.29%-
HSV(B)269.64º96.55%68.24%-
XYZ11.825.3140.45-
YUV49.97198155.84-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 33.09%
GREEN value IS 6 (2.73% from 255) = 2.23%
BLUE value IS 174 (68.36% from 255) = 64.68%
R=33.09%
G=2.23%
B=64.68%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal8961740.490.9700.32269.6493.3335.29
Hex596AE316102010e5d23
Octal13162566114104041613543
Binary101100111010101110110001110000101000001000011101011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5906AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5906AE; }

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

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

<style>
 a { background-color: #5906AE; }

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

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

<style>
 span { border-color: #5906AE; }

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

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