Shades of Purple #6E1481
Tints of Purple #6E1481
RGB
CMYK
RGB Variations
Color information
#6E1481 (or 0x6E1481) is known color: Purple. HEX triplet: 6E, 14 and 81. RGB value is (110,20,129). Sum of RGB (Red+Green+Blue) = 110+20+129=259 (34% of max value = 765). Red value is 110 (43.36% from 255 or 42.47% from 259); Green value is 20 (8.20% from 255 or 7.72% from 259); Blue value is 129 (50.78% from 255 or 49.81% from 259); Max value from RGB is 129 - color contains mainly: blue. Hex color #6E1481 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6E1481 is #91EB7E. Grayscale: #3A3A3A. Windows color (decimal): -9563007 or 8459374. OLE color: 8459374.
HSL color Cylindrical-coordinate representation of color #6E1481: hue angle of 289.54º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6E1481 is Cyan = 0.15, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 110 | 20 | 129 | - |
| CMYK | 0.15 | 0.84 | 0 | 0.49 |
| HSL | 289.54º | 0.73% | 0.29% | - |
| HSV(B) | 289.54º | 0.84% | 0.51% | - |
| XYZ | 10.64 | 5.4 | 21.25 | - |
| YUV | 59.34 | 167.32 | 164.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 20 | 129 | 0.15 | 0.84 | 0 | 0.49 | 289.54 | 0.73 | 0.29 |
| Hex | 6E | 14 | 81 | F | 54 | 0 | 31 | 122 | 49 | 1D |
| Octal | 156 | 24 | 201 | 17 | 124 | 0 | 61 | 442 | 111 | 35 |
| Binary | 1101110 | 10100 | 10000001 | 1111 | 1010100 | 0 | 110001 | 100100010 | 1001001 | 11101 |
Color Harmonies of #6E1481
Complementary color
Monochromatic Colors of #6E1481
Black with #6E1481
Text Example
Text Example
White with #6E1481
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E1481; }
p { color: rgb(110,20,129); }
H1.HeaderClassName
{
color: #6E1481;
}
.AnyTagClassName
{
color: #6E1481;
}
</style>
background-color css
<style>
a { background-color: #6E1481; }
a { background-color: rgb(110,20,129); }
div.DivClassName
{
background-color: #6E1481;
}
.BgClassName
{
background-color: #6E1481;
}
</style>
border-color css
<style>
span { border-color: #6E1481; }
span { border-color: rgb(110,20,129); }
td.TdClassName
{
border-color: #6E1481;
}
.TagClassName
{
border-color: #6E1481;
}
</style>