Shades of Palatinate Purple #6D2A5E
Tints of Palatinate Purple #6D2A5E
RGB
CMYK
RGB Variations
Color information
#6D2A5E (or 0x6D2A5E) is known color: Palatinate Purple. HEX triplet: 6D, 2A and 5E. RGB value is (109,42,94). Sum of RGB (Red+Green+Blue) = 109+42+94=245 (32% of max value = 765). Red value is 109 (42.97% from 255 or 44.49% from 245); Green value is 42 (16.80% from 255 or 17.14% from 245); Blue value is 94 (37.11% from 255 or 38.37% from 245); Max value from RGB is 109 - color contains mainly: red. Hex color #6D2A5E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D2A5E is #92D5A1. Grayscale: #434343. Windows color (decimal): -9622946 or 6171245. OLE color: 6171245.
HSL color Cylindrical-coordinate representation of color #6D2A5E: hue angle of 313.43º degrees, saturation: 0.44, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6D2A5E is Cyan = 0, Magento = 0.61, Yellow = 0.14 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 42 | 94 | - |
| CMYK | 0 | 0.61 | 0.14 | 0.57 |
| HSL | 313.43º | 0.44% | 0.3% | - |
| HSV(B) | 313.43º | 0.61% | 0.43% | - |
| XYZ | 9.16 | 5.72 | 11.21 | - |
| YUV | 67.96 | 142.7 | 157.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 42 | 94 | 0 | 0.61 | 0.14 | 0.57 | 313.43 | 0.44 | 0.3 |
| Hex | 6D | 2A | 5E | 0 | 3D | E | 39 | 139 | 2C | 1E |
| Octal | 155 | 52 | 136 | 0 | 75 | 16 | 71 | 471 | 54 | 36 |
| Binary | 1101101 | 101010 | 1011110 | 0 | 111101 | 1110 | 111001 | 100111001 | 101100 | 11110 |
Color Harmonies of #6D2A5E
Complementary color
Monochromatic Colors of #6D2A5E
Black with #6D2A5E
Text Example
Text Example
White with #6D2A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D2A5E; }
p { color: rgb(109,42,94); }
H1.HeaderClassName
{
color: #6D2A5E;
}
.AnyTagClassName
{
color: #6D2A5E;
}
</style>
background-color css
<style>
a { background-color: #6D2A5E; }
a { background-color: rgb(109,42,94); }
div.DivClassName
{
background-color: #6D2A5E;
}
.BgClassName
{
background-color: #6D2A5E;
}
</style>
border-color css
<style>
span { border-color: #6D2A5E; }
span { border-color: rgb(109,42,94); }
td.TdClassName
{
border-color: #6D2A5E;
}
.TagClassName
{
border-color: #6D2A5E;
}
</style>