Shades of Palatinate Purple #6C2E57
Tints of Palatinate Purple #6C2E57
RGB
CMYK
RGB Variations
Color information
#6C2E57 (or 0x6C2E57) is known color: Palatinate Purple. HEX triplet: 6C, 2E and 57. RGB value is (108,46,87). Sum of RGB (Red+Green+Blue) = 108+46+87=241 (31% of max value = 765). Red value is 108 (42.58% from 255 or 44.81% from 241); Green value is 46 (18.36% from 255 or 19.09% from 241); Blue value is 87 (34.38% from 255 or 36.10% from 241); Max value from RGB is 108 - color contains mainly: red. Hex color #6C2E57 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C2E57 is #93D1A8. Grayscale: #454545. Windows color (decimal): -9687465 or 5713516. OLE color: 5713516.
HSL color Cylindrical-coordinate representation of color #6C2E57: hue angle of 320.32º degrees, saturation: 0.4, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6C2E57 is Cyan = 0, Magento = 0.57, Yellow = 0.19 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 46 | 87 | - |
| CMYK | 0 | 0.57 | 0.19 | 0.58 |
| HSL | 320.32º | 0.4% | 0.3% | - |
| HSV(B) | 320.32º | 0.57% | 0.42% | - |
| XYZ | 8.88 | 5.83 | 9.67 | - |
| YUV | 69.21 | 138.04 | 155.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 46 | 87 | 0 | 0.57 | 0.19 | 0.58 | 320.32 | 0.4 | 0.3 |
| Hex | 6C | 2E | 57 | 0 | 39 | 13 | 3A | 140 | 28 | 1E |
| Octal | 154 | 56 | 127 | 0 | 71 | 23 | 72 | 500 | 50 | 36 |
| Binary | 1101100 | 101110 | 1010111 | 0 | 111001 | 10011 | 111010 | 101000000 | 101000 | 11110 |
Color Harmonies of #6C2E57
Complementary color
Monochromatic Colors of #6C2E57
Black with #6C2E57
Text Example
Text Example
White with #6C2E57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C2E57; }
p { color: rgb(108,46,87); }
H1.HeaderClassName
{
color: #6C2E57;
}
.AnyTagClassName
{
color: #6C2E57;
}
</style>
background-color css
<style>
a { background-color: #6C2E57; }
a { background-color: rgb(108,46,87); }
div.DivClassName
{
background-color: #6C2E57;
}
.BgClassName
{
background-color: #6C2E57;
}
</style>
border-color css
<style>
span { border-color: #6C2E57; }
span { border-color: rgb(108,46,87); }
td.TdClassName
{
border-color: #6C2E57;
}
.TagClassName
{
border-color: #6C2E57;
}
</style>