#6024AE

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

Shades of Purple Heart #6024AE

Tints of Purple Heart #6024AE

Color information

#6024AE (or 0x6024AE) is unknown color: approx Purple Heart. HEX triplet: 60, 24 and AE. RGB value is (96,36,174). Sum of RGB (Red+Green+Blue) = 96+36+174=306 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.37% from 306); Green value is 36 (14.45% from 255 or 11.76% from 306); Blue value is 174 (68.36% from 255 or 56.86% from 306); Max value from RGB is 174 - color contains mainly: blue. Hex color #6024AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6024AE is #9FDB51. Grayscale: #454545. Windows color (decimal): -10476370 or 11412576. OLE color: 11412576.

HSL color Cylindrical-coordinate representation of color #6024AE: hue angle of 266.09º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6024AE is Cyan = 0.45, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB9636174-
CMYK0.450.7900.32
HSL266.09º65.71%41.18%-
HSV(B)266.09º79.31%68.24%-
XYZ13.096.840.67-
YUV69.67186.88146.78-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 31.37%
GREEN value IS 36 (14.45% from 255) = 11.76%
BLUE value IS 174 (68.36% from 255) = 56.86%
R=31.37%
G=11.76%
B=56.86%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal96361740.450.7900.32266.0965.7141.18
Hex6024AE2D4F02010a4229
Octal140442565511704041210251
Binary110000010010010101110101101100111101000001000010101000010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6024AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,36,174); }

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

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

 a { background-color: rgb(96,36,174); }

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

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

 span { border-color: rgb(96,36,174); }

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