Shades of Purple Heart #6212BB
Tints of Purple Heart #6212BB
RGB
CMYK
RGB Variations
Color information
#6212BB (or 0x6212BB) is known color: Purple Heart. HEX triplet: 62, 12 and BB. RGB value is (98,18,187). Sum of RGB (Red+Green+Blue) = 98+18+187=303 (40% of max value = 765). Red value is 98 (38.67% from 255 or 32.34% from 303); Green value is 18 (7.42% from 255 or 5.94% from 303); Blue value is 187 (73.44% from 255 or 61.72% from 303); Max value from RGB is 187 - color contains mainly: blue. Hex color #6212BB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6212BB is #9DED44. Grayscale: #3C3C3C. Windows color (decimal): -10349893 or 12259938. OLE color: 12259938.
HSL color Cylindrical-coordinate representation of color #6212BB: hue angle of 268.4º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6212BB is Cyan = 0.48, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 98 | 18 | 187 | - |
| CMYK | 0.48 | 0.90 | 0 | 0.27 |
| HSL | 268.4º | 0.82% | 0.4% | - |
| HSV(B) | 268.4º | 0.9% | 0.73% | - |
| XYZ | 14.22 | 6.62 | 47.54 | - |
| YUV | 61.19 | 199 | 154.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 18 | 187 | 0.48 | 0.90 | 0 | 0.27 | 268.4 | 0.82 | 0.4 |
| Hex | 62 | 12 | BB | 30 | 5A | 0 | 1B | 10C | 52 | 28 |
| Octal | 142 | 22 | 273 | 60 | 132 | 0 | 33 | 414 | 122 | 50 |
| Binary | 1100010 | 10010 | 10111011 | 110000 | 1011010 | 0 | 11011 | 100001100 | 1010010 | 101000 |
Color Harmonies of #6212BB
Complementary color
Monochromatic Colors of #6212BB
Black with #6212BB
Text Example
Text Example
White with #6212BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6212BB; }
p { color: rgb(98,18,187); }
H1.HeaderClassName
{
color: #6212BB;
}
.AnyTagClassName
{
color: #6212BB;
}
</style>
background-color css
<style>
a { background-color: #6212BB; }
a { background-color: rgb(98,18,187); }
div.DivClassName
{
background-color: #6212BB;
}
.BgClassName
{
background-color: #6212BB;
}
</style>
border-color css
<style>
span { border-color: #6212BB; }
span { border-color: rgb(98,18,187); }
td.TdClassName
{
border-color: #6212BB;
}
.TagClassName
{
border-color: #6212BB;
}
</style>