Shades of Purple Heart #6212AB
Tints of Purple Heart #6212AB
RGB
CMYK
RGB Variations
Color information
#6212AB (or 0x6212AB) is known color: Purple Heart. HEX triplet: 62, 12 and AB. RGB value is (98,18,171). Sum of RGB (Red+Green+Blue) = 98+18+171=287 (38% of max value = 765). Red value is 98 (38.67% from 255 or 34.15% from 287); Green value is 18 (7.42% from 255 or 6.27% from 287); Blue value is 171 (67.19% from 255 or 59.58% from 287); Max value from RGB is 171 - color contains mainly: blue. Hex color #6212AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6212AB is #9DED54. Grayscale: #3A3A3A. Windows color (decimal): -10349909 or 11211362. OLE color: 11211362.
HSL color Cylindrical-coordinate representation of color #6212AB: hue angle of 271.37º 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 #6212AB is Cyan = 0.43, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 98 | 18 | 171 | - |
| CMYK | 0.43 | 0.89 | 0 | 0.33 |
| HSL | 271.37º | 0.81% | 0.37% | - |
| HSV(B) | 271.37º | 0.89% | 0.67% | - |
| XYZ | 12.6 | 5.97 | 39.02 | - |
| YUV | 59.36 | 191 | 155.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 18 | 171 | 0.43 | 0.89 | 0 | 0.33 | 271.37 | 0.81 | 0.37 |
| Hex | 62 | 12 | AB | 2B | 59 | 0 | 21 | 10F | 51 | 25 |
| Octal | 142 | 22 | 253 | 53 | 131 | 0 | 41 | 417 | 121 | 45 |
| Binary | 1100010 | 10010 | 10101011 | 101011 | 1011001 | 0 | 100001 | 100001111 | 1010001 | 100101 |
Color Harmonies of #6212AB
Complementary color
Monochromatic Colors of #6212AB
Black with #6212AB
Text Example
Text Example
White with #6212AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6212AB; }
p { color: rgb(98,18,171); }
H1.HeaderClassName
{
color: #6212AB;
}
.AnyTagClassName
{
color: #6212AB;
}
</style>
background-color css
<style>
a { background-color: #6212AB; }
a { background-color: rgb(98,18,171); }
div.DivClassName
{
background-color: #6212AB;
}
.BgClassName
{
background-color: #6212AB;
}
</style>
border-color css
<style>
span { border-color: #6212AB; }
span { border-color: rgb(98,18,171); }
td.TdClassName
{
border-color: #6212AB;
}
.TagClassName
{
border-color: #6212AB;
}
</style>