Shades of Palatinate Purple #6D0E5E
Tints of Palatinate Purple #6D0E5E
RGB
CMYK
RGB Variations
Color information
#6D0E5E (or 0x6D0E5E) is known color: Palatinate Purple. HEX triplet: 6D, 0E and 5E. RGB value is (109,14,94). Sum of RGB (Red+Green+Blue) = 109+14+94=217 (28% of max value = 765). Red value is 109 (42.97% from 255 or 50.23% from 217); Green value is 14 (5.86% from 255 or 6.45% from 217); Blue value is 94 (37.11% from 255 or 43.32% from 217); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0E5E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D0E5E is #92F1A1. Grayscale: #333333. Windows color (decimal): -9630114 or 6164077. OLE color: 6164077.
HSL color Cylindrical-coordinate representation of color #6D0E5E: hue angle of 309.47º degrees, saturation: 0.77, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6D0E5E is Cyan = 0, Magento = 0.87, Yellow = 0.14 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 14 | 94 | - |
| CMYK | 0 | 0.87 | 0.14 | 0.57 |
| HSL | 309.47º | 0.77% | 0.24% | - |
| HSV(B) | 309.47º | 0.87% | 0.43% | - |
| XYZ | 8.48 | 4.37 | 10.99 | - |
| YUV | 51.53 | 151.97 | 169 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 14 | 94 | 0 | 0.87 | 0.14 | 0.57 | 309.47 | 0.77 | 0.24 |
| Hex | 6D | E | 5E | 0 | 57 | E | 39 | 135 | 4D | 18 |
| Octal | 155 | 16 | 136 | 0 | 127 | 16 | 71 | 465 | 115 | 30 |
| Binary | 1101101 | 1110 | 1011110 | 0 | 1010111 | 1110 | 111001 | 100110101 | 1001101 | 11000 |
Color Harmonies of #6D0E5E
Complementary color
Monochromatic Colors of #6D0E5E
Black with #6D0E5E
Text Example
Text Example
White with #6D0E5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D0E5E; }
p { color: rgb(109,14,94); }
H1.HeaderClassName
{
color: #6D0E5E;
}
.AnyTagClassName
{
color: #6D0E5E;
}
</style>
background-color css
<style>
a { background-color: #6D0E5E; }
a { background-color: rgb(109,14,94); }
div.DivClassName
{
background-color: #6D0E5E;
}
.BgClassName
{
background-color: #6D0E5E;
}
</style>
border-color css
<style>
span { border-color: #6D0E5E; }
span { border-color: rgb(109,14,94); }
td.TdClassName
{
border-color: #6D0E5E;
}
.TagClassName
{
border-color: #6D0E5E;
}
</style>