Shades of Purple #6E1082
Tints of Purple #6E1082
RGB
CMYK
RGB Variations
Color information
#6E1082 (or 0x6E1082) is known color: Purple. HEX triplet: 6E, 10 and 82. RGB value is (110,16,130). Sum of RGB (Red+Green+Blue) = 110+16+130=256 (33% of max value = 765). Red value is 110 (43.36% from 255 or 42.97% from 256); Green value is 16 (6.64% from 255 or 6.25% from 256); Blue value is 130 (51.17% from 255 or 50.78% from 256); Max value from RGB is 130 - color contains mainly: blue. Hex color #6E1082 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6E1082 is #91EF7D. Grayscale: #383838. Windows color (decimal): -9564030 or 8523886. OLE color: 8523886.
HSL color Cylindrical-coordinate representation of color #6E1082: hue angle of 289.47º degrees, saturation: 0.78, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6E1082 is Cyan = 0.15, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 110 | 16 | 130 | - |
| CMYK | 0.15 | 0.88 | 0 | 0.49 |
| HSL | 289.47º | 0.78% | 0.29% | - |
| HSV(B) | 289.47º | 0.88% | 0.51% | - |
| XYZ | 10.64 | 5.3 | 21.58 | - |
| YUV | 57.1 | 169.14 | 165.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 16 | 130 | 0.15 | 0.88 | 0 | 0.49 | 289.47 | 0.78 | 0.29 |
| Hex | 6E | 10 | 82 | F | 58 | 0 | 31 | 121 | 4E | 1D |
| Octal | 156 | 20 | 202 | 17 | 130 | 0 | 61 | 441 | 116 | 35 |
| Binary | 1101110 | 10000 | 10000010 | 1111 | 1011000 | 0 | 110001 | 100100001 | 1001110 | 11101 |
Color Harmonies of #6E1082
Complementary color
Monochromatic Colors of #6E1082
Black with #6E1082
Text Example
Text Example
White with #6E1082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E1082; }
p { color: rgb(110,16,130); }
H1.HeaderClassName
{
color: #6E1082;
}
.AnyTagClassName
{
color: #6E1082;
}
</style>
background-color css
<style>
a { background-color: #6E1082; }
a { background-color: rgb(110,16,130); }
div.DivClassName
{
background-color: #6E1082;
}
.BgClassName
{
background-color: #6E1082;
}
</style>
border-color css
<style>
span { border-color: #6E1082; }
span { border-color: rgb(110,16,130); }
td.TdClassName
{
border-color: #6E1082;
}
.TagClassName
{
border-color: #6E1082;
}
</style>