Shades of Purple Heart #6212BD
Tints of Purple Heart #6212BD
RGB
CMYK
RGB Variations
Color information
#6212BD (or 0x6212BD) is known color: Purple Heart. HEX triplet: 62, 12 and BD. RGB value is (98,18,189). Sum of RGB (Red+Green+Blue) = 98+18+189=305 (40% of max value = 765). Red value is 98 (38.67% from 255 or 32.13% from 305); Green value is 18 (7.42% from 255 or 5.90% from 305); Blue value is 189 (74.22% from 255 or 61.97% from 305); Max value from RGB is 189 - color contains mainly: blue. Hex color #6212BD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6212BD is #9DED42. Grayscale: #3C3C3C. Windows color (decimal): -10349891 or 12391010. OLE color: 12391010.
HSL color Cylindrical-coordinate representation of color #6212BD: hue angle of 268.07º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6212BD is Cyan = 0.48, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 98 | 18 | 189 | - |
| CMYK | 0.48 | 0.90 | 0 | 0.26 |
| HSL | 268.07º | 0.83% | 0.41% | - |
| HSV(B) | 268.07º | 0.9% | 0.74% | - |
| XYZ | 14.44 | 6.7 | 48.68 | - |
| YUV | 61.41 | 200 | 154.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 18 | 189 | 0.48 | 0.90 | 0 | 0.26 | 268.07 | 0.83 | 0.41 |
| Hex | 62 | 12 | BD | 30 | 5A | 0 | 1A | 10C | 53 | 29 |
| Octal | 142 | 22 | 275 | 60 | 132 | 0 | 32 | 414 | 123 | 51 |
| Binary | 1100010 | 10010 | 10111101 | 110000 | 1011010 | 0 | 11010 | 100001100 | 1010011 | 101001 |
Color Harmonies of #6212BD
Complementary color
Monochromatic Colors of #6212BD
Black with #6212BD
Text Example
Text Example
White with #6212BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6212BD; }
p { color: rgb(98,18,189); }
H1.HeaderClassName
{
color: #6212BD;
}
.AnyTagClassName
{
color: #6212BD;
}
</style>
background-color css
<style>
a { background-color: #6212BD; }
a { background-color: rgb(98,18,189); }
div.DivClassName
{
background-color: #6212BD;
}
.BgClassName
{
background-color: #6212BD;
}
</style>
border-color css
<style>
span { border-color: #6212BD; }
span { border-color: rgb(98,18,189); }
td.TdClassName
{
border-color: #6212BD;
}
.TagClassName
{
border-color: #6212BD;
}
</style>