Shades of Purple #6E0F77
Tints of Purple #6E0F77
RGB
CMYK
RGB Variations
Color information
#6E0F77 (or 0x6E0F77) is known color: Purple. HEX triplet: 6E, 0F and 77. RGB value is (110,15,119). Sum of RGB (Red+Green+Blue) = 110+15+119=244 (32% of max value = 765). Red value is 110 (43.36% from 255 or 45.08% from 244); Green value is 15 (6.25% from 255 or 6.15% from 244); Blue value is 119 (46.88% from 255 or 48.77% from 244); Max value from RGB is 119 - color contains mainly: blue. Hex color #6E0F77 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6E0F77 is #91F088. Grayscale: #363636. Windows color (decimal): -9564297 or 7802734. OLE color: 7802734.
HSL color Cylindrical-coordinate representation of color #6E0F77: hue angle of 294.81º degrees, saturation: 0.78, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6E0F77 is Cyan = 0.08, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 110 | 15 | 119 | - |
| CMYK | 0.08 | 0.87 | 0 | 0.53 |
| HSL | 294.81º | 0.78% | 0.26% | - |
| HSV(B) | 294.81º | 0.87% | 0.47% | - |
| XYZ | 9.93 | 4.99 | 17.89 | - |
| YUV | 55.26 | 163.97 | 167.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 15 | 119 | 0.08 | 0.87 | 0 | 0.53 | 294.81 | 0.78 | 0.26 |
| Hex | 6E | F | 77 | 8 | 57 | 0 | 35 | 127 | 4E | 1A |
| Octal | 156 | 17 | 167 | 10 | 127 | 0 | 65 | 447 | 116 | 32 |
| Binary | 1101110 | 1111 | 1110111 | 1000 | 1010111 | 0 | 110101 | 100100111 | 1001110 | 11010 |
Color Harmonies of #6E0F77
Complementary color
Monochromatic Colors of #6E0F77
Black with #6E0F77
Text Example
Text Example
White with #6E0F77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E0F77; }
p { color: rgb(110,15,119); }
H1.HeaderClassName
{
color: #6E0F77;
}
.AnyTagClassName
{
color: #6E0F77;
}
</style>
background-color css
<style>
a { background-color: #6E0F77; }
a { background-color: rgb(110,15,119); }
div.DivClassName
{
background-color: #6E0F77;
}
.BgClassName
{
background-color: #6E0F77;
}
</style>
border-color css
<style>
span { border-color: #6E0F77; }
span { border-color: rgb(110,15,119); }
td.TdClassName
{
border-color: #6E0F77;
}
.TagClassName
{
border-color: #6E0F77;
}
</style>