Shades of Purple Heart #6211B6
Tints of Purple Heart #6211B6
RGB
CMYK
RGB Variations
Color information
#6211B6 (or 0x6211B6) is known color: Purple Heart. HEX triplet: 62, 11 and B6. RGB value is (98,17,182). Sum of RGB (Red+Green+Blue) = 98+17+182=297 (39% of max value = 765). Red value is 98 (38.67% from 255 or 33.00% from 297); Green value is 17 (7.03% from 255 or 5.72% from 297); Blue value is 182 (71.48% from 255 or 61.28% from 297); Max value from RGB is 182 - color contains mainly: blue. Hex color #6211B6 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6211B6 is #9DEE49. Grayscale: #3B3B3B. Windows color (decimal): -10350154 or 11932002. OLE color: 11932002.
HSL color Cylindrical-coordinate representation of color #6211B6: hue angle of 269.45º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6211B6 is Cyan = 0.46, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 98 | 17 | 182 | - |
| CMYK | 0.46 | 0.91 | 0 | 0.29 |
| HSL | 269.45º | 0.83% | 0.39% | - |
| HSV(B) | 269.45º | 0.91% | 0.71% | - |
| XYZ | 13.68 | 6.37 | 44.77 | - |
| YUV | 60.03 | 196.84 | 155.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 17 | 182 | 0.46 | 0.91 | 0 | 0.29 | 269.45 | 0.83 | 0.39 |
| Hex | 62 | 11 | B6 | 2E | 5B | 0 | 1D | 10D | 53 | 27 |
| Octal | 142 | 21 | 266 | 56 | 133 | 0 | 35 | 415 | 123 | 47 |
| Binary | 1100010 | 10001 | 10110110 | 101110 | 1011011 | 0 | 11101 | 100001101 | 1010011 | 100111 |
Color Harmonies of #6211B6
Complementary color
Monochromatic Colors of #6211B6
Black with #6211B6
Text Example
Text Example
White with #6211B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6211B6; }
p { color: rgb(98,17,182); }
H1.HeaderClassName
{
color: #6211B6;
}
.AnyTagClassName
{
color: #6211B6;
}
</style>
background-color css
<style>
a { background-color: #6211B6; }
a { background-color: rgb(98,17,182); }
div.DivClassName
{
background-color: #6211B6;
}
.BgClassName
{
background-color: #6211B6;
}
</style>
border-color css
<style>
span { border-color: #6211B6; }
span { border-color: rgb(98,17,182); }
td.TdClassName
{
border-color: #6211B6;
}
.TagClassName
{
border-color: #6211B6;
}
</style>