Shades of Purple #6D0793
Tints of Purple #6D0793
RGB
CMYK
RGB Variations
Color information
#6D0793 (or 0x6D0793) is known color: Purple. HEX triplet: 6D, 07 and 93. RGB value is (109,7,147). Sum of RGB (Red+Green+Blue) = 109+7+147=263 (34% of max value = 765). Red value is 109 (42.97% from 255 or 41.44% from 263); Green value is 7 (3.12% from 255 or 2.66% from 263); Blue value is 147 (57.81% from 255 or 55.89% from 263); Max value from RGB is 147 - color contains mainly: blue. Hex color #6D0793 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6D0793 is #92F86C. Grayscale: #353535. Windows color (decimal): -9631853 or 9635693. OLE color: 9635693.
HSL color Cylindrical-coordinate representation of color #6D0793: hue angle of 283.71º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6D0793 is Cyan = 0.26, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 109 | 7 | 147 | - |
| CMYK | 0.26 | 0.95 | 0 | 0.42 |
| HSL | 283.71º | 0.91% | 0.3% | - |
| HSV(B) | 283.71º | 0.95% | 0.58% | - |
| XYZ | 11.65 | 5.51 | 28.05 | - |
| YUV | 53.46 | 180.79 | 167.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 7 | 147 | 0.26 | 0.95 | 0 | 0.42 | 283.71 | 0.91 | 0.3 |
| Hex | 6D | 7 | 93 | 1A | 5F | 0 | 2A | 11C | 5B | 1E |
| Octal | 155 | 7 | 223 | 32 | 137 | 0 | 52 | 434 | 133 | 36 |
| Binary | 1101101 | 111 | 10010011 | 11010 | 1011111 | 0 | 101010 | 100011100 | 1011011 | 11110 |
Color Harmonies of #6D0793
Complementary color
Monochromatic Colors of #6D0793
Black with #6D0793
Text Example
Text Example
White with #6D0793
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D0793; }
p { color: rgb(109,7,147); }
H1.HeaderClassName
{
color: #6D0793;
}
.AnyTagClassName
{
color: #6D0793;
}
</style>
background-color css
<style>
a { background-color: #6D0793; }
a { background-color: rgb(109,7,147); }
div.DivClassName
{
background-color: #6D0793;
}
.BgClassName
{
background-color: #6D0793;
}
</style>
border-color css
<style>
span { border-color: #6D0793; }
span { border-color: rgb(109,7,147); }
td.TdClassName
{
border-color: #6D0793;
}
.TagClassName
{
border-color: #6D0793;
}
</style>