Shades of Purple #6E0170
Tints of Purple #6E0170
RGB
CMYK
RGB Variations
Color information
#6E0170 (or 0x6E0170) is known color: Purple. HEX triplet: 6E, 01 and 70. RGB value is (110,1,112). Sum of RGB (Red+Green+Blue) = 110+1+112=223 (29% of max value = 765). Red value is 110 (43.36% from 255 or 49.33% from 223); Green value is 1 (0.78% from 255 or 0.45% from 223); Blue value is 112 (44.14% from 255 or 50.22% from 223); Max value from RGB is 112 - color contains mainly: blue. Hex color #6E0170 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6E0170 is #91FE8F. Grayscale: #2D2D2D. Windows color (decimal): -9567888 or 7340398. OLE color: 7340398.
HSL color Cylindrical-coordinate representation of color #6E0170: hue angle of 298.92º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6E0170 is Cyan = 0.02, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 110 | 1 | 112 | - |
| CMYK | 0.02 | 0.99 | 0 | 0.56 |
| HSL | 298.92º | 0.98% | 0.22% | - |
| HSV(B) | 298.92º | 0.99% | 0.44% | - |
| XYZ | 9.37 | 4.51 | 15.71 | - |
| YUV | 46.25 | 165.11 | 173.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 1 | 112 | 0.02 | 0.99 | 0 | 0.56 | 298.92 | 0.98 | 0.22 |
| Hex | 6E | 1 | 70 | 2 | 63 | 0 | 38 | 12B | 62 | 16 |
| Octal | 156 | 1 | 160 | 2 | 143 | 0 | 70 | 453 | 142 | 26 |
| Binary | 1101110 | 1 | 1110000 | 10 | 1100011 | 0 | 111000 | 100101011 | 1100010 | 10110 |
Color Harmonies of #6E0170
Complementary color
Monochromatic Colors of #6E0170
Black with #6E0170
Text Example
Text Example
White with #6E0170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E0170; }
p { color: rgb(110,1,112); }
H1.HeaderClassName
{
color: #6E0170;
}
.AnyTagClassName
{
color: #6E0170;
}
</style>
background-color css
<style>
a { background-color: #6E0170; }
a { background-color: rgb(110,1,112); }
div.DivClassName
{
background-color: #6E0170;
}
.BgClassName
{
background-color: #6E0170;
}
</style>
border-color css
<style>
span { border-color: #6E0170; }
span { border-color: rgb(110,1,112); }
td.TdClassName
{
border-color: #6E0170;
}
.TagClassName
{
border-color: #6E0170;
}
</style>