Shades of Palatinate Purple #6C3559
Tints of Palatinate Purple #6C3559
RGB
CMYK
RGB Variations
Color information
#6C3559 (or 0x6C3559) is known color: Palatinate Purple. HEX triplet: 6C, 35 and 59. RGB value is (108,53,89). Sum of RGB (Red+Green+Blue) = 108+53+89=250 (33% of max value = 765). Red value is 108 (42.58% from 255 or 43.2% from 250); Green value is 53 (21.09% from 255 or 21.2% from 250); Blue value is 89 (35.16% from 255 or 35.6% from 250); Max value from RGB is 108 - color contains mainly: red. Hex color #6C3559 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C3559 is #93CAA6. Grayscale: #494949. Windows color (decimal): -9685671 or 5846380. OLE color: 5846380.
HSL color Cylindrical-coordinate representation of color #6C3559: hue angle of 320.73º degrees, saturation: 0.34, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6C3559 is Cyan = 0, Magento = 0.51, Yellow = 0.18 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 53 | 89 | - |
| CMYK | 0 | 0.51 | 0.18 | 0.58 |
| HSL | 320.73º | 0.34% | 0.32% | - |
| HSV(B) | 320.73º | 0.51% | 0.42% | - |
| XYZ | 9.26 | 6.46 | 10.21 | - |
| YUV | 73.55 | 136.72 | 152.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 53 | 89 | 0 | 0.51 | 0.18 | 0.58 | 320.73 | 0.34 | 0.32 |
| Hex | 6C | 35 | 59 | 0 | 33 | 12 | 3A | 141 | 22 | 20 |
| Octal | 154 | 65 | 131 | 0 | 63 | 22 | 72 | 501 | 42 | 40 |
| Binary | 1101100 | 110101 | 1011001 | 0 | 110011 | 10010 | 111010 | 101000001 | 100010 | 100000 |
Color Harmonies of #6C3559
Complementary color
Monochromatic Colors of #6C3559
Black with #6C3559
Text Example
Text Example
White with #6C3559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C3559; }
p { color: rgb(108,53,89); }
H1.HeaderClassName
{
color: #6C3559;
}
.AnyTagClassName
{
color: #6C3559;
}
</style>
background-color css
<style>
a { background-color: #6C3559; }
a { background-color: rgb(108,53,89); }
div.DivClassName
{
background-color: #6C3559;
}
.BgClassName
{
background-color: #6C3559;
}
</style>
border-color css
<style>
span { border-color: #6C3559; }
span { border-color: rgb(108,53,89); }
td.TdClassName
{
border-color: #6C3559;
}
.TagClassName
{
border-color: #6C3559;
}
</style>