Shades of Purple Heart #6211AB
Tints of Purple Heart #6211AB
RGB
CMYK
RGB Variations
Color information
#6211AB (or 0x6211AB) is known color: Purple Heart. HEX triplet: 62, 11 and AB. RGB value is (98,17,171). Sum of RGB (Red+Green+Blue) = 98+17+171=286 (37% of max value = 765). Red value is 98 (38.67% from 255 or 34.27% from 286); Green value is 17 (7.03% from 255 or 5.94% 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 #6211AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6211AB is #9DEE54. Grayscale: #3A3A3A. Windows color (decimal): -10350165 or 11211106. OLE color: 11211106.
HSL color Cylindrical-coordinate representation of color #6211AB: hue angle of 271.56º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6211AB is Cyan = 0.43, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 98 | 17 | 171 | - |
| CMYK | 0.43 | 0.90 | 0 | 0.33 |
| HSL | 271.56º | 0.82% | 0.37% | - |
| HSV(B) | 271.56º | 0.9% | 0.67% | - |
| XYZ | 12.59 | 5.94 | 39.01 | - |
| YUV | 58.78 | 191.34 | 155.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 17 | 171 | 0.43 | 0.90 | 0 | 0.33 | 271.56 | 0.82 | 0.37 |
| Hex | 62 | 11 | AB | 2B | 5A | 0 | 21 | 110 | 52 | 25 |
| Octal | 142 | 21 | 253 | 53 | 132 | 0 | 41 | 420 | 122 | 45 |
| Binary | 1100010 | 10001 | 10101011 | 101011 | 1011010 | 0 | 100001 | 100010000 | 1010010 | 100101 |
Color Harmonies of #6211AB
Complementary color
Monochromatic Colors of #6211AB
Black with #6211AB
Text Example
Text Example
White with #6211AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6211AB; }
p { color: rgb(98,17,171); }
H1.HeaderClassName
{
color: #6211AB;
}
.AnyTagClassName
{
color: #6211AB;
}
</style>
background-color css
<style>
a { background-color: #6211AB; }
a { background-color: rgb(98,17,171); }
div.DivClassName
{
background-color: #6211AB;
}
.BgClassName
{
background-color: #6211AB;
}
</style>
border-color css
<style>
span { border-color: #6211AB; }
span { border-color: rgb(98,17,171); }
td.TdClassName
{
border-color: #6211AB;
}
.TagClassName
{
border-color: #6211AB;
}
</style>