Shades of Purple #6E0671
Tints of Purple #6E0671
RGB
CMYK
RGB Variations
Color information
#6E0671 (or 0x6E0671) is known color: Purple. HEX triplet: 6E, 06 and 71. RGB value is (110,6,113). Sum of RGB (Red+Green+Blue) = 110+6+113=229 (30% of max value = 765). Red value is 110 (43.36% from 255 or 48.03% from 229); Green value is 6 (2.73% from 255 or 2.62% from 229); Blue value is 113 (44.53% from 255 or 49.34% from 229); Max value from RGB is 113 - color contains mainly: blue. Hex color #6E0671 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6E0671 is #91F98E. Grayscale: #303030. Windows color (decimal): -9566607 or 7407214. OLE color: 7407214.
HSL color Cylindrical-coordinate representation of color #6E0671: hue angle of 298.32º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6E0671 is Cyan = 0.03, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 110 | 6 | 113 | - |
| CMYK | 0.03 | 0.95 | 0 | 0.56 |
| HSL | 298.32º | 0.9% | 0.23% | - |
| HSV(B) | 298.32º | 0.95% | 0.44% | - |
| XYZ | 9.48 | 4.64 | 16.02 | - |
| YUV | 49.29 | 163.96 | 171.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 6 | 113 | 0.03 | 0.95 | 0 | 0.56 | 298.32 | 0.9 | 0.23 |
| Hex | 6E | 6 | 71 | 3 | 5F | 0 | 38 | 12A | 5A | 17 |
| Octal | 156 | 6 | 161 | 3 | 137 | 0 | 70 | 452 | 132 | 27 |
| Binary | 1101110 | 110 | 1110001 | 11 | 1011111 | 0 | 111000 | 100101010 | 1011010 | 10111 |
Color Harmonies of #6E0671
Complementary color
Monochromatic Colors of #6E0671
Black with #6E0671
Text Example
Text Example
White with #6E0671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E0671; }
p { color: rgb(110,6,113); }
H1.HeaderClassName
{
color: #6E0671;
}
.AnyTagClassName
{
color: #6E0671;
}
</style>
background-color css
<style>
a { background-color: #6E0671; }
a { background-color: rgb(110,6,113); }
div.DivClassName
{
background-color: #6E0671;
}
.BgClassName
{
background-color: #6E0671;
}
</style>
border-color css
<style>
span { border-color: #6E0671; }
span { border-color: rgb(110,6,113); }
td.TdClassName
{
border-color: #6E0671;
}
.TagClassName
{
border-color: #6E0671;
}
</style>