Shades of Purple Heart #6211AC
Tints of Purple Heart #6211AC
RGB
CMYK
RGB Variations
Color information
#6211AC (or 0x6211AC) is known color: Purple Heart. HEX triplet: 62, 11 and AC. RGB value is (98,17,172). Sum of RGB (Red+Green+Blue) = 98+17+172=287 (38% of max value = 765). Red value is 98 (38.67% from 255 or 34.15% from 287); Green value is 17 (7.03% from 255 or 5.92% from 287); Blue value is 172 (67.58% from 255 or 59.93% from 287); Max value from RGB is 172 - color contains mainly: blue. Hex color #6211AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6211AC is #9DEE53. Grayscale: #3A3A3A. Windows color (decimal): -10350164 or 11276642. OLE color: 11276642.
HSL color Cylindrical-coordinate representation of color #6211AC: hue angle of 271.35º 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 #6211AC is Cyan = 0.43, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 98 | 17 | 172 | - |
| CMYK | 0.43 | 0.90 | 0 | 0.33 |
| HSL | 271.35º | 0.82% | 0.37% | - |
| HSV(B) | 271.35º | 0.9% | 0.67% | - |
| XYZ | 12.68 | 5.98 | 39.51 | - |
| YUV | 58.89 | 191.84 | 155.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 17 | 172 | 0.43 | 0.90 | 0 | 0.33 | 271.35 | 0.82 | 0.37 |
| Hex | 62 | 11 | AC | 2B | 5A | 0 | 21 | 10F | 52 | 25 |
| Octal | 142 | 21 | 254 | 53 | 132 | 0 | 41 | 417 | 122 | 45 |
| Binary | 1100010 | 10001 | 10101100 | 101011 | 1011010 | 0 | 100001 | 100001111 | 1010010 | 100101 |
Color Harmonies of #6211AC
Complementary color
Monochromatic Colors of #6211AC
Black with #6211AC
Text Example
Text Example
White with #6211AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6211AC; }
p { color: rgb(98,17,172); }
H1.HeaderClassName
{
color: #6211AC;
}
.AnyTagClassName
{
color: #6211AC;
}
</style>
background-color css
<style>
a { background-color: #6211AC; }
a { background-color: rgb(98,17,172); }
div.DivClassName
{
background-color: #6211AC;
}
.BgClassName
{
background-color: #6211AC;
}
</style>
border-color css
<style>
span { border-color: #6211AC; }
span { border-color: rgb(98,17,172); }
td.TdClassName
{
border-color: #6211AC;
}
.TagClassName
{
border-color: #6211AC;
}
</style>