Shades of Purple Heart #6016A1
Tints of Purple Heart #6016A1
RGB
CMYK
RGB Variations
Color information
#6016A1 (or 0x6016A1) is known color: Purple Heart. HEX triplet: 60, 16 and A1. RGB value is (96,22,161). Sum of RGB (Red+Green+Blue) = 96+22+161=279 (36% of max value = 765). Red value is 96 (37.89% from 255 or 34.41% from 279); Green value is 22 (8.98% from 255 or 7.89% from 279); Blue value is 161 (63.28% from 255 or 57.71% from 279); Max value from RGB is 161 - color contains mainly: blue. Hex color #6016A1 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6016A1 is #9FE95E. Grayscale: #3B3B3B. Windows color (decimal): -10479967 or 10557024. OLE color: 10557024.
HSL color Cylindrical-coordinate representation of color #6016A1: hue angle of 271.94º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6016A1 is Cyan = 0.40, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 96 | 22 | 161 | - |
| CMYK | 0.40 | 0.86 | 0 | 0.37 |
| HSL | 271.94º | 0.76% | 0.36% | - |
| HSV(B) | 271.94º | 0.86% | 0.63% | - |
| XYZ | 11.54 | 5.63 | 34.2 | - |
| YUV | 59.97 | 185.02 | 153.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 22 | 161 | 0.40 | 0.86 | 0 | 0.37 | 271.94 | 0.76 | 0.36 |
| Hex | 60 | 16 | A1 | 28 | 56 | 0 | 25 | 110 | 4C | 24 |
| Octal | 140 | 26 | 241 | 50 | 126 | 0 | 45 | 420 | 114 | 44 |
| Binary | 1100000 | 10110 | 10100001 | 101000 | 1010110 | 0 | 100101 | 100010000 | 1001100 | 100100 |
Color Harmonies of #6016A1
Complementary color
Monochromatic Colors of #6016A1
Black with #6016A1
Text Example
Text Example
White with #6016A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6016A1; }
p { color: rgb(96,22,161); }
H1.HeaderClassName
{
color: #6016A1;
}
.AnyTagClassName
{
color: #6016A1;
}
</style>
background-color css
<style>
a { background-color: #6016A1; }
a { background-color: rgb(96,22,161); }
div.DivClassName
{
background-color: #6016A1;
}
.BgClassName
{
background-color: #6016A1;
}
</style>
border-color css
<style>
span { border-color: #6016A1; }
span { border-color: rgb(96,22,161); }
td.TdClassName
{
border-color: #6016A1;
}
.TagClassName
{
border-color: #6016A1;
}
</style>