Shades of Purple #6D0D75
Tints of Purple #6D0D75
RGB
CMYK
RGB Variations
Color information
#6D0D75 (or 0x6D0D75) is known color: Purple. HEX triplet: 6D, 0D and 75. RGB value is (109,13,117). Sum of RGB (Red+Green+Blue) = 109+13+117=239 (31% of max value = 765). Red value is 109 (42.97% from 255 or 45.61% from 239); Green value is 13 (5.47% from 255 or 5.44% from 239); Blue value is 117 (46.09% from 255 or 48.95% from 239); Max value from RGB is 117 - color contains mainly: blue. Hex color #6D0D75 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D0D75 is #92F28A. Grayscale: #353535. Windows color (decimal): -9630347 or 7671149. OLE color: 7671149.
HSL color Cylindrical-coordinate representation of color #6D0D75: hue angle of 295.38º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6D0D75 is Cyan = 0.07, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 109 | 13 | 117 | - |
| CMYK | 0.07 | 0.89 | 0 | 0.54 |
| HSL | 295.38º | 0.8% | 0.25% | - |
| HSV(B) | 295.38º | 0.89% | 0.46% | - |
| XYZ | 9.66 | 4.82 | 17.25 | - |
| YUV | 53.56 | 163.8 | 167.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 13 | 117 | 0.07 | 0.89 | 0 | 0.54 | 295.38 | 0.8 | 0.25 |
| Hex | 6D | D | 75 | 7 | 59 | 0 | 36 | 127 | 50 | 19 |
| Octal | 155 | 15 | 165 | 7 | 131 | 0 | 66 | 447 | 120 | 31 |
| Binary | 1101101 | 1101 | 1110101 | 111 | 1011001 | 0 | 110110 | 100100111 | 1010000 | 11001 |
Color Harmonies of #6D0D75
Complementary color
Monochromatic Colors of #6D0D75
Black with #6D0D75
Text Example
Text Example
White with #6D0D75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D0D75; }
p { color: rgb(109,13,117); }
H1.HeaderClassName
{
color: #6D0D75;
}
.AnyTagClassName
{
color: #6D0D75;
}
</style>
background-color css
<style>
a { background-color: #6D0D75; }
a { background-color: rgb(109,13,117); }
div.DivClassName
{
background-color: #6D0D75;
}
.BgClassName
{
background-color: #6D0D75;
}
</style>
border-color css
<style>
span { border-color: #6D0D75; }
span { border-color: rgb(109,13,117); }
td.TdClassName
{
border-color: #6D0D75;
}
.TagClassName
{
border-color: #6D0D75;
}
</style>