Shades of Purple Heart #6016CA
Tints of Purple Heart #6016CA
RGB
CMYK
RGB Variations
Color information
#6016CA (or 0x6016CA) is known color: Purple Heart. HEX triplet: 60, 16 and CA. RGB value is (96,22,202). Sum of RGB (Red+Green+Blue) = 96+22+202=320 (42% of max value = 765). Red value is 96 (37.89% from 255 or 30% from 320); Green value is 22 (8.98% from 255 or 6.88% from 320); Blue value is 202 (79.30% from 255 or 63.12% from 320); Max value from RGB is 202 - color contains mainly: blue. Hex color #6016CA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6016CA is #9FE935. Grayscale: #3F3F3F. Windows color (decimal): -10479926 or 13244000. OLE color: 13244000.
HSL color Cylindrical-coordinate representation of color #6016CA: hue angle of 264.67º 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 #6016CA is Cyan = 0.52, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 96 | 22 | 202 | - |
| CMYK | 0.52 | 0.89 | 0 | 0.21 |
| HSL | 264.67º | 0.8% | 0.44% | - |
| HSV(B) | 264.67º | 0.89% | 0.79% | - |
| XYZ | 15.77 | 7.32 | 56.46 | - |
| YUV | 64.65 | 205.52 | 150.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 22 | 202 | 0.52 | 0.89 | 0 | 0.21 | 264.67 | 0.8 | 0.44 |
| Hex | 60 | 16 | CA | 34 | 59 | 0 | 15 | 109 | 50 | 2C |
| Octal | 140 | 26 | 312 | 64 | 131 | 0 | 25 | 411 | 120 | 54 |
| Binary | 1100000 | 10110 | 11001010 | 110100 | 1011001 | 0 | 10101 | 100001001 | 1010000 | 101100 |
Color Harmonies of #6016CA
Complementary color
Monochromatic Colors of #6016CA
Black with #6016CA
Text Example
Text Example
White with #6016CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6016CA; }
p { color: rgb(96,22,202); }
H1.HeaderClassName
{
color: #6016CA;
}
.AnyTagClassName
{
color: #6016CA;
}
</style>
background-color css
<style>
a { background-color: #6016CA; }
a { background-color: rgb(96,22,202); }
div.DivClassName
{
background-color: #6016CA;
}
.BgClassName
{
background-color: #6016CA;
}
</style>
border-color css
<style>
span { border-color: #6016CA; }
span { border-color: rgb(96,22,202); }
td.TdClassName
{
border-color: #6016CA;
}
.TagClassName
{
border-color: #6016CA;
}
</style>