Shades of Purple Heart #6010AB
Tints of Purple Heart #6010AB
RGB
CMYK
RGB Variations
Color information
#6010AB (or 0x6010AB) is known color: Purple Heart. HEX triplet: 60, 10 and AB. RGB value is (96,16,171). Sum of RGB (Red+Green+Blue) = 96+16+171=283 (37% of max value = 765). Red value is 96 (37.89% from 255 or 33.92% from 283); Green value is 16 (6.64% from 255 or 5.65% from 283); Blue value is 171 (67.19% from 255 or 60.42% from 283); Max value from RGB is 171 - color contains mainly: blue. Hex color #6010AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6010AB is #9FEF54. Grayscale: #393939. Windows color (decimal): -10481493 or 11210848. OLE color: 11210848.
HSL color Cylindrical-coordinate representation of color #6010AB: hue angle of 270.97º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6010AB is Cyan = 0.44, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 96 | 16 | 171 | - |
| CMYK | 0.44 | 0.91 | 0 | 0.33 |
| HSL | 270.97º | 0.83% | 0.37% | - |
| HSV(B) | 270.97º | 0.91% | 0.67% | - |
| XYZ | 12.36 | 5.8 | 39 | - |
| YUV | 57.59 | 192 | 155.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 16 | 171 | 0.44 | 0.91 | 0 | 0.33 | 270.97 | 0.83 | 0.37 |
| Hex | 60 | 10 | AB | 2C | 5B | 0 | 21 | 10F | 53 | 25 |
| Octal | 140 | 20 | 253 | 54 | 133 | 0 | 41 | 417 | 123 | 45 |
| Binary | 1100000 | 10000 | 10101011 | 101100 | 1011011 | 0 | 100001 | 100001111 | 1010011 | 100101 |
Color Harmonies of #6010AB
Complementary color
Monochromatic Colors of #6010AB
Black with #6010AB
Text Example
Text Example
White with #6010AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6010AB; }
p { color: rgb(96,16,171); }
H1.HeaderClassName
{
color: #6010AB;
}
.AnyTagClassName
{
color: #6010AB;
}
</style>
background-color css
<style>
a { background-color: #6010AB; }
a { background-color: rgb(96,16,171); }
div.DivClassName
{
background-color: #6010AB;
}
.BgClassName
{
background-color: #6010AB;
}
</style>
border-color css
<style>
span { border-color: #6010AB; }
span { border-color: rgb(96,16,171); }
td.TdClassName
{
border-color: #6010AB;
}
.TagClassName
{
border-color: #6010AB;
}
</style>