Shades of Purple #6D1072
Tints of Purple #6D1072
RGB
CMYK
RGB Variations
Color information
#6D1072 (or 0x6D1072) is known color: Purple. HEX triplet: 6D, 10 and 72. RGB value is (109,16,114). Sum of RGB (Red+Green+Blue) = 109+16+114=239 (31% of max value = 765). Red value is 109 (42.97% from 255 or 45.61% from 239); Green value is 16 (6.64% from 255 or 6.69% from 239); Blue value is 114 (44.92% from 255 or 47.70% from 239); Max value from RGB is 114 - color contains mainly: blue. Hex color #6D1072 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D1072 is #92EF8D. Grayscale: #363636. Windows color (decimal): -9629582 or 7475309. OLE color: 7475309.
HSL color Cylindrical-coordinate representation of color #6D1072: hue angle of 296.94º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6D1072 is Cyan = 0.04, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 109 | 16 | 114 | - |
| CMYK | 0.04 | 0.86 | 0 | 0.55 |
| HSL | 296.94º | 0.75% | 0.25% | - |
| HSV(B) | 296.94º | 0.86% | 0.45% | - |
| XYZ | 9.53 | 4.84 | 16.35 | - |
| YUV | 54.98 | 161.31 | 166.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 16 | 114 | 0.04 | 0.86 | 0 | 0.55 | 296.94 | 0.75 | 0.25 |
| Hex | 6D | 10 | 72 | 4 | 56 | 0 | 37 | 129 | 4B | 19 |
| Octal | 155 | 20 | 162 | 4 | 126 | 0 | 67 | 451 | 113 | 31 |
| Binary | 1101101 | 10000 | 1110010 | 100 | 1010110 | 0 | 110111 | 100101001 | 1001011 | 11001 |
Color Harmonies of #6D1072
Complementary color
Monochromatic Colors of #6D1072
Black with #6D1072
Text Example
Text Example
White with #6D1072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D1072; }
p { color: rgb(109,16,114); }
H1.HeaderClassName
{
color: #6D1072;
}
.AnyTagClassName
{
color: #6D1072;
}
</style>
background-color css
<style>
a { background-color: #6D1072; }
a { background-color: rgb(109,16,114); }
div.DivClassName
{
background-color: #6D1072;
}
.BgClassName
{
background-color: #6D1072;
}
</style>
border-color css
<style>
span { border-color: #6D1072; }
span { border-color: rgb(109,16,114); }
td.TdClassName
{
border-color: #6D1072;
}
.TagClassName
{
border-color: #6D1072;
}
</style>