Shades of Palatinate Purple #6D0E5B
Tints of Palatinate Purple #6D0E5B
RGB
CMYK
RGB Variations
Color information
#6D0E5B (or 0x6D0E5B) is known color: Palatinate Purple. HEX triplet: 6D, 0E and 5B. RGB value is (109,14,91). Sum of RGB (Red+Green+Blue) = 109+14+91=214 (28% of max value = 765). Red value is 109 (42.97% from 255 or 50.93% from 214); Green value is 14 (5.86% from 255 or 6.54% from 214); Blue value is 91 (35.94% from 255 or 42.52% from 214); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0E5B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D0E5B is #92F1A4. Grayscale: #323232. Windows color (decimal): -9630117 or 5967469. OLE color: 5967469.
HSL color Cylindrical-coordinate representation of color #6D0E5B: hue angle of 311.37º 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 #6D0E5B is Cyan = 0, Magento = 0.87, Yellow = 0.17 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 14 | 91 | - |
| CMYK | 0 | 0.87 | 0.17 | 0.57 |
| HSL | 311.37º | 0.77% | 0.24% | - |
| HSV(B) | 311.37º | 0.87% | 0.43% | - |
| XYZ | 8.35 | 4.32 | 10.29 | - |
| YUV | 51.18 | 150.47 | 169.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 14 | 91 | 0 | 0.87 | 0.17 | 0.57 | 311.37 | 0.77 | 0.24 |
| Hex | 6D | E | 5B | 0 | 57 | 11 | 39 | 137 | 4D | 18 |
| Octal | 155 | 16 | 133 | 0 | 127 | 21 | 71 | 467 | 115 | 30 |
| Binary | 1101101 | 1110 | 1011011 | 0 | 1010111 | 10001 | 111001 | 100110111 | 1001101 | 11000 |
Color Harmonies of #6D0E5B
Complementary color
Monochromatic Colors of #6D0E5B
Black with #6D0E5B
Text Example
Text Example
White with #6D0E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D0E5B; }
p { color: rgb(109,14,91); }
H1.HeaderClassName
{
color: #6D0E5B;
}
.AnyTagClassName
{
color: #6D0E5B;
}
</style>
background-color css
<style>
a { background-color: #6D0E5B; }
a { background-color: rgb(109,14,91); }
div.DivClassName
{
background-color: #6D0E5B;
}
.BgClassName
{
background-color: #6D0E5B;
}
</style>
border-color css
<style>
span { border-color: #6D0E5B; }
span { border-color: rgb(109,14,91); }
td.TdClassName
{
border-color: #6D0E5B;
}
.TagClassName
{
border-color: #6D0E5B;
}
</style>