Shades of Purple Heart #6D0EB6
Tints of Purple Heart #6D0EB6
RGB
CMYK
RGB Variations
Color information
#6D0EB6 (or 0x6D0EB6) is known color: Purple Heart. HEX triplet: 6D, 0E and B6. RGB value is (109,14,182). Sum of RGB (Red+Green+Blue) = 109+14+182=305 (40% of max value = 765). Red value is 109 (42.97% from 255 or 35.74% from 305); Green value is 14 (5.86% from 255 or 4.59% from 305); Blue value is 182 (71.48% from 255 or 59.67% from 305); Max value from RGB is 182 - color contains mainly: blue. Hex color #6D0EB6 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6D0EB6 is #92F149. Grayscale: #3C3C3C. Windows color (decimal): -9630026 or 11931245. OLE color: 11931245.
HSL color Cylindrical-coordinate representation of color #6D0EB6: hue angle of 273.93º degrees, saturation: 0.86, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6D0EB6 is Cyan = 0.40, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
RGB | 109 | 14 | 182 | - |
CMYK | 0.40 | 0.92 | 0 | 0.29 |
HSL | 273.93º | 0.86% | 0.38% | - |
HSV(B) | 273.93º | 0.92% | 0.71% | - |
XYZ | 14.91 | 6.94 | 44.81 | - |
YUV | 61.56 | 195.97 | 161.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 109 | 14 | 182 | 0.40 | 0.92 | 0 | 0.29 | 273.93 | 0.86 | 0.38 |
Hex | 6D | E | B6 | 28 | 5C | 0 | 1D | 112 | 56 | 26 |
Octal | 155 | 16 | 266 | 50 | 134 | 0 | 35 | 422 | 126 | 46 |
Binary | 1101101 | 1110 | 10110110 | 101000 | 1011100 | 0 | 11101 | 100010010 | 1010110 | 100110 |
Color Harmonies of #6D0EB6
Complementary color
Monochromatic Colors of #6D0EB6
Black with #6D0EB6
Text Example
Text Example
White with #6D0EB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D0EB6; }
p { color: rgb(109,14,182); }
H1.HeaderClassName
{
color: #6D0EB6;
}
.AnyTagClassName
{
color: #6D0EB6;
}
</style>
background-color css
<style>
a { background-color: #6D0EB6; }
a { background-color: rgb(109,14,182); }
div.DivClassName
{
background-color: #6D0EB6;
}
.BgClassName
{
background-color: #6D0EB6;
}
</style>
border-color css
<style>
span { border-color: #6D0EB6; }
span { border-color: rgb(109,14,182); }
td.TdClassName
{
border-color: #6D0EB6;
}
.TagClassName
{
border-color: #6D0EB6;
}
</style>