Shades of Purple #6E1384
Tints of Purple #6E1384
RGB
CMYK
RGB Variations
Color information
#6E1384 (or 0x6E1384) is known color: Purple. HEX triplet: 6E, 13 and 84. RGB value is (110,19,132). Sum of RGB (Red+Green+Blue) = 110+19+132=261 (34% of max value = 765). Red value is 110 (43.36% from 255 or 42.15% from 261); Green value is 19 (7.81% from 255 or 7.28% from 261); Blue value is 132 (51.95% from 255 or 50.57% from 261); Max value from RGB is 132 - color contains mainly: blue. Hex color #6E1384 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6E1384 is #91EC7B. Grayscale: #3A3A3A. Windows color (decimal): -9563260 or 8655726. OLE color: 8655726.
HSL color Cylindrical-coordinate representation of color #6E1384: hue angle of 288.32º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6E1384 is Cyan = 0.17, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 110 | 19 | 132 | - |
| CMYK | 0.17 | 0.86 | 0 | 0.48 |
| HSL | 288.32º | 0.75% | 0.3% | - |
| HSV(B) | 288.32º | 0.86% | 0.52% | - |
| XYZ | 10.83 | 5.45 | 22.31 | - |
| YUV | 59.09 | 169.15 | 164.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 19 | 132 | 0.17 | 0.86 | 0 | 0.48 | 288.32 | 0.75 | 0.3 |
| Hex | 6E | 13 | 84 | 11 | 56 | 0 | 30 | 120 | 4B | 1E |
| Octal | 156 | 23 | 204 | 21 | 126 | 0 | 60 | 440 | 113 | 36 |
| Binary | 1101110 | 10011 | 10000100 | 10001 | 1010110 | 0 | 110000 | 100100000 | 1001011 | 11110 |
Color Harmonies of #6E1384
Complementary color
Monochromatic Colors of #6E1384
Black with #6E1384
Text Example
Text Example
White with #6E1384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E1384; }
p { color: rgb(110,19,132); }
H1.HeaderClassName
{
color: #6E1384;
}
.AnyTagClassName
{
color: #6E1384;
}
</style>
background-color css
<style>
a { background-color: #6E1384; }
a { background-color: rgb(110,19,132); }
div.DivClassName
{
background-color: #6E1384;
}
.BgClassName
{
background-color: #6E1384;
}
</style>
border-color css
<style>
span { border-color: #6E1384; }
span { border-color: rgb(110,19,132); }
td.TdClassName
{
border-color: #6E1384;
}
.TagClassName
{
border-color: #6E1384;
}
</style>