Shades of Purple Heart #6211AF
Tints of Purple Heart #6211AF
RGB
CMYK
RGB Variations
Color information
#6211AF (or 0x6211AF) is known color: Purple Heart. HEX triplet: 62, 11 and AF. RGB value is (98,17,175). Sum of RGB (Red+Green+Blue) = 98+17+175=290 (38% of max value = 765). Red value is 98 (38.67% from 255 or 33.79% from 290); Green value is 17 (7.03% from 255 or 5.86% from 290); Blue value is 175 (68.75% from 255 or 60.34% from 290); Max value from RGB is 175 - color contains mainly: blue. Hex color #6211AF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6211AF is #9DEE50. Grayscale: #3A3A3A. Windows color (decimal): -10350161 or 11473250. OLE color: 11473250.
HSL color Cylindrical-coordinate representation of color #6211AF: hue angle of 270.76º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6211AF is Cyan = 0.44, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 98 | 17 | 175 | - |
| CMYK | 0.44 | 0.90 | 0 | 0.31 |
| HSL | 270.76º | 0.82% | 0.38% | - |
| HSV(B) | 270.76º | 0.9% | 0.69% | - |
| XYZ | 12.98 | 6.09 | 41.05 | - |
| YUV | 59.23 | 193.34 | 155.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 17 | 175 | 0.44 | 0.90 | 0 | 0.31 | 270.76 | 0.82 | 0.38 |
| Hex | 62 | 11 | AF | 2C | 5A | 0 | 1F | 10F | 52 | 26 |
| Octal | 142 | 21 | 257 | 54 | 132 | 0 | 37 | 417 | 122 | 46 |
| Binary | 1100010 | 10001 | 10101111 | 101100 | 1011010 | 0 | 11111 | 100001111 | 1010010 | 100110 |
Color Harmonies of #6211AF
Complementary color
Monochromatic Colors of #6211AF
Black with #6211AF
Text Example
Text Example
White with #6211AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6211AF; }
p { color: rgb(98,17,175); }
H1.HeaderClassName
{
color: #6211AF;
}
.AnyTagClassName
{
color: #6211AF;
}
</style>
background-color css
<style>
a { background-color: #6211AF; }
a { background-color: rgb(98,17,175); }
div.DivClassName
{
background-color: #6211AF;
}
.BgClassName
{
background-color: #6211AF;
}
</style>
border-color css
<style>
span { border-color: #6211AF; }
span { border-color: rgb(98,17,175); }
td.TdClassName
{
border-color: #6211AF;
}
.TagClassName
{
border-color: #6211AF;
}
</style>