Shades of Palatinate Purple #6D1D5D
Tints of Palatinate Purple #6D1D5D
RGB
CMYK
RGB Variations
Color information
#6D1D5D (or 0x6D1D5D) is known color: Palatinate Purple. HEX triplet: 6D, 1D and 5D. RGB value is (109,29,93). Sum of RGB (Red+Green+Blue) = 109+29+93=231 (30% of max value = 765). Red value is 109 (42.97% from 255 or 47.19% from 231); Green value is 29 (11.72% from 255 or 12.55% from 231); Blue value is 93 (36.72% from 255 or 40.26% from 231); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1D5D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D1D5D is #92E2A2. Grayscale: #3C3C3C. Windows color (decimal): -9626275 or 6102381. OLE color: 6102381.
HSL color Cylindrical-coordinate representation of color #6D1D5D: hue angle of 312º degrees, saturation: 0.58, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6D1D5D is Cyan = 0, Magento = 0.73, Yellow = 0.15 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 29 | 93 | - |
| CMYK | 0 | 0.73 | 0.15 | 0.57 |
| HSL | 312º | 0.58% | 0.27% | - |
| HSV(B) | 312º | 0.73% | 0.43% | - |
| XYZ | 8.72 | 4.92 | 10.85 | - |
| YUV | 60.22 | 146.5 | 162.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 29 | 93 | 0 | 0.73 | 0.15 | 0.57 | 312 | 0.58 | 0.27 |
| Hex | 6D | 1D | 5D | 0 | 49 | F | 39 | 138 | 3A | 1B |
| Octal | 155 | 35 | 135 | 0 | 111 | 17 | 71 | 470 | 72 | 33 |
| Binary | 1101101 | 11101 | 1011101 | 0 | 1001001 | 1111 | 111001 | 100111000 | 111010 | 11011 |
Color Harmonies of #6D1D5D
Complementary color
Monochromatic Colors of #6D1D5D
Black with #6D1D5D
Text Example
Text Example
White with #6D1D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D1D5D; }
p { color: rgb(109,29,93); }
H1.HeaderClassName
{
color: #6D1D5D;
}
.AnyTagClassName
{
color: #6D1D5D;
}
</style>
background-color css
<style>
a { background-color: #6D1D5D; }
a { background-color: rgb(109,29,93); }
div.DivClassName
{
background-color: #6D1D5D;
}
.BgClassName
{
background-color: #6D1D5D;
}
</style>
border-color css
<style>
span { border-color: #6D1D5D; }
span { border-color: rgb(109,29,93); }
td.TdClassName
{
border-color: #6D1D5D;
}
.TagClassName
{
border-color: #6D1D5D;
}
</style>