Shades of Palatinate Purple #6C2660
Tints of Palatinate Purple #6C2660
RGB
CMYK
RGB Variations
Color information
#6C2660 (or 0x6C2660) is known color: Palatinate Purple. HEX triplet: 6C, 26 and 60. RGB value is (108,38,96). Sum of RGB (Red+Green+Blue) = 108+38+96=242 (32% of max value = 765). Red value is 108 (42.58% from 255 or 44.63% from 242); Green value is 38 (15.23% from 255 or 15.70% from 242); Blue value is 96 (37.89% from 255 or 39.67% from 242); Max value from RGB is 108 - color contains mainly: red. Hex color #6C2660 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C2660 is #93D99F. Grayscale: #414141. Windows color (decimal): -9689504 or 6301292. OLE color: 6301292.
HSL color Cylindrical-coordinate representation of color #6C2660: hue angle of 310.29º degrees, saturation: 0.48, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6C2660 is Cyan = 0, Magento = 0.65, Yellow = 0.11 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 38 | 96 | - |
| CMYK | 0 | 0.65 | 0.11 | 0.58 |
| HSL | 310.29º | 0.48% | 0.29% | - |
| HSV(B) | 310.29º | 0.65% | 0.42% | - |
| XYZ | 8.99 | 5.42 | 11.64 | - |
| YUV | 65.54 | 145.19 | 158.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 38 | 96 | 0 | 0.65 | 0.11 | 0.58 | 310.29 | 0.48 | 0.29 |
| Hex | 6C | 26 | 60 | 0 | 41 | B | 3A | 136 | 30 | 1D |
| Octal | 154 | 46 | 140 | 0 | 101 | 13 | 72 | 466 | 60 | 35 |
| Binary | 1101100 | 100110 | 1100000 | 0 | 1000001 | 1011 | 111010 | 100110110 | 110000 | 11101 |
Color Harmonies of #6C2660
Complementary color
Monochromatic Colors of #6C2660
Black with #6C2660
Text Example
Text Example
White with #6C2660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C2660; }
p { color: rgb(108,38,96); }
H1.HeaderClassName
{
color: #6C2660;
}
.AnyTagClassName
{
color: #6C2660;
}
</style>
background-color css
<style>
a { background-color: #6C2660; }
a { background-color: rgb(108,38,96); }
div.DivClassName
{
background-color: #6C2660;
}
.BgClassName
{
background-color: #6C2660;
}
</style>
border-color css
<style>
span { border-color: #6C2660; }
span { border-color: rgb(108,38,96); }
td.TdClassName
{
border-color: #6C2660;
}
.TagClassName
{
border-color: #6C2660;
}
</style>