Shades of Purple Heart #6112AB
Tints of Purple Heart #6112AB
RGB
CMYK
RGB Variations
Color information
#6112AB (or 0x6112AB) is known color: Purple Heart. HEX triplet: 61, 12 and AB. RGB value is (97,18,171). Sum of RGB (Red+Green+Blue) = 97+18+171=286 (37% of max value = 765). Red value is 97 (38.28% from 255 or 33.92% from 286); Green value is 18 (7.42% from 255 or 6.29% 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 #6112AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6112AB is #9EED54. Grayscale: #3A3A3A. Windows color (decimal): -10415445 or 11211361. OLE color: 11211361.
HSL color Cylindrical-coordinate representation of color #6112AB: hue angle of 270.98º degrees, saturation: 0.81, 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 #6112AB is Cyan = 0.43, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 97 | 18 | 171 | - |
| CMYK | 0.43 | 0.89 | 0 | 0.33 |
| HSL | 270.98º | 0.81% | 0.37% | - |
| HSV(B) | 270.98º | 0.89% | 0.67% | - |
| XYZ | 12.5 | 5.91 | 39.01 | - |
| YUV | 59.06 | 191.17 | 155.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 18 | 171 | 0.43 | 0.89 | 0 | 0.33 | 270.98 | 0.81 | 0.37 |
| Hex | 61 | 12 | AB | 2B | 59 | 0 | 21 | 10F | 51 | 25 |
| Octal | 141 | 22 | 253 | 53 | 131 | 0 | 41 | 417 | 121 | 45 |
| Binary | 1100001 | 10010 | 10101011 | 101011 | 1011001 | 0 | 100001 | 100001111 | 1010001 | 100101 |
Color Harmonies of #6112AB
Complementary color
Monochromatic Colors of #6112AB
Black with #6112AB
Text Example
Text Example
White with #6112AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6112AB; }
p { color: rgb(97,18,171); }
H1.HeaderClassName
{
color: #6112AB;
}
.AnyTagClassName
{
color: #6112AB;
}
</style>
background-color css
<style>
a { background-color: #6112AB; }
a { background-color: rgb(97,18,171); }
div.DivClassName
{
background-color: #6112AB;
}
.BgClassName
{
background-color: #6112AB;
}
</style>
border-color css
<style>
span { border-color: #6112AB; }
span { border-color: rgb(97,18,171); }
td.TdClassName
{
border-color: #6112AB;
}
.TagClassName
{
border-color: #6112AB;
}
</style>