Shades of Purple Heart #6016C9
Tints of Purple Heart #6016C9
RGB
CMYK
RGB Variations
Color information
#6016C9 (or 0x6016C9) is known color: Purple Heart. HEX triplet: 60, 16 and C9. RGB value is (96,22,201). Sum of RGB (Red+Green+Blue) = 96+22+201=319 (42% of max value = 765). Red value is 96 (37.89% from 255 or 30.09% from 319); Green value is 22 (8.98% from 255 or 6.90% from 319); Blue value is 201 (78.91% from 255 or 63.01% from 319); Max value from RGB is 201 - color contains mainly: blue. Hex color #6016C9 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6016C9 is #9FE936. Grayscale: #3F3F3F. Windows color (decimal): -10479927 or 13178464. OLE color: 13178464.
HSL color Cylindrical-coordinate representation of color #6016C9: hue angle of 264.8º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6016C9 is Cyan = 0.52, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 96 | 22 | 201 | - |
| CMYK | 0.52 | 0.89 | 0 | 0.21 |
| HSL | 264.8º | 0.8% | 0.44% | - |
| HSV(B) | 264.8º | 0.89% | 0.79% | - |
| XYZ | 15.65 | 7.28 | 55.84 | - |
| YUV | 64.53 | 205.02 | 150.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 22 | 201 | 0.52 | 0.89 | 0 | 0.21 | 264.8 | 0.8 | 0.44 |
| Hex | 60 | 16 | C9 | 34 | 59 | 0 | 15 | 109 | 50 | 2C |
| Octal | 140 | 26 | 311 | 64 | 131 | 0 | 25 | 411 | 120 | 54 |
| Binary | 1100000 | 10110 | 11001001 | 110100 | 1011001 | 0 | 10101 | 100001001 | 1010000 | 101100 |
Color Harmonies of #6016C9
Complementary color
Monochromatic Colors of #6016C9
Black with #6016C9
Text Example
Text Example
White with #6016C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6016C9; }
p { color: rgb(96,22,201); }
H1.HeaderClassName
{
color: #6016C9;
}
.AnyTagClassName
{
color: #6016C9;
}
</style>
background-color css
<style>
a { background-color: #6016C9; }
a { background-color: rgb(96,22,201); }
div.DivClassName
{
background-color: #6016C9;
}
.BgClassName
{
background-color: #6016C9;
}
</style>
border-color css
<style>
span { border-color: #6016C9; }
span { border-color: rgb(96,22,201); }
td.TdClassName
{
border-color: #6016C9;
}
.TagClassName
{
border-color: #6016C9;
}
</style>