Shades of Palatinate Purple #6D2F5E
Tints of Palatinate Purple #6D2F5E
RGB
CMYK
RGB Variations
Color information
#6D2F5E (or 0x6D2F5E) is known color: Palatinate Purple. HEX triplet: 6D, 2F and 5E. RGB value is (109,47,94). Sum of RGB (Red+Green+Blue) = 109+47+94=250 (33% of max value = 765). Red value is 109 (42.97% from 255 or 43.6% from 250); Green value is 47 (18.75% from 255 or 18.8% from 250); Blue value is 94 (37.11% from 255 or 37.6% from 250); Max value from RGB is 109 - color contains mainly: red. Hex color #6D2F5E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D2F5E is #92D0A1. Grayscale: #464646. Windows color (decimal): -9621666 or 6172525. OLE color: 6172525.
HSL color Cylindrical-coordinate representation of color #6D2F5E: hue angle of 314.52º degrees, saturation: 0.4, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6D2F5E is Cyan = 0, Magento = 0.57, Yellow = 0.14 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 47 | 94 | - |
| CMYK | 0 | 0.57 | 0.14 | 0.57 |
| HSL | 314.52º | 0.4% | 0.31% | - |
| HSV(B) | 314.52º | 0.57% | 0.43% | - |
| XYZ | 9.34 | 6.09 | 11.27 | - |
| YUV | 70.9 | 141.04 | 155.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 47 | 94 | 0 | 0.57 | 0.14 | 0.57 | 314.52 | 0.4 | 0.31 |
| Hex | 6D | 2F | 5E | 0 | 39 | E | 39 | 13B | 28 | 1F |
| Octal | 155 | 57 | 136 | 0 | 71 | 16 | 71 | 473 | 50 | 37 |
| Binary | 1101101 | 101111 | 1011110 | 0 | 111001 | 1110 | 111001 | 100111011 | 101000 | 11111 |
Color Harmonies of #6D2F5E
Complementary color
Monochromatic Colors of #6D2F5E
Black with #6D2F5E
Text Example
Text Example
White with #6D2F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D2F5E; }
p { color: rgb(109,47,94); }
H1.HeaderClassName
{
color: #6D2F5E;
}
.AnyTagClassName
{
color: #6D2F5E;
}
</style>
background-color css
<style>
a { background-color: #6D2F5E; }
a { background-color: rgb(109,47,94); }
div.DivClassName
{
background-color: #6D2F5E;
}
.BgClassName
{
background-color: #6D2F5E;
}
</style>
border-color css
<style>
span { border-color: #6D2F5E; }
span { border-color: rgb(109,47,94); }
td.TdClassName
{
border-color: #6D2F5E;
}
.TagClassName
{
border-color: #6D2F5E;
}
</style>