Shades of Purple #6E0672
Tints of Purple #6E0672
RGB
CMYK
RGB Variations
Color information
#6E0672 (or 0x6E0672) is known color: Purple. HEX triplet: 6E, 06 and 72. RGB value is (110,6,114). Sum of RGB (Red+Green+Blue) = 110+6+114=230 (30% of max value = 765). Red value is 110 (43.36% from 255 or 47.83% from 230); Green value is 6 (2.73% from 255 or 2.61% from 230); Blue value is 114 (44.92% from 255 or 49.57% from 230); Max value from RGB is 114 - color contains mainly: blue. Hex color #6E0672 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6E0672 is #91F98D. Grayscale: #313131. Windows color (decimal): -9566606 or 7472750. OLE color: 7472750.
HSL color Cylindrical-coordinate representation of color #6E0672: hue angle of 297.78º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6E0672 is Cyan = 0.04, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 110 | 6 | 114 | - |
| CMYK | 0.04 | 0.95 | 0 | 0.55 |
| HSL | 297.78º | 0.9% | 0.24% | - |
| HSV(B) | 297.78º | 0.95% | 0.45% | - |
| XYZ | 9.53 | 4.66 | 16.32 | - |
| YUV | 49.41 | 164.46 | 171.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 6 | 114 | 0.04 | 0.95 | 0 | 0.55 | 297.78 | 0.9 | 0.24 |
| Hex | 6E | 6 | 72 | 4 | 5F | 0 | 37 | 12A | 5A | 18 |
| Octal | 156 | 6 | 162 | 4 | 137 | 0 | 67 | 452 | 132 | 30 |
| Binary | 1101110 | 110 | 1110010 | 100 | 1011111 | 0 | 110111 | 100101010 | 1011010 | 11000 |
Color Harmonies of #6E0672
Complementary color
Monochromatic Colors of #6E0672
Black with #6E0672
Text Example
Text Example
White with #6E0672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E0672; }
p { color: rgb(110,6,114); }
H1.HeaderClassName
{
color: #6E0672;
}
.AnyTagClassName
{
color: #6E0672;
}
</style>
background-color css
<style>
a { background-color: #6E0672; }
a { background-color: rgb(110,6,114); }
div.DivClassName
{
background-color: #6E0672;
}
.BgClassName
{
background-color: #6E0672;
}
</style>
border-color css
<style>
span { border-color: #6E0672; }
span { border-color: rgb(110,6,114); }
td.TdClassName
{
border-color: #6E0672;
}
.TagClassName
{
border-color: #6E0672;
}
</style>