Shades of Purple Heart #6024AE
Tints of Purple Heart #6024AE
RGB
CMYK
RGB Variations
Color information
#6024AE (or 0x6024AE) is known color: 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
| RGB | 96 | 36 | 174 | - |
| CMYK | 0.45 | 0.79 | 0 | 0.32 |
| HSL | 266.09º | 0.66% | 0.41% | - |
| HSV(B) | 266.09º | 0.79% | 0.68% | - |
| XYZ | 13.09 | 6.8 | 40.67 | - |
| YUV | 69.67 | 186.88 | 146.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 36 | 174 | 0.45 | 0.79 | 0 | 0.32 | 266.09 | 0.66 | 0.41 |
| Hex | 60 | 24 | AE | 2D | 4F | 0 | 20 | 10A | 42 | 29 |
| Octal | 140 | 44 | 256 | 55 | 117 | 0 | 40 | 412 | 102 | 51 |
| Binary | 1100000 | 100100 | 10101110 | 101101 | 1001111 | 0 | 100000 | 100001010 | 1000010 | 101001 |
Color Harmonies of #6024AE
Complementary color
Monochromatic Colors of #6024AE
Black with #6024AE
Text Example
Text Example
White with #6024AE
Text Example
Text Example
HTML Codes & Css Web 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>