Shades of Palatinate Purple #6C2960
Tints of Palatinate Purple #6C2960
RGB
CMYK
RGB Variations
Color information
#6C2960 (or 0x6C2960) is known color: Palatinate Purple. HEX triplet: 6C, 29 and 60. RGB value is (108,41,96). Sum of RGB (Red+Green+Blue) = 108+41+96=245 (32% of max value = 765). Red value is 108 (42.58% from 255 or 44.08% from 245); Green value is 41 (16.41% from 255 or 16.73% from 245); Blue value is 96 (37.89% from 255 or 39.18% from 245); Max value from RGB is 108 - color contains mainly: red. Hex color #6C2960 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C2960 is #93D69F. Grayscale: #434343. Windows color (decimal): -9688736 or 6302060. OLE color: 6302060.
HSL color Cylindrical-coordinate representation of color #6C2960: hue angle of 310.75º degrees, saturation: 0.45, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6C2960 is Cyan = 0, Magento = 0.62, Yellow = 0.11 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 41 | 96 | - |
| CMYK | 0 | 0.62 | 0.11 | 0.58 |
| HSL | 310.75º | 0.45% | 0.29% | - |
| HSV(B) | 310.75º | 0.62% | 0.42% | - |
| XYZ | 9.09 | 5.62 | 11.67 | - |
| YUV | 67.3 | 144.2 | 157.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 41 | 96 | 0 | 0.62 | 0.11 | 0.58 | 310.75 | 0.45 | 0.29 |
| Hex | 6C | 29 | 60 | 0 | 3E | B | 3A | 137 | 2D | 1D |
| Octal | 154 | 51 | 140 | 0 | 76 | 13 | 72 | 467 | 55 | 35 |
| Binary | 1101100 | 101001 | 1100000 | 0 | 111110 | 1011 | 111010 | 100110111 | 101101 | 11101 |
Color Harmonies of #6C2960
Complementary color
Monochromatic Colors of #6C2960
Black with #6C2960
Text Example
Text Example
White with #6C2960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C2960; }
p { color: rgb(108,41,96); }
H1.HeaderClassName
{
color: #6C2960;
}
.AnyTagClassName
{
color: #6C2960;
}
</style>
background-color css
<style>
a { background-color: #6C2960; }
a { background-color: rgb(108,41,96); }
div.DivClassName
{
background-color: #6C2960;
}
.BgClassName
{
background-color: #6C2960;
}
</style>
border-color css
<style>
span { border-color: #6C2960; }
span { border-color: rgb(108,41,96); }
td.TdClassName
{
border-color: #6C2960;
}
.TagClassName
{
border-color: #6C2960;
}
</style>