Shades of Purple #6D0773
Tints of Purple #6D0773
RGB
CMYK
RGB Variations
Color information
#6D0773 (or 0x6D0773) is known color: Purple. HEX triplet: 6D, 07 and 73. RGB value is (109,7,115). Sum of RGB (Red+Green+Blue) = 109+7+115=231 (30% of max value = 765). Red value is 109 (42.97% from 255 or 47.19% from 231); Green value is 7 (3.12% from 255 or 3.03% from 231); Blue value is 115 (45.31% from 255 or 49.78% from 231); Max value from RGB is 115 - color contains mainly: blue. Hex color #6D0773 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D0773 is #92F88C. Grayscale: #313131. Windows color (decimal): -9631885 or 7538541. OLE color: 7538541.
HSL color Cylindrical-coordinate representation of color #6D0773: hue angle of 296.67º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6D0773 is Cyan = 0.05, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 109 | 7 | 115 | - |
| CMYK | 0.05 | 0.94 | 0 | 0.55 |
| HSL | 296.67º | 0.89% | 0.24% | - |
| HSV(B) | 296.67º | 0.94% | 0.45% | - |
| XYZ | 9.48 | 4.64 | 16.62 | - |
| YUV | 49.81 | 164.79 | 170.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 7 | 115 | 0.05 | 0.94 | 0 | 0.55 | 296.67 | 0.89 | 0.24 |
| Hex | 6D | 7 | 73 | 5 | 5E | 0 | 37 | 129 | 59 | 18 |
| Octal | 155 | 7 | 163 | 5 | 136 | 0 | 67 | 451 | 131 | 30 |
| Binary | 1101101 | 111 | 1110011 | 101 | 1011110 | 0 | 110111 | 100101001 | 1011001 | 11000 |
Color Harmonies of #6D0773
Complementary color
Monochromatic Colors of #6D0773
Black with #6D0773
Text Example
Text Example
White with #6D0773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D0773; }
p { color: rgb(109,7,115); }
H1.HeaderClassName
{
color: #6D0773;
}
.AnyTagClassName
{
color: #6D0773;
}
</style>
background-color css
<style>
a { background-color: #6D0773; }
a { background-color: rgb(109,7,115); }
div.DivClassName
{
background-color: #6D0773;
}
.BgClassName
{
background-color: #6D0773;
}
</style>
border-color css
<style>
span { border-color: #6D0773; }
span { border-color: rgb(109,7,115); }
td.TdClassName
{
border-color: #6D0773;
}
.TagClassName
{
border-color: #6D0773;
}
</style>