Shades of Purple #6D0B73
Tints of Purple #6D0B73
RGB
CMYK
RGB Variations
Color information
#6D0B73 (or 0x6D0B73) is known color: Purple. HEX triplet: 6D, 0B and 73. RGB value is (109,11,115). Sum of RGB (Red+Green+Blue) = 109+11+115=235 (31% of max value = 765). Red value is 109 (42.97% from 255 or 46.38% from 235); Green value is 11 (4.69% from 255 or 4.68% from 235); Blue value is 115 (45.31% from 255 or 48.94% from 235); Max value from RGB is 115 - color contains mainly: blue. Hex color #6D0B73 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D0B73 is #92F48C. Grayscale: #333333. Windows color (decimal): -9630861 or 7539565. OLE color: 7539565.
HSL color Cylindrical-coordinate representation of color #6D0B73: hue angle of 296.54º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6D0B73 is Cyan = 0.05, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 109 | 11 | 115 | - |
| CMYK | 0.05 | 0.90 | 0 | 0.55 |
| HSL | 296.54º | 0.83% | 0.25% | - |
| HSV(B) | 296.54º | 0.9% | 0.45% | - |
| XYZ | 9.52 | 4.73 | 16.63 | - |
| YUV | 52.16 | 163.47 | 168.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 11 | 115 | 0.05 | 0.90 | 0 | 0.55 | 296.54 | 0.83 | 0.25 |
| Hex | 6D | B | 73 | 5 | 5A | 0 | 37 | 129 | 53 | 19 |
| Octal | 155 | 13 | 163 | 5 | 132 | 0 | 67 | 451 | 123 | 31 |
| Binary | 1101101 | 1011 | 1110011 | 101 | 1011010 | 0 | 110111 | 100101001 | 1010011 | 11001 |
Color Harmonies of #6D0B73
Complementary color
Monochromatic Colors of #6D0B73
Black with #6D0B73
Text Example
Text Example
White with #6D0B73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D0B73; }
p { color: rgb(109,11,115); }
H1.HeaderClassName
{
color: #6D0B73;
}
.AnyTagClassName
{
color: #6D0B73;
}
</style>
background-color css
<style>
a { background-color: #6D0B73; }
a { background-color: rgb(109,11,115); }
div.DivClassName
{
background-color: #6D0B73;
}
.BgClassName
{
background-color: #6D0B73;
}
</style>
border-color css
<style>
span { border-color: #6D0B73; }
span { border-color: rgb(109,11,115); }
td.TdClassName
{
border-color: #6D0B73;
}
.TagClassName
{
border-color: #6D0B73;
}
</style>