Shades of Palatinate Purple #6D2E5E
Tints of Palatinate Purple #6D2E5E
RGB
CMYK
RGB Variations
Color information
#6D2E5E (or 0x6D2E5E) is known color: Palatinate Purple. HEX triplet: 6D, 2E and 5E. RGB value is (109,46,94). Sum of RGB (Red+Green+Blue) = 109+46+94=249 (32% of max value = 765). Red value is 109 (42.97% from 255 or 43.78% from 249); Green value is 46 (18.36% from 255 or 18.47% from 249); Blue value is 94 (37.11% from 255 or 37.75% from 249); Max value from RGB is 109 - color contains mainly: red. Hex color #6D2E5E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D2E5E is #92D1A1. Grayscale: #464646. Windows color (decimal): -9621922 or 6172269. OLE color: 6172269.
HSL color Cylindrical-coordinate representation of color #6D2E5E: hue angle of 314.29º degrees, saturation: 0.41, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6D2E5E is Cyan = 0, Magento = 0.58, Yellow = 0.14 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 46 | 94 | - |
| CMYK | 0 | 0.58 | 0.14 | 0.57 |
| HSL | 314.29º | 0.41% | 0.3% | - |
| HSV(B) | 314.29º | 0.58% | 0.43% | - |
| XYZ | 9.3 | 6.01 | 11.26 | - |
| YUV | 70.31 | 141.37 | 155.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 46 | 94 | 0 | 0.58 | 0.14 | 0.57 | 314.29 | 0.41 | 0.3 |
| Hex | 6D | 2E | 5E | 0 | 3A | E | 39 | 13A | 29 | 1E |
| Octal | 155 | 56 | 136 | 0 | 72 | 16 | 71 | 472 | 51 | 36 |
| Binary | 1101101 | 101110 | 1011110 | 0 | 111010 | 1110 | 111001 | 100111010 | 101001 | 11110 |
Color Harmonies of #6D2E5E
Complementary color
Monochromatic Colors of #6D2E5E
Black with #6D2E5E
Text Example
Text Example
White with #6D2E5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D2E5E; }
p { color: rgb(109,46,94); }
H1.HeaderClassName
{
color: #6D2E5E;
}
.AnyTagClassName
{
color: #6D2E5E;
}
</style>
background-color css
<style>
a { background-color: #6D2E5E; }
a { background-color: rgb(109,46,94); }
div.DivClassName
{
background-color: #6D2E5E;
}
.BgClassName
{
background-color: #6D2E5E;
}
</style>
border-color css
<style>
span { border-color: #6D2E5E; }
span { border-color: rgb(109,46,94); }
td.TdClassName
{
border-color: #6D2E5E;
}
.TagClassName
{
border-color: #6D2E5E;
}
</style>