Shades of Purple Heart #6211BA
Tints of Purple Heart #6211BA
RGB
CMYK
RGB Variations
Color information
#6211BA (or 0x6211BA) is known color: Purple Heart. HEX triplet: 62, 11 and BA. RGB value is (98,17,186). Sum of RGB (Red+Green+Blue) = 98+17+186=301 (39% of max value = 765). Red value is 98 (38.67% from 255 or 32.56% from 301); Green value is 17 (7.03% from 255 or 5.65% from 301); Blue value is 186 (73.05% from 255 or 61.79% from 301); Max value from RGB is 186 - color contains mainly: blue. Hex color #6211BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6211BA is #9DEE45. Grayscale: #3B3B3B. Windows color (decimal): -10350150 or 12194146. OLE color: 12194146.
HSL color Cylindrical-coordinate representation of color #6211BA: hue angle of 268.76º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6211BA is Cyan = 0.47, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 98 | 17 | 186 | - |
| CMYK | 0.47 | 0.91 | 0 | 0.27 |
| HSL | 268.76º | 0.83% | 0.4% | - |
| HSV(B) | 268.76º | 0.91% | 0.73% | - |
| XYZ | 14.1 | 6.54 | 46.97 | - |
| YUV | 60.49 | 198.84 | 154.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 17 | 186 | 0.47 | 0.91 | 0 | 0.27 | 268.76 | 0.83 | 0.4 |
| Hex | 62 | 11 | BA | 2F | 5B | 0 | 1B | 10D | 53 | 28 |
| Octal | 142 | 21 | 272 | 57 | 133 | 0 | 33 | 415 | 123 | 50 |
| Binary | 1100010 | 10001 | 10111010 | 101111 | 1011011 | 0 | 11011 | 100001101 | 1010011 | 101000 |
Color Harmonies of #6211BA
Complementary color
Monochromatic Colors of #6211BA
Black with #6211BA
Text Example
Text Example
White with #6211BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6211BA; }
p { color: rgb(98,17,186); }
H1.HeaderClassName
{
color: #6211BA;
}
.AnyTagClassName
{
color: #6211BA;
}
</style>
background-color css
<style>
a { background-color: #6211BA; }
a { background-color: rgb(98,17,186); }
div.DivClassName
{
background-color: #6211BA;
}
.BgClassName
{
background-color: #6211BA;
}
</style>
border-color css
<style>
span { border-color: #6211BA; }
span { border-color: rgb(98,17,186); }
td.TdClassName
{
border-color: #6211BA;
}
.TagClassName
{
border-color: #6211BA;
}
</style>