Shades of Purple #6E046C
Tints of Purple #6E046C
RGB
CMYK
RGB Variations
Color information
#6E046C (or 0x6E046C) is known color: Purple. HEX triplet: 6E, 04 and 6C. RGB value is (110,4,108). Sum of RGB (Red+Green+Blue) = 110+4+108=222 (29% of max value = 765). Red value is 110 (43.36% from 255 or 49.55% from 222); Green value is 4 (1.95% from 255 or 1.80% from 222); Blue value is 108 (42.58% from 255 or 48.65% from 222); Max value from RGB is 110 - color contains mainly: red. Hex color #6E046C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6E046C is #91FB93. Grayscale: #2F2F2F. Windows color (decimal): -9567124 or 7079022. OLE color: 7079022.
HSL color Cylindrical-coordinate representation of color #6E046C: hue angle of 301.13º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6E046C is Cyan = 0, Magento = 0.96, Yellow = 0.02 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 4 | 108 | - |
| CMYK | 0 | 0.96 | 0.02 | 0.57 |
| HSL | 301.13º | 0.93% | 0.22% | - |
| HSV(B) | 301.13º | 0.96% | 0.43% | - |
| XYZ | 9.18 | 4.48 | 14.57 | - |
| YUV | 47.55 | 162.12 | 172.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 4 | 108 | 0 | 0.96 | 0.02 | 0.57 | 301.13 | 0.93 | 0.22 |
| Hex | 6E | 4 | 6C | 0 | 60 | 2 | 39 | 12D | 5D | 16 |
| Octal | 156 | 4 | 154 | 0 | 140 | 2 | 71 | 455 | 135 | 26 |
| Binary | 1101110 | 100 | 1101100 | 0 | 1100000 | 10 | 111001 | 100101101 | 1011101 | 10110 |
Color Harmonies of #6E046C
Complementary color
Monochromatic Colors of #6E046C
Black with #6E046C
Text Example
Text Example
White with #6E046C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E046C; }
p { color: rgb(110,4,108); }
H1.HeaderClassName
{
color: #6E046C;
}
.AnyTagClassName
{
color: #6E046C;
}
</style>
background-color css
<style>
a { background-color: #6E046C; }
a { background-color: rgb(110,4,108); }
div.DivClassName
{
background-color: #6E046C;
}
.BgClassName
{
background-color: #6E046C;
}
</style>
border-color css
<style>
span { border-color: #6E046C; }
span { border-color: rgb(110,4,108); }
td.TdClassName
{
border-color: #6E046C;
}
.TagClassName
{
border-color: #6E046C;
}
</style>