Shades of Purple Heart #6012AE
Tints of Purple Heart #6012AE
RGB
CMYK
RGB Variations
Color information
#6012AE (or 0x6012AE) is known color: Purple Heart. HEX triplet: 60, 12 and AE. RGB value is (96,18,174). Sum of RGB (Red+Green+Blue) = 96+18+174=288 (38% of max value = 765). Red value is 96 (37.89% from 255 or 33.33% from 288); Green value is 18 (7.42% from 255 or 6.25% from 288); Blue value is 174 (68.36% from 255 or 60.42% from 288); Max value from RGB is 174 - color contains mainly: blue. Hex color #6012AE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6012AE is #9FED51. Grayscale: #3A3A3A. Windows color (decimal): -10480978 or 11407968. OLE color: 11407968.
HSL color Cylindrical-coordinate representation of color #6012AE: hue angle of 270º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6012AE is Cyan = 0.45, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 96 | 18 | 174 | - |
| CMYK | 0.45 | 0.90 | 0 | 0.32 |
| HSL | 270º | 0.81% | 0.38% | - |
| HSV(B) | 270º | 0.9% | 0.68% | - |
| XYZ | 12.68 | 5.98 | 40.53 | - |
| YUV | 59.11 | 192.84 | 154.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 18 | 174 | 0.45 | 0.90 | 0 | 0.32 | 270 | 0.81 | 0.38 |
| Hex | 60 | 12 | AE | 2D | 5A | 0 | 20 | 10E | 51 | 26 |
| Octal | 140 | 22 | 256 | 55 | 132 | 0 | 40 | 416 | 121 | 46 |
| Binary | 1100000 | 10010 | 10101110 | 101101 | 1011010 | 0 | 100000 | 100001110 | 1010001 | 100110 |
Color Harmonies of #6012AE
Complementary color
Monochromatic Colors of #6012AE
Black with #6012AE
Text Example
Text Example
White with #6012AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6012AE; }
p { color: rgb(96,18,174); }
H1.HeaderClassName
{
color: #6012AE;
}
.AnyTagClassName
{
color: #6012AE;
}
</style>
background-color css
<style>
a { background-color: #6012AE; }
a { background-color: rgb(96,18,174); }
div.DivClassName
{
background-color: #6012AE;
}
.BgClassName
{
background-color: #6012AE;
}
</style>
border-color css
<style>
span { border-color: #6012AE; }
span { border-color: rgb(96,18,174); }
td.TdClassName
{
border-color: #6012AE;
}
.TagClassName
{
border-color: #6012AE;
}
</style>