Shades of Palatinate Purple #6C2357
Tints of Palatinate Purple #6C2357
RGB
CMYK
RGB Variations
Color information
#6C2357 (or 0x6C2357) is known color: Palatinate Purple. HEX triplet: 6C, 23 and 57. RGB value is (108,35,87). Sum of RGB (Red+Green+Blue) = 108+35+87=230 (30% of max value = 765). Red value is 108 (42.58% from 255 or 46.96% from 230); Green value is 35 (14.06% from 255 or 15.22% from 230); Blue value is 87 (34.38% from 255 or 37.83% from 230); Max value from RGB is 108 - color contains mainly: red. Hex color #6C2357 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C2357 is #93DCA8. Grayscale: #3E3E3E. Windows color (decimal): -9690281 or 5710700. OLE color: 5710700.
HSL color Cylindrical-coordinate representation of color #6C2357: hue angle of 317.26º degrees, saturation: 0.51, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6C2357 is Cyan = 0, Magento = 0.68, Yellow = 0.19 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 35 | 87 | - |
| CMYK | 0 | 0.68 | 0.19 | 0.58 |
| HSL | 317.26º | 0.51% | 0.28% | - |
| HSV(B) | 317.26º | 0.68% | 0.42% | - |
| XYZ | 8.51 | 5.08 | 9.55 | - |
| YUV | 62.76 | 141.68 | 160.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 35 | 87 | 0 | 0.68 | 0.19 | 0.58 | 317.26 | 0.51 | 0.28 |
| Hex | 6C | 23 | 57 | 0 | 44 | 13 | 3A | 13D | 33 | 1C |
| Octal | 154 | 43 | 127 | 0 | 104 | 23 | 72 | 475 | 63 | 34 |
| Binary | 1101100 | 100011 | 1010111 | 0 | 1000100 | 10011 | 111010 | 100111101 | 110011 | 11100 |
Color Harmonies of #6C2357
Complementary color
Monochromatic Colors of #6C2357
Black with #6C2357
Text Example
Text Example
White with #6C2357
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C2357; }
p { color: rgb(108,35,87); }
H1.HeaderClassName
{
color: #6C2357;
}
.AnyTagClassName
{
color: #6C2357;
}
</style>
background-color css
<style>
a { background-color: #6C2357; }
a { background-color: rgb(108,35,87); }
div.DivClassName
{
background-color: #6C2357;
}
.BgClassName
{
background-color: #6C2357;
}
</style>
border-color css
<style>
span { border-color: #6C2357; }
span { border-color: rgb(108,35,87); }
td.TdClassName
{
border-color: #6C2357;
}
.TagClassName
{
border-color: #6C2357;
}
</style>