Shades of Purple Heart #6D0FB6
Tints of Purple Heart #6D0FB6
RGB
CMYK
RGB Variations
Color information
#6D0FB6 (or 0x6D0FB6) is known color: Purple Heart. HEX triplet: 6D, 0F and B6. RGB value is (109,15,182). Sum of RGB (Red+Green+Blue) = 109+15+182=306 (40% of max value = 765). Red value is 109 (42.97% from 255 or 35.62% from 306); Green value is 15 (6.25% from 255 or 4.90% from 306); Blue value is 182 (71.48% from 255 or 59.48% from 306); Max value from RGB is 182 - color contains mainly: blue. Hex color #6D0FB6 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6D0FB6 is #92F049. Grayscale: #3D3D3D. Windows color (decimal): -9629770 or 11931501. OLE color: 11931501.
HSL color Cylindrical-coordinate representation of color #6D0FB6: hue angle of 273.77º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6D0FB6 is Cyan = 0.40, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 109 | 15 | 182 | - |
| CMYK | 0.40 | 0.92 | 0 | 0.29 |
| HSL | 273.77º | 0.85% | 0.39% | - |
| HSV(B) | 273.77º | 0.92% | 0.71% | - |
| XYZ | 14.92 | 6.97 | 44.81 | - |
| YUV | 62.14 | 195.64 | 161.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 15 | 182 | 0.40 | 0.92 | 0 | 0.29 | 273.77 | 0.85 | 0.39 |
| Hex | 6D | F | B6 | 28 | 5C | 0 | 1D | 112 | 55 | 27 |
| Octal | 155 | 17 | 266 | 50 | 134 | 0 | 35 | 422 | 125 | 47 |
| Binary | 1101101 | 1111 | 10110110 | 101000 | 1011100 | 0 | 11101 | 100010010 | 1010101 | 100111 |
Color Harmonies of #6D0FB6
Complementary color
Monochromatic Colors of #6D0FB6
Black with #6D0FB6
Text Example
Text Example
White with #6D0FB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D0FB6; }
p { color: rgb(109,15,182); }
H1.HeaderClassName
{
color: #6D0FB6;
}
.AnyTagClassName
{
color: #6D0FB6;
}
</style>
background-color css
<style>
a { background-color: #6D0FB6; }
a { background-color: rgb(109,15,182); }
div.DivClassName
{
background-color: #6D0FB6;
}
.BgClassName
{
background-color: #6D0FB6;
}
</style>
border-color css
<style>
span { border-color: #6D0FB6; }
span { border-color: rgb(109,15,182); }
td.TdClassName
{
border-color: #6D0FB6;
}
.TagClassName
{
border-color: #6D0FB6;
}
</style>