Shades of Purple #6E0173
Tints of Purple #6E0173
RGB
CMYK
RGB Variations
Color information
#6E0173 (or 0x6E0173) is known color: Purple. HEX triplet: 6E, 01 and 73. RGB value is (110,1,115). Sum of RGB (Red+Green+Blue) = 110+1+115=226 (29% of max value = 765). Red value is 110 (43.36% from 255 or 48.67% from 226); Green value is 1 (0.78% from 255 or 0.44% from 226); Blue value is 115 (45.31% from 255 or 50.88% from 226); Max value from RGB is 115 - color contains mainly: blue. Hex color #6E0173 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6E0173 is #91FE8C. Grayscale: #2E2E2E. Windows color (decimal): -9567885 or 7537006. OLE color: 7537006.
HSL color Cylindrical-coordinate representation of color #6E0173: hue angle of 297.37º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6E0173 is Cyan = 0.04, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 110 | 1 | 115 | - |
| CMYK | 0.04 | 0.99 | 0 | 0.55 |
| HSL | 297.37º | 0.98% | 0.23% | - |
| HSV(B) | 297.37º | 0.99% | 0.45% | - |
| XYZ | 9.54 | 4.57 | 16.6 | - |
| YUV | 46.59 | 166.61 | 173.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 1 | 115 | 0.04 | 0.99 | 0 | 0.55 | 297.37 | 0.98 | 0.23 |
| Hex | 6E | 1 | 73 | 4 | 63 | 0 | 37 | 129 | 62 | 17 |
| Octal | 156 | 1 | 163 | 4 | 143 | 0 | 67 | 451 | 142 | 27 |
| Binary | 1101110 | 1 | 1110011 | 100 | 1100011 | 0 | 110111 | 100101001 | 1100010 | 10111 |
Color Harmonies of #6E0173
Complementary color
Monochromatic Colors of #6E0173
Black with #6E0173
Text Example
Text Example
White with #6E0173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E0173; }
p { color: rgb(110,1,115); }
H1.HeaderClassName
{
color: #6E0173;
}
.AnyTagClassName
{
color: #6E0173;
}
</style>
background-color css
<style>
a { background-color: #6E0173; }
a { background-color: rgb(110,1,115); }
div.DivClassName
{
background-color: #6E0173;
}
.BgClassName
{
background-color: #6E0173;
}
</style>
border-color css
<style>
span { border-color: #6E0173; }
span { border-color: rgb(110,1,115); }
td.TdClassName
{
border-color: #6E0173;
}
.TagClassName
{
border-color: #6E0173;
}
</style>