Shades of Purple #6D0E73
Tints of Purple #6D0E73
RGB
CMYK
RGB Variations
Color information
#6D0E73 (or 0x6D0E73) is known color: Purple. HEX triplet: 6D, 0E and 73. RGB value is (109,14,115). Sum of RGB (Red+Green+Blue) = 109+14+115=238 (31% of max value = 765). Red value is 109 (42.97% from 255 or 45.80% from 238); Green value is 14 (5.86% from 255 or 5.88% from 238); Blue value is 115 (45.31% from 255 or 48.32% from 238); Max value from RGB is 115 - color contains mainly: blue. Hex color #6D0E73 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D0E73 is #92F18C. Grayscale: #353535. Windows color (decimal): -9630093 or 7540333. OLE color: 7540333.
HSL color Cylindrical-coordinate representation of color #6D0E73: hue angle of 296.44º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6D0E73 is Cyan = 0.05, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 109 | 14 | 115 | - |
| CMYK | 0.05 | 0.88 | 0 | 0.55 |
| HSL | 296.44º | 0.78% | 0.25% | - |
| HSV(B) | 296.44º | 0.88% | 0.45% | - |
| XYZ | 9.56 | 4.8 | 16.64 | - |
| YUV | 53.92 | 162.47 | 167.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 14 | 115 | 0.05 | 0.88 | 0 | 0.55 | 296.44 | 0.78 | 0.25 |
| Hex | 6D | E | 73 | 5 | 58 | 0 | 37 | 128 | 4E | 19 |
| Octal | 155 | 16 | 163 | 5 | 130 | 0 | 67 | 450 | 116 | 31 |
| Binary | 1101101 | 1110 | 1110011 | 101 | 1011000 | 0 | 110111 | 100101000 | 1001110 | 11001 |
Color Harmonies of #6D0E73
Complementary color
Monochromatic Colors of #6D0E73
Black with #6D0E73
Text Example
Text Example
White with #6D0E73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D0E73; }
p { color: rgb(109,14,115); }
H1.HeaderClassName
{
color: #6D0E73;
}
.AnyTagClassName
{
color: #6D0E73;
}
</style>
background-color css
<style>
a { background-color: #6D0E73; }
a { background-color: rgb(109,14,115); }
div.DivClassName
{
background-color: #6D0E73;
}
.BgClassName
{
background-color: #6D0E73;
}
</style>
border-color css
<style>
span { border-color: #6D0E73; }
span { border-color: rgb(109,14,115); }
td.TdClassName
{
border-color: #6D0E73;
}
.TagClassName
{
border-color: #6D0E73;
}
</style>