Shades of Purple #6E0072
Tints of Purple #6E0072
RGB
CMYK
RGB Variations
Color information
#6E0072 (or 0x6E0072) is known color: Purple. HEX triplet: 6E, 00 and 72. RGB value is (110,0,114). Sum of RGB (Red+Green+Blue) = 110+0+114=224 (29% of max value = 765). Red value is 110 (43.36% from 255 or 49.11% from 224); Green value is 0 (0.39% from 255 or 0% from 224); Blue value is 114 (44.92% from 255 or 50.89% from 224); Max value from RGB is 114 - color contains mainly: blue. Hex color #6E0072 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6E0072 is #91FF8D. Grayscale: #2D2D2D. Windows color (decimal): -9568142 or 7471214. OLE color: 7471214.
HSL color Cylindrical-coordinate representation of color #6E0072: hue angle of 297.89º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6E0072 is Cyan = 0.04, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 110 | 0 | 114 | - |
| CMYK | 0.04 | 1 | 0 | 0.55 |
| HSL | 297.89º | 1% | 0.22% | - |
| HSV(B) | 297.89º | 1% | 0.45% | - |
| XYZ | 9.47 | 4.53 | 16.29 | - |
| YUV | 45.89 | 166.44 | 173.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 0 | 114 | 0.04 | 1 | 0 | 0.55 | 297.89 | 1 | 0.22 |
| Hex | 6E | 0 | 72 | 4 | 64 | 0 | 37 | 12A | 64 | 16 |
| Octal | 156 | 0 | 162 | 4 | 144 | 0 | 67 | 452 | 144 | 26 |
| Binary | 1101110 | 0 | 1110010 | 100 | 1100100 | 0 | 110111 | 100101010 | 1100100 | 10110 |
Color Harmonies of #6E0072
Complementary color
Monochromatic Colors of #6E0072
Black with #6E0072
Text Example
Text Example
White with #6E0072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E0072; }
p { color: rgb(110,0,114); }
H1.HeaderClassName
{
color: #6E0072;
}
.AnyTagClassName
{
color: #6E0072;
}
</style>
background-color css
<style>
a { background-color: #6E0072; }
a { background-color: rgb(110,0,114); }
div.DivClassName
{
background-color: #6E0072;
}
.BgClassName
{
background-color: #6E0072;
}
</style>
border-color css
<style>
span { border-color: #6E0072; }
span { border-color: rgb(110,0,114); }
td.TdClassName
{
border-color: #6E0072;
}
.TagClassName
{
border-color: #6E0072;
}
</style>