Shades of Purple #6E077D
Tints of Purple #6E077D
RGB
CMYK
RGB Variations
Color information
#6E077D (or 0x6E077D) is known color: Purple. HEX triplet: 6E, 07 and 7D. RGB value is (110,7,125). Sum of RGB (Red+Green+Blue) = 110+7+125=242 (32% of max value = 765). Red value is 110 (43.36% from 255 or 45.45% from 242); Green value is 7 (3.12% from 255 or 2.89% from 242); Blue value is 125 (49.22% from 255 or 51.65% from 242); Max value from RGB is 125 - color contains mainly: blue. Hex color #6E077D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6E077D is #91F882. Grayscale: #323232. Windows color (decimal): -9566339 or 8193902. OLE color: 8193902.
HSL color Cylindrical-coordinate representation of color #6E077D: hue angle of 292.37º degrees, saturation: 0.89, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6E077D is Cyan = 0.12, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 110 | 7 | 125 | - |
| CMYK | 0.12 | 0.94 | 0 | 0.51 |
| HSL | 292.37º | 0.89% | 0.26% | - |
| HSV(B) | 292.37º | 0.94% | 0.49% | - |
| XYZ | 10.21 | 4.95 | 19.82 | - |
| YUV | 51.25 | 169.62 | 169.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 7 | 125 | 0.12 | 0.94 | 0 | 0.51 | 292.37 | 0.89 | 0.26 |
| Hex | 6E | 7 | 7D | C | 5E | 0 | 33 | 124 | 59 | 1A |
| Octal | 156 | 7 | 175 | 14 | 136 | 0 | 63 | 444 | 131 | 32 |
| Binary | 1101110 | 111 | 1111101 | 1100 | 1011110 | 0 | 110011 | 100100100 | 1011001 | 11010 |
Color Harmonies of #6E077D
Complementary color
Monochromatic Colors of #6E077D
Black with #6E077D
Text Example
Text Example
White with #6E077D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E077D; }
p { color: rgb(110,7,125); }
H1.HeaderClassName
{
color: #6E077D;
}
.AnyTagClassName
{
color: #6E077D;
}
</style>
background-color css
<style>
a { background-color: #6E077D; }
a { background-color: rgb(110,7,125); }
div.DivClassName
{
background-color: #6E077D;
}
.BgClassName
{
background-color: #6E077D;
}
</style>
border-color css
<style>
span { border-color: #6E077D; }
span { border-color: rgb(110,7,125); }
td.TdClassName
{
border-color: #6E077D;
}
.TagClassName
{
border-color: #6E077D;
}
</style>