Shades of Palatinate Purple #6D2361
Tints of Palatinate Purple #6D2361
RGB
CMYK
RGB Variations
Color information
#6D2361 (or 0x6D2361) is known color: Palatinate Purple. HEX triplet: 6D, 23 and 61. RGB value is (109,35,97). Sum of RGB (Red+Green+Blue) = 109+35+97=241 (31% of max value = 765). Red value is 109 (42.97% from 255 or 45.23% from 241); Green value is 35 (14.06% from 255 or 14.52% from 241); Blue value is 97 (38.28% from 255 or 40.25% from 241); Max value from RGB is 109 - color contains mainly: red. Hex color #6D2361 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D2361 is #92DC9E. Grayscale: #404040. Windows color (decimal): -9624735 or 6366061. OLE color: 6366061.
HSL color Cylindrical-coordinate representation of color #6D2361: hue angle of 309.73º degrees, saturation: 0.51, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6D2361 is Cyan = 0, Magento = 0.68, Yellow = 0.11 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 35 | 97 | - |
| CMYK | 0 | 0.68 | 0.11 | 0.57 |
| HSL | 309.73º | 0.51% | 0.28% | - |
| HSV(B) | 309.73º | 0.68% | 0.43% | - |
| XYZ | 9.07 | 5.32 | 11.86 | - |
| YUV | 64.19 | 146.52 | 159.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 35 | 97 | 0 | 0.68 | 0.11 | 0.57 | 309.73 | 0.51 | 0.28 |
| Hex | 6D | 23 | 61 | 0 | 44 | B | 39 | 136 | 33 | 1C |
| Octal | 155 | 43 | 141 | 0 | 104 | 13 | 71 | 466 | 63 | 34 |
| Binary | 1101101 | 100011 | 1100001 | 0 | 1000100 | 1011 | 111001 | 100110110 | 110011 | 11100 |
Color Harmonies of #6D2361
Complementary color
Monochromatic Colors of #6D2361
Black with #6D2361
Text Example
Text Example
White with #6D2361
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D2361; }
p { color: rgb(109,35,97); }
H1.HeaderClassName
{
color: #6D2361;
}
.AnyTagClassName
{
color: #6D2361;
}
</style>
background-color css
<style>
a { background-color: #6D2361; }
a { background-color: rgb(109,35,97); }
div.DivClassName
{
background-color: #6D2361;
}
.BgClassName
{
background-color: #6D2361;
}
</style>
border-color css
<style>
span { border-color: #6D2361; }
span { border-color: rgb(109,35,97); }
td.TdClassName
{
border-color: #6D2361;
}
.TagClassName
{
border-color: #6D2361;
}
</style>