Shades of Palatinate Purple #6D2357
Tints of Palatinate Purple #6D2357
RGB
CMYK
RGB Variations
Color information
#6D2357 (or 0x6D2357) is known color: Palatinate Purple. HEX triplet: 6D, 23 and 57. RGB value is (109,35,87). Sum of RGB (Red+Green+Blue) = 109+35+87=231 (30% of max value = 765). Red value is 109 (42.97% from 255 or 47.19% from 231); Green value is 35 (14.06% from 255 or 15.15% from 231); Blue value is 87 (34.38% from 255 or 37.66% from 231); Max value from RGB is 109 - color contains mainly: red. Hex color #6D2357 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D2357 is #92DCA8. Grayscale: #3E3E3E. Windows color (decimal): -9624745 or 5710701. OLE color: 5710701.
HSL color Cylindrical-coordinate representation of color #6D2357: hue angle of 317.84º 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 #6D2357 is Cyan = 0, Magento = 0.68, Yellow = 0.20 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 35 | 87 | - |
| CMYK | 0 | 0.68 | 0.20 | 0.57 |
| HSL | 317.84º | 0.51% | 0.28% | - |
| HSV(B) | 317.84º | 0.68% | 0.43% | - |
| XYZ | 8.63 | 5.14 | 9.55 | - |
| YUV | 63.05 | 141.52 | 160.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 35 | 87 | 0 | 0.68 | 0.20 | 0.57 | 317.84 | 0.51 | 0.28 |
| Hex | 6D | 23 | 57 | 0 | 44 | 14 | 39 | 13E | 33 | 1C |
| Octal | 155 | 43 | 127 | 0 | 104 | 24 | 71 | 476 | 63 | 34 |
| Binary | 1101101 | 100011 | 1010111 | 0 | 1000100 | 10100 | 111001 | 100111110 | 110011 | 11100 |
Color Harmonies of #6D2357
Complementary color
Monochromatic Colors of #6D2357
Black with #6D2357
Text Example
Text Example
White with #6D2357
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D2357; }
p { color: rgb(109,35,87); }
H1.HeaderClassName
{
color: #6D2357;
}
.AnyTagClassName
{
color: #6D2357;
}
</style>
background-color css
<style>
a { background-color: #6D2357; }
a { background-color: rgb(109,35,87); }
div.DivClassName
{
background-color: #6D2357;
}
.BgClassName
{
background-color: #6D2357;
}
</style>
border-color css
<style>
span { border-color: #6D2357; }
span { border-color: rgb(109,35,87); }
td.TdClassName
{
border-color: #6D2357;
}
.TagClassName
{
border-color: #6D2357;
}
</style>