Shades of Purple #6E017A
Tints of Purple #6E017A
RGB
CMYK
RGB Variations
Color information
#6E017A (or 0x6E017A) is known color: Purple. HEX triplet: 6E, 01 and 7A. RGB value is (110,1,122). Sum of RGB (Red+Green+Blue) = 110+1+122=233 (30% of max value = 765). Red value is 110 (43.36% from 255 or 47.21% from 233); Green value is 1 (0.78% from 255 or 0.43% from 233); Blue value is 122 (48.05% from 255 or 52.36% from 233); Max value from RGB is 122 - color contains mainly: blue. Hex color #6E017A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6E017A is #91FE85. Grayscale: #2F2F2F. Windows color (decimal): -9567878 or 7995758. OLE color: 7995758.
HSL color Cylindrical-coordinate representation of color #6E017A: hue angle of 294.05º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6E017A is Cyan = 0.10, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 110 | 1 | 122 | - |
| CMYK | 0.10 | 0.99 | 0 | 0.52 |
| HSL | 294.05º | 0.98% | 0.24% | - |
| HSV(B) | 294.05º | 0.99% | 0.48% | - |
| XYZ | 9.95 | 4.74 | 18.8 | - |
| YUV | 47.39 | 170.11 | 172.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 1 | 122 | 0.10 | 0.99 | 0 | 0.52 | 294.05 | 0.98 | 0.24 |
| Hex | 6E | 1 | 7A | A | 63 | 0 | 34 | 126 | 62 | 18 |
| Octal | 156 | 1 | 172 | 12 | 143 | 0 | 64 | 446 | 142 | 30 |
| Binary | 1101110 | 1 | 1111010 | 1010 | 1100011 | 0 | 110100 | 100100110 | 1100010 | 11000 |
Color Harmonies of #6E017A
Complementary color
Monochromatic Colors of #6E017A
Black with #6E017A
Text Example
Text Example
White with #6E017A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E017A; }
p { color: rgb(110,1,122); }
H1.HeaderClassName
{
color: #6E017A;
}
.AnyTagClassName
{
color: #6E017A;
}
</style>
background-color css
<style>
a { background-color: #6E017A; }
a { background-color: rgb(110,1,122); }
div.DivClassName
{
background-color: #6E017A;
}
.BgClassName
{
background-color: #6E017A;
}
</style>
border-color css
<style>
span { border-color: #6E017A; }
span { border-color: rgb(110,1,122); }
td.TdClassName
{
border-color: #6E017A;
}
.TagClassName
{
border-color: #6E017A;
}
</style>