Shades of Purple #6E1380
Tints of Purple #6E1380
RGB
CMYK
RGB Variations
Color information
#6E1380 (or 0x6E1380) is known color: Purple. HEX triplet: 6E, 13 and 80. RGB value is (110,19,128). Sum of RGB (Red+Green+Blue) = 110+19+128=257 (34% of max value = 765). Red value is 110 (43.36% from 255 or 42.80% from 257); Green value is 19 (7.81% from 255 or 7.39% from 257); Blue value is 128 (50.39% from 255 or 49.81% from 257); Max value from RGB is 128 - color contains mainly: blue. Hex color #6E1380 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6E1380 is #91EC7F. Grayscale: #3A3A3A. Windows color (decimal): -9563264 or 8393582. OLE color: 8393582.
HSL color Cylindrical-coordinate representation of color #6E1380: hue angle of 290.09º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6E1380 is Cyan = 0.14, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 110 | 19 | 128 | - |
| CMYK | 0.14 | 0.85 | 0 | 0.50 |
| HSL | 290.09º | 0.74% | 0.29% | - |
| HSV(B) | 290.09º | 0.85% | 0.5% | - |
| XYZ | 10.56 | 5.34 | 20.9 | - |
| YUV | 58.64 | 167.15 | 164.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 19 | 128 | 0.14 | 0.85 | 0 | 0.50 | 290.09 | 0.74 | 0.29 |
| Hex | 6E | 13 | 80 | E | 55 | 0 | 32 | 122 | 4A | 1D |
| Octal | 156 | 23 | 200 | 16 | 125 | 0 | 62 | 442 | 112 | 35 |
| Binary | 1101110 | 10011 | 10000000 | 1110 | 1010101 | 0 | 110010 | 100100010 | 1001010 | 11101 |
Color Harmonies of #6E1380
Complementary color
Monochromatic Colors of #6E1380
Black with #6E1380
Text Example
Text Example
White with #6E1380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E1380; }
p { color: rgb(110,19,128); }
H1.HeaderClassName
{
color: #6E1380;
}
.AnyTagClassName
{
color: #6E1380;
}
</style>
background-color css
<style>
a { background-color: #6E1380; }
a { background-color: rgb(110,19,128); }
div.DivClassName
{
background-color: #6E1380;
}
.BgClassName
{
background-color: #6E1380;
}
</style>
border-color css
<style>
span { border-color: #6E1380; }
span { border-color: rgb(110,19,128); }
td.TdClassName
{
border-color: #6E1380;
}
.TagClassName
{
border-color: #6E1380;
}
</style>