Shades of Purple Heart #6D0BC2
Tints of Purple Heart #6D0BC2
RGB
CMYK
RGB Variations
Color information
#6D0BC2 (or 0x6D0BC2) is known color: Purple Heart. HEX triplet: 6D, 0B and C2. RGB value is (109,11,194). Sum of RGB (Red+Green+Blue) = 109+11+194=314 (41% of max value = 765). Red value is 109 (42.97% from 255 or 34.71% from 314); Green value is 11 (4.69% from 255 or 3.50% from 314); Blue value is 194 (76.17% from 255 or 61.78% from 314); Max value from RGB is 194 - color contains mainly: blue. Hex color #6D0BC2 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6D0BC2 is #92F43D. Grayscale: #3C3C3C. Windows color (decimal): -9630782 or 12716909. OLE color: 12716909.
HSL color Cylindrical-coordinate representation of color #6D0BC2: hue angle of 272.13º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6D0BC2 is Cyan = 0.44, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 109 | 11 | 194 | - |
| CMYK | 0.44 | 0.94 | 0 | 0.24 |
| HSL | 272.13º | 0.89% | 0.4% | - |
| HSV(B) | 272.13º | 0.94% | 0.76% | - |
| XYZ | 16.16 | 7.39 | 51.61 | - |
| YUV | 61.16 | 202.97 | 162.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 11 | 194 | 0.44 | 0.94 | 0 | 0.24 | 272.13 | 0.89 | 0.4 |
| Hex | 6D | B | C2 | 2C | 5E | 0 | 18 | 110 | 59 | 28 |
| Octal | 155 | 13 | 302 | 54 | 136 | 0 | 30 | 420 | 131 | 50 |
| Binary | 1101101 | 1011 | 11000010 | 101100 | 1011110 | 0 | 11000 | 100010000 | 1011001 | 101000 |
Color Harmonies of #6D0BC2
Complementary color
Monochromatic Colors of #6D0BC2
Black with #6D0BC2
Text Example
Text Example
White with #6D0BC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D0BC2; }
p { color: rgb(109,11,194); }
H1.HeaderClassName
{
color: #6D0BC2;
}
.AnyTagClassName
{
color: #6D0BC2;
}
</style>
background-color css
<style>
a { background-color: #6D0BC2; }
a { background-color: rgb(109,11,194); }
div.DivClassName
{
background-color: #6D0BC2;
}
.BgClassName
{
background-color: #6D0BC2;
}
</style>
border-color css
<style>
span { border-color: #6D0BC2; }
span { border-color: rgb(109,11,194); }
td.TdClassName
{
border-color: #6D0BC2;
}
.TagClassName
{
border-color: #6D0BC2;
}
</style>