Shades of Purple #6E0162
Tints of Purple #6E0162
RGB
CMYK
RGB Variations
Color information
#6E0162 (or 0x6E0162) is known color: Purple. HEX triplet: 6E, 01 and 62. RGB value is (110,1,98). Sum of RGB (Red+Green+Blue) = 110+1+98=209 (27% of max value = 765). Red value is 110 (43.36% from 255 or 52.63% from 209); Green value is 1 (0.78% from 255 or 0.48% from 209); Blue value is 98 (38.67% from 255 or 46.89% from 209); Max value from RGB is 110 - color contains mainly: red. Hex color #6E0162 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6E0162 is #91FE9D. Grayscale: #2C2C2C. Windows color (decimal): -9567902 or 6422894. OLE color: 6422894.
HSL color Cylindrical-coordinate representation of color #6E0162: hue angle of 306.61º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6E0162 is Cyan = 0, Magento = 0.99, Yellow = 0.11 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 1 | 98 | - |
| CMYK | 0 | 0.99 | 0.11 | 0.57 |
| HSL | 306.61º | 0.98% | 0.22% | - |
| HSV(B) | 306.61º | 0.99% | 0.43% | - |
| XYZ | 8.65 | 4.22 | 11.91 | - |
| YUV | 44.65 | 158.11 | 174.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 1 | 98 | 0 | 0.99 | 0.11 | 0.57 | 306.61 | 0.98 | 0.22 |
| Hex | 6E | 1 | 62 | 0 | 63 | B | 39 | 133 | 62 | 16 |
| Octal | 156 | 1 | 142 | 0 | 143 | 13 | 71 | 463 | 142 | 26 |
| Binary | 1101110 | 1 | 1100010 | 0 | 1100011 | 1011 | 111001 | 100110011 | 1100010 | 10110 |
Color Harmonies of #6E0162
Complementary color
Monochromatic Colors of #6E0162
Black with #6E0162
Text Example
Text Example
White with #6E0162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E0162; }
p { color: rgb(110,1,98); }
H1.HeaderClassName
{
color: #6E0162;
}
.AnyTagClassName
{
color: #6E0162;
}
</style>
background-color css
<style>
a { background-color: #6E0162; }
a { background-color: rgb(110,1,98); }
div.DivClassName
{
background-color: #6E0162;
}
.BgClassName
{
background-color: #6E0162;
}
</style>
border-color css
<style>
span { border-color: #6E0162; }
span { border-color: rgb(110,1,98); }
td.TdClassName
{
border-color: #6E0162;
}
.TagClassName
{
border-color: #6E0162;
}
</style>