Shades of Purple Heart #6D0BB1
Tints of Purple Heart #6D0BB1
RGB
CMYK
RGB Variations
Color information
#6D0BB1 (or 0x6D0BB1) is known color: Purple Heart. HEX triplet: 6D, 0B and B1. RGB value is (109,11,177). Sum of RGB (Red+Green+Blue) = 109+11+177=297 (39% of max value = 765). Red value is 109 (42.97% from 255 or 36.70% from 297); Green value is 11 (4.69% from 255 or 3.70% from 297); Blue value is 177 (69.53% from 255 or 59.60% from 297); Max value from RGB is 177 - color contains mainly: blue. Hex color #6D0BB1 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6D0BB1 is #92F44E. Grayscale: #3A3A3A. Windows color (decimal): -9630799 or 11602797. OLE color: 11602797.
HSL color Cylindrical-coordinate representation of color #6D0BB1: hue angle of 275.42º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6D0BB1 is Cyan = 0.38, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 109 | 11 | 177 | - |
| CMYK | 0.38 | 0.94 | 0 | 0.31 |
| HSL | 275.42º | 0.88% | 0.37% | - |
| HSV(B) | 275.42º | 0.94% | 0.69% | - |
| XYZ | 14.36 | 6.66 | 42.12 | - |
| YUV | 59.23 | 194.47 | 163.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 11 | 177 | 0.38 | 0.94 | 0 | 0.31 | 275.42 | 0.88 | 0.37 |
| Hex | 6D | B | B1 | 26 | 5E | 0 | 1F | 113 | 58 | 25 |
| Octal | 155 | 13 | 261 | 46 | 136 | 0 | 37 | 423 | 130 | 45 |
| Binary | 1101101 | 1011 | 10110001 | 100110 | 1011110 | 0 | 11111 | 100010011 | 1011000 | 100101 |
Color Harmonies of #6D0BB1
Complementary color
Monochromatic Colors of #6D0BB1
Black with #6D0BB1
Text Example
Text Example
White with #6D0BB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D0BB1; }
p { color: rgb(109,11,177); }
H1.HeaderClassName
{
color: #6D0BB1;
}
.AnyTagClassName
{
color: #6D0BB1;
}
</style>
background-color css
<style>
a { background-color: #6D0BB1; }
a { background-color: rgb(109,11,177); }
div.DivClassName
{
background-color: #6D0BB1;
}
.BgClassName
{
background-color: #6D0BB1;
}
</style>
border-color css
<style>
span { border-color: #6D0BB1; }
span { border-color: rgb(109,11,177); }
td.TdClassName
{
border-color: #6D0BB1;
}
.TagClassName
{
border-color: #6D0BB1;
}
</style>