Shades of Purple #6E066A
Tints of Purple #6E066A
RGB
CMYK
RGB Variations
Color information
#6E066A (or 0x6E066A) is known color: Purple. HEX triplet: 6E, 06 and 6A. RGB value is (110,6,106). Sum of RGB (Red+Green+Blue) = 110+6+106=222 (29% of max value = 765). Red value is 110 (43.36% from 255 or 49.55% from 222); Green value is 6 (2.73% from 255 or 2.70% from 222); Blue value is 106 (41.80% from 255 or 47.75% from 222); Max value from RGB is 110 - color contains mainly: red. Hex color #6E066A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6E066A is #91F995. Grayscale: #303030. Windows color (decimal): -9566614 or 6948462. OLE color: 6948462.
HSL color Cylindrical-coordinate representation of color #6E066A: hue angle of 302.31º degrees, saturation: 0.9, 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 #6E066A is Cyan = 0, Magento = 0.95, Yellow = 0.04 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 6 | 106 | - |
| CMYK | 0 | 0.95 | 0.04 | 0.57 |
| HSL | 302.31º | 0.9% | 0.23% | - |
| HSV(B) | 302.31º | 0.95% | 0.43% | - |
| XYZ | 9.1 | 4.49 | 14.02 | - |
| YUV | 48.5 | 160.46 | 171.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 6 | 106 | 0 | 0.95 | 0.04 | 0.57 | 302.31 | 0.9 | 0.23 |
| Hex | 6E | 6 | 6A | 0 | 5F | 4 | 39 | 12E | 5A | 17 |
| Octal | 156 | 6 | 152 | 0 | 137 | 4 | 71 | 456 | 132 | 27 |
| Binary | 1101110 | 110 | 1101010 | 0 | 1011111 | 100 | 111001 | 100101110 | 1011010 | 10111 |
Color Harmonies of #6E066A
Complementary color
Monochromatic Colors of #6E066A
Black with #6E066A
Text Example
Text Example
White with #6E066A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E066A; }
p { color: rgb(110,6,106); }
H1.HeaderClassName
{
color: #6E066A;
}
.AnyTagClassName
{
color: #6E066A;
}
</style>
background-color css
<style>
a { background-color: #6E066A; }
a { background-color: rgb(110,6,106); }
div.DivClassName
{
background-color: #6E066A;
}
.BgClassName
{
background-color: #6E066A;
}
</style>
border-color css
<style>
span { border-color: #6E066A; }
span { border-color: rgb(110,6,106); }
td.TdClassName
{
border-color: #6E066A;
}
.TagClassName
{
border-color: #6E066A;
}
</style>