Shades of Purple #6E056E
Tints of Purple #6E056E
RGB
CMYK
RGB Variations
Color information
#6E056E (or 0x6E056E) is known color: Purple. HEX triplet: 6E, 05 and 6E. RGB value is (110,5,110). Sum of RGB (Red+Green+Blue) = 110+5+110=225 (29% of max value = 765). Red value is 110 (43.36% from 255 or 48.89% from 225); Green value is 5 (2.34% from 255 or 2.22% from 225); Blue value is 110 (43.36% from 255 or 48.89% from 225); Max value from RGB is 110 - color contains mainly: red, blue. Hex color #6E056E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6E056E is #91FA91. Grayscale: #303030. Windows color (decimal): -9566866 or 7210350. OLE color: 7210350.
HSL color Cylindrical-coordinate representation of color #6E056E: hue angle of 300º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6E056E is Cyan = 0, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 5 | 110 | - |
| CMYK | 0 | 0.95 | 0 | 0.57 |
| HSL | 300º | 0.91% | 0.23% | - |
| HSV(B) | 300º | 0.95% | 0.43% | - |
| XYZ | 9.3 | 4.55 | 15.14 | - |
| YUV | 48.37 | 162.79 | 171.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 5 | 110 | 0 | 0.95 | 0 | 0.57 | 300 | 0.91 | 0.23 |
| Hex | 6E | 5 | 6E | 0 | 5F | 0 | 39 | 12C | 5B | 17 |
| Octal | 156 | 5 | 156 | 0 | 137 | 0 | 71 | 454 | 133 | 27 |
| Binary | 1101110 | 101 | 1101110 | 0 | 1011111 | 0 | 111001 | 100101100 | 1011011 | 10111 |
Color Harmonies of #6E056E
Complementary color
Monochromatic Colors of #6E056E
Black with #6E056E
Text Example
Text Example
White with #6E056E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E056E; }
p { color: rgb(110,5,110); }
H1.HeaderClassName
{
color: #6E056E;
}
.AnyTagClassName
{
color: #6E056E;
}
</style>
background-color css
<style>
a { background-color: #6E056E; }
a { background-color: rgb(110,5,110); }
div.DivClassName
{
background-color: #6E056E;
}
.BgClassName
{
background-color: #6E056E;
}
</style>
border-color css
<style>
span { border-color: #6E056E; }
span { border-color: rgb(110,5,110); }
td.TdClassName
{
border-color: #6E056E;
}
.TagClassName
{
border-color: #6E056E;
}
</style>