Shades of Palatinate Purple #6D3E5F
Tints of Palatinate Purple #6D3E5F
RGB
CMYK
RGB Variations
Color information
#6D3E5F (or 0x6D3E5F) is known color: Palatinate Purple. HEX triplet: 6D, 3E and 5F. RGB value is (109,62,95). Sum of RGB (Red+Green+Blue) = 109+62+95=266 (35% of max value = 765). Red value is 109 (42.97% from 255 or 40.98% from 266); Green value is 62 (24.61% from 255 or 23.31% from 266); Blue value is 95 (37.5% from 255 or 35.71% from 266); Max value from RGB is 109 - color contains mainly: red. Hex color #6D3E5F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D3E5F is #92C1A0. Grayscale: #4F4F4F. Windows color (decimal): -9617825 or 6241901. OLE color: 6241901.
HSL color Cylindrical-coordinate representation of color #6D3E5F: hue angle of 317.87º degrees, saturation: 0.27, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6D3E5F is Cyan = 0, Magento = 0.43, Yellow = 0.13 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 62 | 95 | - |
| CMYK | 0 | 0.43 | 0.13 | 0.57 |
| HSL | 317.87º | 0.27% | 0.34% | - |
| HSV(B) | 317.87º | 0.43% | 0.43% | - |
| XYZ | 10.09 | 7.52 | 11.75 | - |
| YUV | 79.82 | 136.57 | 148.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 62 | 95 | 0 | 0.43 | 0.13 | 0.57 | 317.87 | 0.27 | 0.34 |
| Hex | 6D | 3E | 5F | 0 | 2B | D | 39 | 13E | 1B | 22 |
| Octal | 155 | 76 | 137 | 0 | 53 | 15 | 71 | 476 | 33 | 42 |
| Binary | 1101101 | 111110 | 1011111 | 0 | 101011 | 1101 | 111001 | 100111110 | 11011 | 100010 |
Color Harmonies of #6D3E5F
Complementary color
Monochromatic Colors of #6D3E5F
Black with #6D3E5F
Text Example
Text Example
White with #6D3E5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D3E5F; }
p { color: rgb(109,62,95); }
H1.HeaderClassName
{
color: #6D3E5F;
}
.AnyTagClassName
{
color: #6D3E5F;
}
</style>
background-color css
<style>
a { background-color: #6D3E5F; }
a { background-color: rgb(109,62,95); }
div.DivClassName
{
background-color: #6D3E5F;
}
.BgClassName
{
background-color: #6D3E5F;
}
</style>
border-color css
<style>
span { border-color: #6D3E5F; }
span { border-color: rgb(109,62,95); }
td.TdClassName
{
border-color: #6D3E5F;
}
.TagClassName
{
border-color: #6D3E5F;
}
</style>