Shades of Palatinate Purple #6D3961
Tints of Palatinate Purple #6D3961
RGB
CMYK
RGB Variations
Color information
#6D3961 (or 0x6D3961) is known color: Palatinate Purple. HEX triplet: 6D, 39 and 61. RGB value is (109,57,97). Sum of RGB (Red+Green+Blue) = 109+57+97=263 (34% of max value = 765). Red value is 109 (42.97% from 255 or 41.44% from 263); Green value is 57 (22.66% from 255 or 21.67% from 263); Blue value is 97 (38.28% from 255 or 36.88% from 263); Max value from RGB is 109 - color contains mainly: red. Hex color #6D3961 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D3961 is #92C69E. Grayscale: #4C4C4C. Windows color (decimal): -9619103 or 6371693. OLE color: 6371693.
HSL color Cylindrical-coordinate representation of color #6D3961: hue angle of 313.85º degrees, saturation: 0.31, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6D3961 is Cyan = 0, Magento = 0.48, Yellow = 0.11 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 57 | 97 | - |
| CMYK | 0 | 0.48 | 0.11 | 0.57 |
| HSL | 313.85º | 0.31% | 0.33% | - |
| HSV(B) | 313.85º | 0.48% | 0.43% | - |
| XYZ | 9.93 | 7.04 | 12.14 | - |
| YUV | 77.11 | 139.23 | 150.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 57 | 97 | 0 | 0.48 | 0.11 | 0.57 | 313.85 | 0.31 | 0.33 |
| Hex | 6D | 39 | 61 | 0 | 30 | B | 39 | 13A | 1F | 21 |
| Octal | 155 | 71 | 141 | 0 | 60 | 13 | 71 | 472 | 37 | 41 |
| Binary | 1101101 | 111001 | 1100001 | 0 | 110000 | 1011 | 111001 | 100111010 | 11111 | 100001 |
Color Harmonies of #6D3961
Complementary color
Monochromatic Colors of #6D3961
Black with #6D3961
Text Example
Text Example
White with #6D3961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D3961; }
p { color: rgb(109,57,97); }
H1.HeaderClassName
{
color: #6D3961;
}
.AnyTagClassName
{
color: #6D3961;
}
</style>
background-color css
<style>
a { background-color: #6D3961; }
a { background-color: rgb(109,57,97); }
div.DivClassName
{
background-color: #6D3961;
}
.BgClassName
{
background-color: #6D3961;
}
</style>
border-color css
<style>
span { border-color: #6D3961; }
span { border-color: rgb(109,57,97); }
td.TdClassName
{
border-color: #6D3961;
}
.TagClassName
{
border-color: #6D3961;
}
</style>