Shades of Palatinate Purple #6D1E6B
Tints of Palatinate Purple #6D1E6B
RGB
CMYK
RGB Variations
Color information
#6D1E6B (or 0x6D1E6B) is known color: Palatinate Purple. HEX triplet: 6D, 1E and 6B. RGB value is (109,30,107). Sum of RGB (Red+Green+Blue) = 109+30+107=246 (32% of max value = 765). Red value is 109 (42.97% from 255 or 44.31% from 246); Green value is 30 (12.11% from 255 or 12.20% from 246); Blue value is 107 (42.19% from 255 or 43.50% from 246); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1E6B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D1E6B is #92E194. Grayscale: #3E3E3E. Windows color (decimal): -9626005 or 7020141. OLE color: 7020141.
HSL color Cylindrical-coordinate representation of color #6D1E6B: hue angle of 301.52º degrees, saturation: 0.57, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6D1E6B is Cyan = 0, Magento = 0.72, Yellow = 0.02 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 30 | 107 | - |
| CMYK | 0 | 0.72 | 0.02 | 0.57 |
| HSL | 301.52º | 0.57% | 0.27% | - |
| HSV(B) | 301.52º | 0.72% | 0.43% | - |
| XYZ | 9.42 | 5.24 | 14.42 | - |
| YUV | 62.4 | 153.17 | 161.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 30 | 107 | 0 | 0.72 | 0.02 | 0.57 | 301.52 | 0.57 | 0.27 |
| Hex | 6D | 1E | 6B | 0 | 48 | 2 | 39 | 12E | 39 | 1B |
| Octal | 155 | 36 | 153 | 0 | 110 | 2 | 71 | 456 | 71 | 33 |
| Binary | 1101101 | 11110 | 1101011 | 0 | 1001000 | 10 | 111001 | 100101110 | 111001 | 11011 |
Color Harmonies of #6D1E6B
Complementary color
Monochromatic Colors of #6D1E6B
Black with #6D1E6B
Text Example
Text Example
White with #6D1E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D1E6B; }
p { color: rgb(109,30,107); }
H1.HeaderClassName
{
color: #6D1E6B;
}
.AnyTagClassName
{
color: #6D1E6B;
}
</style>
background-color css
<style>
a { background-color: #6D1E6B; }
a { background-color: rgb(109,30,107); }
div.DivClassName
{
background-color: #6D1E6B;
}
.BgClassName
{
background-color: #6D1E6B;
}
</style>
border-color css
<style>
span { border-color: #6D1E6B; }
span { border-color: rgb(109,30,107); }
td.TdClassName
{
border-color: #6D1E6B;
}
.TagClassName
{
border-color: #6D1E6B;
}
</style>