Shades of Palatinate Purple #6D2D5B
Tints of Palatinate Purple #6D2D5B
RGB
CMYK
RGB Variations
Color information
#6D2D5B (or 0x6D2D5B) is known color: Palatinate Purple. HEX triplet: 6D, 2D and 5B. RGB value is (109,45,91). Sum of RGB (Red+Green+Blue) = 109+45+91=245 (32% of max value = 765). Red value is 109 (42.97% from 255 or 44.49% from 245); Green value is 45 (17.97% from 255 or 18.37% from 245); Blue value is 91 (35.94% from 255 or 37.14% from 245); Max value from RGB is 109 - color contains mainly: red. Hex color #6D2D5B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D2D5B is #92D2A4. Grayscale: #454545. Windows color (decimal): -9622181 or 5975405. OLE color: 5975405.
HSL color Cylindrical-coordinate representation of color #6D2D5B: hue angle of 316.88º degrees, saturation: 0.42, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6D2D5B is Cyan = 0, Magento = 0.59, Yellow = 0.17 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 45 | 91 | - |
| CMYK | 0 | 0.59 | 0.17 | 0.57 |
| HSL | 316.88º | 0.42% | 0.3% | - |
| HSV(B) | 316.88º | 0.59% | 0.43% | - |
| XYZ | 9.13 | 5.88 | 10.55 | - |
| YUV | 69.38 | 140.2 | 156.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 45 | 91 | 0 | 0.59 | 0.17 | 0.57 | 316.88 | 0.42 | 0.3 |
| Hex | 6D | 2D | 5B | 0 | 3B | 11 | 39 | 13D | 2A | 1E |
| Octal | 155 | 55 | 133 | 0 | 73 | 21 | 71 | 475 | 52 | 36 |
| Binary | 1101101 | 101101 | 1011011 | 0 | 111011 | 10001 | 111001 | 100111101 | 101010 | 11110 |
Color Harmonies of #6D2D5B
Complementary color
Monochromatic Colors of #6D2D5B
Black with #6D2D5B
Text Example
Text Example
White with #6D2D5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D2D5B; }
p { color: rgb(109,45,91); }
H1.HeaderClassName
{
color: #6D2D5B;
}
.AnyTagClassName
{
color: #6D2D5B;
}
</style>
background-color css
<style>
a { background-color: #6D2D5B; }
a { background-color: rgb(109,45,91); }
div.DivClassName
{
background-color: #6D2D5B;
}
.BgClassName
{
background-color: #6D2D5B;
}
</style>
border-color css
<style>
span { border-color: #6D2D5B; }
span { border-color: rgb(109,45,91); }
td.TdClassName
{
border-color: #6D2D5B;
}
.TagClassName
{
border-color: #6D2D5B;
}
</style>