Shades of Purple #6E1074
Tints of Purple #6E1074
RGB
CMYK
RGB Variations
Color information
#6E1074 (or 0x6E1074) is known color: Purple. HEX triplet: 6E, 10 and 74. RGB value is (110,16,116). Sum of RGB (Red+Green+Blue) = 110+16+116=242 (32% of max value = 765). Red value is 110 (43.36% from 255 or 45.45% from 242); Green value is 16 (6.64% from 255 or 6.61% from 242); Blue value is 116 (45.70% from 255 or 47.93% from 242); Max value from RGB is 116 - color contains mainly: blue. Hex color #6E1074 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6E1074 is #91EF8B. Grayscale: #373737. Windows color (decimal): -9564044 or 7606382. OLE color: 7606382.
HSL color Cylindrical-coordinate representation of color #6E1074: hue angle of 296.4º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6E1074 is Cyan = 0.05, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 110 | 16 | 116 | - |
| CMYK | 0.05 | 0.86 | 0 | 0.55 |
| HSL | 296.4º | 0.76% | 0.26% | - |
| HSV(B) | 296.4º | 0.86% | 0.45% | - |
| XYZ | 9.77 | 4.95 | 16.96 | - |
| YUV | 55.51 | 162.14 | 166.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 16 | 116 | 0.05 | 0.86 | 0 | 0.55 | 296.4 | 0.76 | 0.26 |
| Hex | 6E | 10 | 74 | 5 | 56 | 0 | 37 | 128 | 4C | 1A |
| Octal | 156 | 20 | 164 | 5 | 126 | 0 | 67 | 450 | 114 | 32 |
| Binary | 1101110 | 10000 | 1110100 | 101 | 1010110 | 0 | 110111 | 100101000 | 1001100 | 11010 |
Color Harmonies of #6E1074
Complementary color
Monochromatic Colors of #6E1074
Black with #6E1074
Text Example
Text Example
White with #6E1074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E1074; }
p { color: rgb(110,16,116); }
H1.HeaderClassName
{
color: #6E1074;
}
.AnyTagClassName
{
color: #6E1074;
}
</style>
background-color css
<style>
a { background-color: #6E1074; }
a { background-color: rgb(110,16,116); }
div.DivClassName
{
background-color: #6E1074;
}
.BgClassName
{
background-color: #6E1074;
}
</style>
border-color css
<style>
span { border-color: #6E1074; }
span { border-color: rgb(110,16,116); }
td.TdClassName
{
border-color: #6E1074;
}
.TagClassName
{
border-color: #6E1074;
}
</style>