Shades of Purple #6E037E
Tints of Purple #6E037E
RGB
CMYK
RGB Variations
Color information
#6E037E (or 0x6E037E) is known color: Purple. HEX triplet: 6E, 03 and 7E. RGB value is (110,3,126). Sum of RGB (Red+Green+Blue) = 110+3+126=239 (31% of max value = 765). Red value is 110 (43.36% from 255 or 46.03% from 239); Green value is 3 (1.56% from 255 or 1.26% from 239); Blue value is 126 (49.61% from 255 or 52.72% from 239); Max value from RGB is 126 - color contains mainly: blue. Hex color #6E037E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6E037E is #91FC81. Grayscale: #303030. Windows color (decimal): -9567362 or 8258414. OLE color: 8258414.
HSL color Cylindrical-coordinate representation of color #6E037E: hue angle of 292.2º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6E037E is Cyan = 0.13, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 110 | 3 | 126 | - |
| CMYK | 0.13 | 0.98 | 0 | 0.51 |
| HSL | 292.2º | 0.95% | 0.25% | - |
| HSV(B) | 292.2º | 0.98% | 0.49% | - |
| XYZ | 10.23 | 4.89 | 20.14 | - |
| YUV | 49.02 | 171.45 | 171.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 3 | 126 | 0.13 | 0.98 | 0 | 0.51 | 292.2 | 0.95 | 0.25 |
| Hex | 6E | 3 | 7E | D | 62 | 0 | 33 | 124 | 5F | 19 |
| Octal | 156 | 3 | 176 | 15 | 142 | 0 | 63 | 444 | 137 | 31 |
| Binary | 1101110 | 11 | 1111110 | 1101 | 1100010 | 0 | 110011 | 100100100 | 1011111 | 11001 |
Color Harmonies of #6E037E
Complementary color
Monochromatic Colors of #6E037E
Black with #6E037E
Text Example
Text Example
White with #6E037E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E037E; }
p { color: rgb(110,3,126); }
H1.HeaderClassName
{
color: #6E037E;
}
.AnyTagClassName
{
color: #6E037E;
}
</style>
background-color css
<style>
a { background-color: #6E037E; }
a { background-color: rgb(110,3,126); }
div.DivClassName
{
background-color: #6E037E;
}
.BgClassName
{
background-color: #6E037E;
}
</style>
border-color css
<style>
span { border-color: #6E037E; }
span { border-color: rgb(110,3,126); }
td.TdClassName
{
border-color: #6E037E;
}
.TagClassName
{
border-color: #6E037E;
}
</style>