Shades of Palatinate Purple #6D0D6B
Tints of Palatinate Purple #6D0D6B
RGB
CMYK
RGB Variations
Color information
#6D0D6B (or 0x6D0D6B) is known color: Palatinate Purple. HEX triplet: 6D, 0D and 6B. RGB value is (109,13,107). Sum of RGB (Red+Green+Blue) = 109+13+107=229 (30% of max value = 765). Red value is 109 (42.97% from 255 or 47.60% from 229); Green value is 13 (5.47% from 255 or 5.68% from 229); Blue value is 107 (42.19% from 255 or 46.72% from 229); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0D6B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D0D6B is #92F294. Grayscale: #343434. Windows color (decimal): -9630357 or 7015789. OLE color: 7015789.
HSL color Cylindrical-coordinate representation of color #6D0D6B: hue angle of 301.25º degrees, saturation: 0.79, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6D0D6B is Cyan = 0, Magento = 0.88, Yellow = 0.02 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 13 | 107 | - |
| CMYK | 0 | 0.88 | 0.02 | 0.57 |
| HSL | 301.25º | 0.79% | 0.24% | - |
| HSV(B) | 301.25º | 0.88% | 0.43% | - |
| XYZ | 9.1 | 4.6 | 14.32 | - |
| YUV | 52.42 | 158.8 | 168.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 13 | 107 | 0 | 0.88 | 0.02 | 0.57 | 301.25 | 0.79 | 0.24 |
| Hex | 6D | D | 6B | 0 | 58 | 2 | 39 | 12D | 4F | 18 |
| Octal | 155 | 15 | 153 | 0 | 130 | 2 | 71 | 455 | 117 | 30 |
| Binary | 1101101 | 1101 | 1101011 | 0 | 1011000 | 10 | 111001 | 100101101 | 1001111 | 11000 |
Color Harmonies of #6D0D6B
Complementary color
Monochromatic Colors of #6D0D6B
Black with #6D0D6B
Text Example
Text Example
White with #6D0D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D0D6B; }
p { color: rgb(109,13,107); }
H1.HeaderClassName
{
color: #6D0D6B;
}
.AnyTagClassName
{
color: #6D0D6B;
}
</style>
background-color css
<style>
a { background-color: #6D0D6B; }
a { background-color: rgb(109,13,107); }
div.DivClassName
{
background-color: #6D0D6B;
}
.BgClassName
{
background-color: #6D0D6B;
}
</style>
border-color css
<style>
span { border-color: #6D0D6B; }
span { border-color: rgb(109,13,107); }
td.TdClassName
{
border-color: #6D0D6B;
}
.TagClassName
{
border-color: #6D0D6B;
}
</style>