Shades of Purple #6E1884
Tints of Purple #6E1884
RGB
CMYK
RGB Variations
Color information
#6E1884 (or 0x6E1884) is known color: Purple. HEX triplet: 6E, 18 and 84. RGB value is (110,24,132). Sum of RGB (Red+Green+Blue) = 110+24+132=266 (35% of max value = 765). Red value is 110 (43.36% from 255 or 41.35% from 266); Green value is 24 (9.77% from 255 or 9.02% from 266); Blue value is 132 (51.95% from 255 or 49.62% from 266); Max value from RGB is 132 - color contains mainly: blue. Hex color #6E1884 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6E1884 is #91E77B. Grayscale: #3D3D3D. Windows color (decimal): -9561980 or 8657006. OLE color: 8657006.
HSL color Cylindrical-coordinate representation of color #6E1884: hue angle of 287.78º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6E1884 is Cyan = 0.17, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 110 | 24 | 132 | - |
| CMYK | 0.17 | 0.82 | 0 | 0.48 |
| HSL | 287.78º | 0.69% | 0.31% | - |
| HSV(B) | 287.78º | 0.82% | 0.52% | - |
| XYZ | 10.92 | 5.63 | 22.34 | - |
| YUV | 62.03 | 167.49 | 162.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 24 | 132 | 0.17 | 0.82 | 0 | 0.48 | 287.78 | 0.69 | 0.31 |
| Hex | 6E | 18 | 84 | 11 | 52 | 0 | 30 | 120 | 45 | 1F |
| Octal | 156 | 30 | 204 | 21 | 122 | 0 | 60 | 440 | 105 | 37 |
| Binary | 1101110 | 11000 | 10000100 | 10001 | 1010010 | 0 | 110000 | 100100000 | 1000101 | 11111 |
Color Harmonies of #6E1884
Complementary color
Monochromatic Colors of #6E1884
Black with #6E1884
Text Example
Text Example
White with #6E1884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E1884; }
p { color: rgb(110,24,132); }
H1.HeaderClassName
{
color: #6E1884;
}
.AnyTagClassName
{
color: #6E1884;
}
</style>
background-color css
<style>
a { background-color: #6E1884; }
a { background-color: rgb(110,24,132); }
div.DivClassName
{
background-color: #6E1884;
}
.BgClassName
{
background-color: #6E1884;
}
</style>
border-color css
<style>
span { border-color: #6E1884; }
span { border-color: rgb(110,24,132); }
td.TdClassName
{
border-color: #6E1884;
}
.TagClassName
{
border-color: #6E1884;
}
</style>