Shades of Purple #6E0073
Tints of Purple #6E0073
RGB
CMYK
RGB Variations
Color information
#6E0073 (or 0x6E0073) is known color: Purple. HEX triplet: 6E, 00 and 73. RGB value is (110,0,115). Sum of RGB (Red+Green+Blue) = 110+0+115=225 (29% of max value = 765). Red value is 110 (43.36% from 255 or 48.89% from 225); Green value is 0 (0.39% from 255 or 0% from 225); Blue value is 115 (45.31% from 255 or 51.11% from 225); Max value from RGB is 115 - color contains mainly: blue. Hex color #6E0073 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6E0073 is #91FF8C. Grayscale: #2D2D2D. Windows color (decimal): -9568141 or 7536750. OLE color: 7536750.
HSL color Cylindrical-coordinate representation of color #6E0073: hue angle of 297.39º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6E0073 is Cyan = 0.04, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 110 | 0 | 115 | - |
| CMYK | 0.04 | 1 | 0 | 0.55 |
| HSL | 297.39º | 1% | 0.23% | - |
| HSV(B) | 297.39º | 1% | 0.45% | - |
| XYZ | 9.52 | 4.55 | 16.6 | - |
| YUV | 46 | 166.94 | 173.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 0 | 115 | 0.04 | 1 | 0 | 0.55 | 297.39 | 1 | 0.23 |
| Hex | 6E | 0 | 73 | 4 | 64 | 0 | 37 | 129 | 64 | 17 |
| Octal | 156 | 0 | 163 | 4 | 144 | 0 | 67 | 451 | 144 | 27 |
| Binary | 1101110 | 0 | 1110011 | 100 | 1100100 | 0 | 110111 | 100101001 | 1100100 | 10111 |
Color Harmonies of #6E0073
Complementary color
Monochromatic Colors of #6E0073
Black with #6E0073
Text Example
Text Example
White with #6E0073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E0073; }
p { color: rgb(110,0,115); }
H1.HeaderClassName
{
color: #6E0073;
}
.AnyTagClassName
{
color: #6E0073;
}
</style>
background-color css
<style>
a { background-color: #6E0073; }
a { background-color: rgb(110,0,115); }
div.DivClassName
{
background-color: #6E0073;
}
.BgClassName
{
background-color: #6E0073;
}
</style>
border-color css
<style>
span { border-color: #6E0073; }
span { border-color: rgb(110,0,115); }
td.TdClassName
{
border-color: #6E0073;
}
.TagClassName
{
border-color: #6E0073;
}
</style>