Shades of Purple #6E076F
Tints of Purple #6E076F
RGB
CMYK
RGB Variations
Color information
#6E076F (or 0x6E076F) is known color: Purple. HEX triplet: 6E, 07 and 6F. RGB value is (110,7,111). Sum of RGB (Red+Green+Blue) = 110+7+111=228 (30% of max value = 765). Red value is 110 (43.36% from 255 or 48.25% from 228); Green value is 7 (3.12% from 255 or 3.07% from 228); Blue value is 111 (43.75% from 255 or 48.68% from 228); Max value from RGB is 111 - color contains mainly: blue. Hex color #6E076F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6E076F is #91F890. Grayscale: #313131. Windows color (decimal): -9566353 or 7276398. OLE color: 7276398.
HSL color Cylindrical-coordinate representation of color #6E076F: hue angle of 299.42º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6E076F is Cyan = 0.01, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 110 | 7 | 111 | - |
| CMYK | 0.01 | 0.94 | 0 | 0.56 |
| HSL | 299.42º | 0.88% | 0.23% | - |
| HSV(B) | 299.42º | 0.94% | 0.44% | - |
| XYZ | 9.38 | 4.61 | 15.44 | - |
| YUV | 49.65 | 162.62 | 171.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 7 | 111 | 0.01 | 0.94 | 0 | 0.56 | 299.42 | 0.88 | 0.23 |
| Hex | 6E | 7 | 6F | 1 | 5E | 0 | 38 | 12B | 58 | 17 |
| Octal | 156 | 7 | 157 | 1 | 136 | 0 | 70 | 453 | 130 | 27 |
| Binary | 1101110 | 111 | 1101111 | 1 | 1011110 | 0 | 111000 | 100101011 | 1011000 | 10111 |
Color Harmonies of #6E076F
Complementary color
Monochromatic Colors of #6E076F
Black with #6E076F
Text Example
Text Example
White with #6E076F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E076F; }
p { color: rgb(110,7,111); }
H1.HeaderClassName
{
color: #6E076F;
}
.AnyTagClassName
{
color: #6E076F;
}
</style>
background-color css
<style>
a { background-color: #6E076F; }
a { background-color: rgb(110,7,111); }
div.DivClassName
{
background-color: #6E076F;
}
.BgClassName
{
background-color: #6E076F;
}
</style>
border-color css
<style>
span { border-color: #6E076F; }
span { border-color: rgb(110,7,111); }
td.TdClassName
{
border-color: #6E076F;
}
.TagClassName
{
border-color: #6E076F;
}
</style>