Shades of Purple Heart #6012CA
Tints of Purple Heart #6012CA
RGB
CMYK
RGB Variations
Color information
#6012CA (or 0x6012CA) is known color: Purple Heart. HEX triplet: 60, 12 and CA. RGB value is (96,18,202). Sum of RGB (Red+Green+Blue) = 96+18+202=316 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.38% from 316); Green value is 18 (7.42% from 255 or 5.70% from 316); Blue value is 202 (79.30% from 255 or 63.92% from 316); Max value from RGB is 202 - color contains mainly: blue. Hex color #6012CA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6012CA is #9FED35. Grayscale: #3D3D3D. Windows color (decimal): -10480950 or 13242976. OLE color: 13242976.
HSL color Cylindrical-coordinate representation of color #6012CA: hue angle of 265.43º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6012CA is Cyan = 0.52, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 96 | 18 | 202 | - |
| CMYK | 0.52 | 0.91 | 0 | 0.21 |
| HSL | 265.43º | 0.84% | 0.43% | - |
| HSV(B) | 265.43º | 0.91% | 0.79% | - |
| XYZ | 15.7 | 7.18 | 56.44 | - |
| YUV | 62.3 | 206.84 | 152.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 18 | 202 | 0.52 | 0.91 | 0 | 0.21 | 265.43 | 0.84 | 0.43 |
| Hex | 60 | 12 | CA | 34 | 5B | 0 | 15 | 109 | 54 | 2B |
| Octal | 140 | 22 | 312 | 64 | 133 | 0 | 25 | 411 | 124 | 53 |
| Binary | 1100000 | 10010 | 11001010 | 110100 | 1011011 | 0 | 10101 | 100001001 | 1010100 | 101011 |
Color Harmonies of #6012CA
Complementary color
Monochromatic Colors of #6012CA
Black with #6012CA
Text Example
Text Example
White with #6012CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6012CA; }
p { color: rgb(96,18,202); }
H1.HeaderClassName
{
color: #6012CA;
}
.AnyTagClassName
{
color: #6012CA;
}
</style>
background-color css
<style>
a { background-color: #6012CA; }
a { background-color: rgb(96,18,202); }
div.DivClassName
{
background-color: #6012CA;
}
.BgClassName
{
background-color: #6012CA;
}
</style>
border-color css
<style>
span { border-color: #6012CA; }
span { border-color: rgb(96,18,202); }
td.TdClassName
{
border-color: #6012CA;
}
.TagClassName
{
border-color: #6012CA;
}
</style>