Shades of Purple #6E078B
Tints of Purple #6E078B
RGB
CMYK
RGB Variations
Color information
#6E078B (or 0x6E078B) is known color: Purple. HEX triplet: 6E, 07 and 8B. RGB value is (110,7,139). Sum of RGB (Red+Green+Blue) = 110+7+139=256 (33% of max value = 765). Red value is 110 (43.36% from 255 or 42.97% from 256); Green value is 7 (3.12% from 255 or 2.73% from 256); Blue value is 139 (54.69% from 255 or 54.30% from 256); Max value from RGB is 139 - color contains mainly: blue. Hex color #6E078B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6E078B is #91F874. Grayscale: #343434. Windows color (decimal): -9566325 or 9111406. OLE color: 9111406.
HSL color Cylindrical-coordinate representation of color #6E078B: hue angle of 286.82º degrees, saturation: 0.9, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6E078B is Cyan = 0.21, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 110 | 7 | 139 | - |
| CMYK | 0.21 | 0.95 | 0 | 0.45 |
| HSL | 286.82º | 0.9% | 0.29% | - |
| HSV(B) | 286.82º | 0.95% | 0.55% | - |
| XYZ | 11.17 | 5.33 | 24.87 | - |
| YUV | 52.85 | 176.62 | 168.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 7 | 139 | 0.21 | 0.95 | 0 | 0.45 | 286.82 | 0.9 | 0.29 |
| Hex | 6E | 7 | 8B | 15 | 5F | 0 | 2D | 11F | 5A | 1D |
| Octal | 156 | 7 | 213 | 25 | 137 | 0 | 55 | 437 | 132 | 35 |
| Binary | 1101110 | 111 | 10001011 | 10101 | 1011111 | 0 | 101101 | 100011111 | 1011010 | 11101 |
Color Harmonies of #6E078B
Complementary color
Monochromatic Colors of #6E078B
Black with #6E078B
Text Example
Text Example
White with #6E078B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E078B; }
p { color: rgb(110,7,139); }
H1.HeaderClassName
{
color: #6E078B;
}
.AnyTagClassName
{
color: #6E078B;
}
</style>
background-color css
<style>
a { background-color: #6E078B; }
a { background-color: rgb(110,7,139); }
div.DivClassName
{
background-color: #6E078B;
}
.BgClassName
{
background-color: #6E078B;
}
</style>
border-color css
<style>
span { border-color: #6E078B; }
span { border-color: rgb(110,7,139); }
td.TdClassName
{
border-color: #6E078B;
}
.TagClassName
{
border-color: #6E078B;
}
</style>