Shades of Purple Heart #6020AB
Tints of Purple Heart #6020AB
RGB
CMYK
RGB Variations
Color information
#6020AB (or 0x6020AB) is known color: Purple Heart. HEX triplet: 60, 20 and AB. RGB value is (96,32,171). Sum of RGB (Red+Green+Blue) = 96+32+171=299 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32.11% from 299); Green value is 32 (12.89% from 255 or 10.70% from 299); Blue value is 171 (67.19% from 255 or 57.19% from 299); Max value from RGB is 171 - color contains mainly: blue. Hex color #6020AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6020AB is #9FDF54. Grayscale: #424242. Windows color (decimal): -10477397 or 11214944. OLE color: 11214944.
HSL color Cylindrical-coordinate representation of color #6020AB: hue angle of 267.63º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6020AB is Cyan = 0.44, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 96 | 32 | 171 | - |
| CMYK | 0.44 | 0.81 | 0 | 0.33 |
| HSL | 267.63º | 0.68% | 0.4% | - |
| HSV(B) | 267.63º | 0.81% | 0.67% | - |
| XYZ | 12.69 | 6.46 | 39.11 | - |
| YUV | 66.98 | 186.7 | 148.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 32 | 171 | 0.44 | 0.81 | 0 | 0.33 | 267.63 | 0.68 | 0.4 |
| Hex | 60 | 20 | AB | 2C | 51 | 0 | 21 | 10C | 44 | 28 |
| Octal | 140 | 40 | 253 | 54 | 121 | 0 | 41 | 414 | 104 | 50 |
| Binary | 1100000 | 100000 | 10101011 | 101100 | 1010001 | 0 | 100001 | 100001100 | 1000100 | 101000 |
Color Harmonies of #6020AB
Complementary color
Monochromatic Colors of #6020AB
Black with #6020AB
Text Example
Text Example
White with #6020AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6020AB; }
p { color: rgb(96,32,171); }
H1.HeaderClassName
{
color: #6020AB;
}
.AnyTagClassName
{
color: #6020AB;
}
</style>
background-color css
<style>
a { background-color: #6020AB; }
a { background-color: rgb(96,32,171); }
div.DivClassName
{
background-color: #6020AB;
}
.BgClassName
{
background-color: #6020AB;
}
</style>
border-color css
<style>
span { border-color: #6020AB; }
span { border-color: rgb(96,32,171); }
td.TdClassName
{
border-color: #6020AB;
}
.TagClassName
{
border-color: #6020AB;
}
</style>