Shades of Purple #6E027A
Tints of Purple #6E027A
RGB
CMYK
RGB Variations
Color information
#6E027A (or 0x6E027A) is known color: Purple. HEX triplet: 6E, 02 and 7A. RGB value is (110,2,122). Sum of RGB (Red+Green+Blue) = 110+2+122=234 (30% of max value = 765). Red value is 110 (43.36% from 255 or 47.01% from 234); Green value is 2 (1.17% from 255 or 0.85% from 234); Blue value is 122 (48.05% from 255 or 52.14% from 234); Max value from RGB is 122 - color contains mainly: blue. Hex color #6E027A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6E027A is #91FD85. Grayscale: #2F2F2F. Windows color (decimal): -9567622 or 7996014. OLE color: 7996014.
HSL color Cylindrical-coordinate representation of color #6E027A: hue angle of 294º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6E027A is Cyan = 0.10, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 110 | 2 | 122 | - |
| CMYK | 0.10 | 0.98 | 0 | 0.52 |
| HSL | 294º | 0.97% | 0.24% | - |
| HSV(B) | 294º | 0.98% | 0.48% | - |
| XYZ | 9.96 | 4.76 | 18.81 | - |
| YUV | 47.97 | 169.78 | 172.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 2 | 122 | 0.10 | 0.98 | 0 | 0.52 | 294 | 0.97 | 0.24 |
| Hex | 6E | 2 | 7A | A | 62 | 0 | 34 | 126 | 61 | 18 |
| Octal | 156 | 2 | 172 | 12 | 142 | 0 | 64 | 446 | 141 | 30 |
| Binary | 1101110 | 10 | 1111010 | 1010 | 1100010 | 0 | 110100 | 100100110 | 1100001 | 11000 |
Color Harmonies of #6E027A
Complementary color
Monochromatic Colors of #6E027A
Black with #6E027A
Text Example
Text Example
White with #6E027A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E027A; }
p { color: rgb(110,2,122); }
H1.HeaderClassName
{
color: #6E027A;
}
.AnyTagClassName
{
color: #6E027A;
}
</style>
background-color css
<style>
a { background-color: #6E027A; }
a { background-color: rgb(110,2,122); }
div.DivClassName
{
background-color: #6E027A;
}
.BgClassName
{
background-color: #6E027A;
}
</style>
border-color css
<style>
span { border-color: #6E027A; }
span { border-color: rgb(110,2,122); }
td.TdClassName
{
border-color: #6E027A;
}
.TagClassName
{
border-color: #6E027A;
}
</style>