Shades of Purple Heart #6013AB
Tints of Purple Heart #6013AB
RGB
CMYK
RGB Variations
Color information
#6013AB (or 0x6013AB) is known color: Purple Heart. HEX triplet: 60, 13 and AB. RGB value is (96,19,171). Sum of RGB (Red+Green+Blue) = 96+19+171=286 (37% of max value = 765). Red value is 96 (37.89% from 255 or 33.57% from 286); Green value is 19 (7.81% from 255 or 6.64% from 286); Blue value is 171 (67.19% from 255 or 59.79% from 286); Max value from RGB is 171 - color contains mainly: blue. Hex color #6013AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6013AB is #9FEC54. Grayscale: #3A3A3A. Windows color (decimal): -10480725 or 11211616. OLE color: 11211616.
HSL color Cylindrical-coordinate representation of color #6013AB: hue angle of 270.39º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6013AB is Cyan = 0.44, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 96 | 19 | 171 | - |
| CMYK | 0.44 | 0.89 | 0 | 0.33 |
| HSL | 270.39º | 0.8% | 0.37% | - |
| HSV(B) | 270.39º | 0.89% | 0.67% | - |
| XYZ | 12.41 | 5.89 | 39.01 | - |
| YUV | 59.35 | 191.01 | 154.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 19 | 171 | 0.44 | 0.89 | 0 | 0.33 | 270.39 | 0.8 | 0.37 |
| Hex | 60 | 13 | AB | 2C | 59 | 0 | 21 | 10E | 50 | 25 |
| Octal | 140 | 23 | 253 | 54 | 131 | 0 | 41 | 416 | 120 | 45 |
| Binary | 1100000 | 10011 | 10101011 | 101100 | 1011001 | 0 | 100001 | 100001110 | 1010000 | 100101 |
Color Harmonies of #6013AB
Complementary color
Monochromatic Colors of #6013AB
Black with #6013AB
Text Example
Text Example
White with #6013AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6013AB; }
p { color: rgb(96,19,171); }
H1.HeaderClassName
{
color: #6013AB;
}
.AnyTagClassName
{
color: #6013AB;
}
</style>
background-color css
<style>
a { background-color: #6013AB; }
a { background-color: rgb(96,19,171); }
div.DivClassName
{
background-color: #6013AB;
}
.BgClassName
{
background-color: #6013AB;
}
</style>
border-color css
<style>
span { border-color: #6013AB; }
span { border-color: rgb(96,19,171); }
td.TdClassName
{
border-color: #6013AB;
}
.TagClassName
{
border-color: #6013AB;
}
</style>