Shades of Purple Heart #6012CE
Tints of Purple Heart #6012CE
RGB
CMYK
RGB Variations
Color information
#6012CE (or 0x6012CE) is known color: Purple Heart. HEX triplet: 60, 12 and CE. RGB value is (96,18,206). Sum of RGB (Red+Green+Blue) = 96+18+206=320 (42% of max value = 765). Red value is 96 (37.89% from 255 or 30% from 320); Green value is 18 (7.42% from 255 or 5.62% from 320); Blue value is 206 (80.86% from 255 or 64.38% from 320); Max value from RGB is 206 - color contains mainly: blue. Hex color #6012CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6012CE is #9FED31. Grayscale: #3E3E3E. Windows color (decimal): -10480946 or 13505120. OLE color: 13505120.
HSL color Cylindrical-coordinate representation of color #6012CE: hue angle of 264.89º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6012CE is Cyan = 0.53, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 96 | 18 | 206 | - |
| CMYK | 0.53 | 0.91 | 0 | 0.19 |
| HSL | 264.89º | 0.84% | 0.44% | - |
| HSV(B) | 264.89º | 0.91% | 0.81% | - |
| XYZ | 16.18 | 7.38 | 58.96 | - |
| YUV | 62.75 | 208.84 | 151.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 18 | 206 | 0.53 | 0.91 | 0 | 0.19 | 264.89 | 0.84 | 0.44 |
| Hex | 60 | 12 | CE | 35 | 5B | 0 | 13 | 109 | 54 | 2C |
| Octal | 140 | 22 | 316 | 65 | 133 | 0 | 23 | 411 | 124 | 54 |
| Binary | 1100000 | 10010 | 11001110 | 110101 | 1011011 | 0 | 10011 | 100001001 | 1010100 | 101100 |
Color Harmonies of #6012CE
Complementary color
Monochromatic Colors of #6012CE
Black with #6012CE
Text Example
Text Example
White with #6012CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6012CE; }
p { color: rgb(96,18,206); }
H1.HeaderClassName
{
color: #6012CE;
}
.AnyTagClassName
{
color: #6012CE;
}
</style>
background-color css
<style>
a { background-color: #6012CE; }
a { background-color: rgb(96,18,206); }
div.DivClassName
{
background-color: #6012CE;
}
.BgClassName
{
background-color: #6012CE;
}
</style>
border-color css
<style>
span { border-color: #6012CE; }
span { border-color: rgb(96,18,206); }
td.TdClassName
{
border-color: #6012CE;
}
.TagClassName
{
border-color: #6012CE;
}
</style>