Shades of Purple Heart #6D0BBF
Tints of Purple Heart #6D0BBF
RGB
CMYK
RGB Variations
Color information
#6D0BBF (or 0x6D0BBF) is known color: Purple Heart. HEX triplet: 6D, 0B and BF. RGB value is (109,11,191). Sum of RGB (Red+Green+Blue) = 109+11+191=311 (41% of max value = 765). Red value is 109 (42.97% from 255 or 35.05% from 311); Green value is 11 (4.69% from 255 or 3.54% from 311); Blue value is 191 (75% from 255 or 61.41% from 311); Max value from RGB is 191 - color contains mainly: blue. Hex color #6D0BBF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6D0BBF is #92F440. Grayscale: #3C3C3C. Windows color (decimal): -9630785 or 12520301. OLE color: 12520301.
HSL color Cylindrical-coordinate representation of color #6D0BBF: hue angle of 272.67º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6D0BBF is Cyan = 0.43, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 109 | 11 | 191 | - |
| CMYK | 0.43 | 0.94 | 0 | 0.25 |
| HSL | 272.67º | 0.89% | 0.4% | - |
| HSV(B) | 272.67º | 0.94% | 0.75% | - |
| XYZ | 15.83 | 7.25 | 49.86 | - |
| YUV | 60.82 | 201.47 | 162.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 11 | 191 | 0.43 | 0.94 | 0 | 0.25 | 272.67 | 0.89 | 0.4 |
| Hex | 6D | B | BF | 2B | 5E | 0 | 19 | 111 | 59 | 28 |
| Octal | 155 | 13 | 277 | 53 | 136 | 0 | 31 | 421 | 131 | 50 |
| Binary | 1101101 | 1011 | 10111111 | 101011 | 1011110 | 0 | 11001 | 100010001 | 1011001 | 101000 |
Color Harmonies of #6D0BBF
Complementary color
Monochromatic Colors of #6D0BBF
Black with #6D0BBF
Text Example
Text Example
White with #6D0BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D0BBF; }
p { color: rgb(109,11,191); }
H1.HeaderClassName
{
color: #6D0BBF;
}
.AnyTagClassName
{
color: #6D0BBF;
}
</style>
background-color css
<style>
a { background-color: #6D0BBF; }
a { background-color: rgb(109,11,191); }
div.DivClassName
{
background-color: #6D0BBF;
}
.BgClassName
{
background-color: #6D0BBF;
}
</style>
border-color css
<style>
span { border-color: #6D0BBF; }
span { border-color: rgb(109,11,191); }
td.TdClassName
{
border-color: #6D0BBF;
}
.TagClassName
{
border-color: #6D0BBF;
}
</style>