Shades of Palatinate Purple #6C3860
Tints of Palatinate Purple #6C3860
RGB
CMYK
RGB Variations
Color information
#6C3860 (or 0x6C3860) is known color: Palatinate Purple. HEX triplet: 6C, 38 and 60. RGB value is (108,56,96). Sum of RGB (Red+Green+Blue) = 108+56+96=260 (34% of max value = 765). Red value is 108 (42.58% from 255 or 41.54% from 260); Green value is 56 (22.27% from 255 or 21.54% from 260); Blue value is 96 (37.89% from 255 or 36.92% from 260); Max value from RGB is 108 - color contains mainly: red. Hex color #6C3860 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C3860 is #93C79F. Grayscale: #4C4C4C. Windows color (decimal): -9684896 or 6305900. OLE color: 6305900.
HSL color Cylindrical-coordinate representation of color #6C3860: hue angle of 313.85º degrees, saturation: 0.32, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6C3860 is Cyan = 0, Magento = 0.48, Yellow = 0.11 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 56 | 96 | - |
| CMYK | 0 | 0.48 | 0.11 | 0.58 |
| HSL | 313.85º | 0.32% | 0.32% | - |
| HSV(B) | 313.85º | 0.48% | 0.42% | - |
| XYZ | 9.71 | 6.86 | 11.88 | - |
| YUV | 76.11 | 139.23 | 150.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 56 | 96 | 0 | 0.48 | 0.11 | 0.58 | 313.85 | 0.32 | 0.32 |
| Hex | 6C | 38 | 60 | 0 | 30 | B | 3A | 13A | 20 | 20 |
| Octal | 154 | 70 | 140 | 0 | 60 | 13 | 72 | 472 | 40 | 40 |
| Binary | 1101100 | 111000 | 1100000 | 0 | 110000 | 1011 | 111010 | 100111010 | 100000 | 100000 |
Color Harmonies of #6C3860
Complementary color
Monochromatic Colors of #6C3860
Black with #6C3860
Text Example
Text Example
White with #6C3860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C3860; }
p { color: rgb(108,56,96); }
H1.HeaderClassName
{
color: #6C3860;
}
.AnyTagClassName
{
color: #6C3860;
}
</style>
background-color css
<style>
a { background-color: #6C3860; }
a { background-color: rgb(108,56,96); }
div.DivClassName
{
background-color: #6C3860;
}
.BgClassName
{
background-color: #6C3860;
}
</style>
border-color css
<style>
span { border-color: #6C3860; }
span { border-color: rgb(108,56,96); }
td.TdClassName
{
border-color: #6C3860;
}
.TagClassName
{
border-color: #6C3860;
}
</style>