Shades of Purple Heart #6211A6
Tints of Purple Heart #6211A6
RGB
CMYK
RGB Variations
Color information
#6211A6 (or 0x6211A6) is known color: Purple Heart. HEX triplet: 62, 11 and A6. RGB value is (98,17,166). Sum of RGB (Red+Green+Blue) = 98+17+166=281 (37% of max value = 765). Red value is 98 (38.67% from 255 or 34.88% from 281); Green value is 17 (7.03% from 255 or 6.05% from 281); Blue value is 166 (65.23% from 255 or 59.07% from 281); Max value from RGB is 166 - color contains mainly: blue. Hex color #6211A6 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6211A6 is #9DEE59. Grayscale: #393939. Windows color (decimal): -10350170 or 10883426. OLE color: 10883426.
HSL color Cylindrical-coordinate representation of color #6211A6: hue angle of 272.62º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6211A6 is Cyan = 0.41, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 98 | 17 | 166 | - |
| CMYK | 0.41 | 0.90 | 0 | 0.35 |
| HSL | 272.62º | 0.81% | 0.36% | - |
| HSV(B) | 272.62º | 0.9% | 0.65% | - |
| XYZ | 12.12 | 5.75 | 36.55 | - |
| YUV | 58.21 | 188.84 | 156.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 17 | 166 | 0.41 | 0.90 | 0 | 0.35 | 272.62 | 0.81 | 0.36 |
| Hex | 62 | 11 | A6 | 29 | 5A | 0 | 23 | 111 | 51 | 24 |
| Octal | 142 | 21 | 246 | 51 | 132 | 0 | 43 | 421 | 121 | 44 |
| Binary | 1100010 | 10001 | 10100110 | 101001 | 1011010 | 0 | 100011 | 100010001 | 1010001 | 100100 |
Color Harmonies of #6211A6
Complementary color
Monochromatic Colors of #6211A6
Black with #6211A6
Text Example
Text Example
White with #6211A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6211A6; }
p { color: rgb(98,17,166); }
H1.HeaderClassName
{
color: #6211A6;
}
.AnyTagClassName
{
color: #6211A6;
}
</style>
background-color css
<style>
a { background-color: #6211A6; }
a { background-color: rgb(98,17,166); }
div.DivClassName
{
background-color: #6211A6;
}
.BgClassName
{
background-color: #6211A6;
}
</style>
border-color css
<style>
span { border-color: #6211A6; }
span { border-color: rgb(98,17,166); }
td.TdClassName
{
border-color: #6211A6;
}
.TagClassName
{
border-color: #6211A6;
}
</style>