Shades of Palatinate Purple #6D0D5C
Tints of Palatinate Purple #6D0D5C
RGB
CMYK
RGB Variations
Color information
#6D0D5C (or 0x6D0D5C) is known color: Palatinate Purple. HEX triplet: 6D, 0D and 5C. RGB value is (109,13,92). Sum of RGB (Red+Green+Blue) = 109+13+92=214 (28% of max value = 765). Red value is 109 (42.97% from 255 or 50.93% from 214); Green value is 13 (5.47% from 255 or 6.07% from 214); Blue value is 92 (36.33% from 255 or 42.99% from 214); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0D5C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D0D5C is #92F2A3. Grayscale: #323232. Windows color (decimal): -9630372 or 6032749. OLE color: 6032749.
HSL color Cylindrical-coordinate representation of color #6D0D5C: hue angle of 310.62º 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 #6D0D5C is Cyan = 0, Magento = 0.88, Yellow = 0.16 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 13 | 92 | - |
| CMYK | 0 | 0.88 | 0.16 | 0.57 |
| HSL | 310.63º | 0.79% | 0.24% | - |
| HSV(B) | 310.63º | 0.88% | 0.43% | - |
| XYZ | 8.38 | 4.31 | 10.52 | - |
| YUV | 50.71 | 151.3 | 169.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 13 | 92 | 0 | 0.88 | 0.16 | 0.57 | 310.63 | 0.79 | 0.24 |
| Hex | 6D | D | 5C | 0 | 58 | 10 | 39 | 137 | 4F | 18 |
| Octal | 155 | 15 | 134 | 0 | 130 | 20 | 71 | 467 | 117 | 30 |
| Binary | 1101101 | 1101 | 1011100 | 0 | 1011000 | 10000 | 111001 | 100110111 | 1001111 | 11000 |
Color Harmonies of #6D0D5C
Complementary color
Monochromatic Colors of #6D0D5C
Black with #6D0D5C
Text Example
Text Example
White with #6D0D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D0D5C; }
p { color: rgb(109,13,92); }
H1.HeaderClassName
{
color: #6D0D5C;
}
.AnyTagClassName
{
color: #6D0D5C;
}
</style>
background-color css
<style>
a { background-color: #6D0D5C; }
a { background-color: rgb(109,13,92); }
div.DivClassName
{
background-color: #6D0D5C;
}
.BgClassName
{
background-color: #6D0D5C;
}
</style>
border-color css
<style>
span { border-color: #6D0D5C; }
span { border-color: rgb(109,13,92); }
td.TdClassName
{
border-color: #6D0D5C;
}
.TagClassName
{
border-color: #6D0D5C;
}
</style>