Shades of Purple #6E1276
Tints of Purple #6E1276
RGB
CMYK
RGB Variations
Color information
#6E1276 (or 0x6E1276) is known color: Purple. HEX triplet: 6E, 12 and 76. RGB value is (110,18,118). Sum of RGB (Red+Green+Blue) = 110+18+118=246 (32% of max value = 765). Red value is 110 (43.36% from 255 or 44.72% from 246); Green value is 18 (7.42% from 255 or 7.32% from 246); Blue value is 118 (46.48% from 255 or 47.97% from 246); Max value from RGB is 118 - color contains mainly: blue. Hex color #6E1276 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6E1276 is #91ED89. Grayscale: #383838. Windows color (decimal): -9563530 or 7737966. OLE color: 7737966.
HSL color Cylindrical-coordinate representation of color #6E1276: hue angle of 295.2º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6E1276 is Cyan = 0.07, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 110 | 18 | 118 | - |
| CMYK | 0.07 | 0.85 | 0 | 0.54 |
| HSL | 295.2º | 0.74% | 0.27% | - |
| HSV(B) | 295.2º | 0.85% | 0.46% | - |
| XYZ | 9.92 | 5.06 | 17.59 | - |
| YUV | 56.91 | 162.48 | 165.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 18 | 118 | 0.07 | 0.85 | 0 | 0.54 | 295.2 | 0.74 | 0.27 |
| Hex | 6E | 12 | 76 | 7 | 55 | 0 | 36 | 127 | 4A | 1B |
| Octal | 156 | 22 | 166 | 7 | 125 | 0 | 66 | 447 | 112 | 33 |
| Binary | 1101110 | 10010 | 1110110 | 111 | 1010101 | 0 | 110110 | 100100111 | 1001010 | 11011 |
Color Harmonies of #6E1276
Complementary color
Monochromatic Colors of #6E1276
Black with #6E1276
Text Example
Text Example
White with #6E1276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E1276; }
p { color: rgb(110,18,118); }
H1.HeaderClassName
{
color: #6E1276;
}
.AnyTagClassName
{
color: #6E1276;
}
</style>
background-color css
<style>
a { background-color: #6E1276; }
a { background-color: rgb(110,18,118); }
div.DivClassName
{
background-color: #6E1276;
}
.BgClassName
{
background-color: #6E1276;
}
</style>
border-color css
<style>
span { border-color: #6E1276; }
span { border-color: rgb(110,18,118); }
td.TdClassName
{
border-color: #6E1276;
}
.TagClassName
{
border-color: #6E1276;
}
</style>