Shades of Palatinate Purple #6C3059
Tints of Palatinate Purple #6C3059
RGB
CMYK
RGB Variations
Color information
#6C3059 (or 0x6C3059) is known color: Palatinate Purple. HEX triplet: 6C, 30 and 59. RGB value is (108,48,89). Sum of RGB (Red+Green+Blue) = 108+48+89=245 (32% of max value = 765). Red value is 108 (42.58% from 255 or 44.08% from 245); Green value is 48 (19.14% from 255 or 19.59% from 245); Blue value is 89 (35.16% from 255 or 36.33% from 245); Max value from RGB is 108 - color contains mainly: red. Hex color #6C3059 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C3059 is #93CFA6. Grayscale: #464646. Windows color (decimal): -9686951 or 5845100. OLE color: 5845100.
HSL color Cylindrical-coordinate representation of color #6C3059: hue angle of 319º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6C3059 is Cyan = 0, Magento = 0.56, Yellow = 0.18 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 48 | 89 | - |
| CMYK | 0 | 0.56 | 0.18 | 0.58 |
| HSL | 319º | 0.38% | 0.31% | - |
| HSV(B) | 319º | 0.56% | 0.42% | - |
| XYZ | 9.04 | 6.02 | 10.14 | - |
| YUV | 70.61 | 138.38 | 154.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 48 | 89 | 0 | 0.56 | 0.18 | 0.58 | 319 | 0.38 | 0.31 |
| Hex | 6C | 30 | 59 | 0 | 38 | 12 | 3A | 13F | 26 | 1F |
| Octal | 154 | 60 | 131 | 0 | 70 | 22 | 72 | 477 | 46 | 37 |
| Binary | 1101100 | 110000 | 1011001 | 0 | 111000 | 10010 | 111010 | 100111111 | 100110 | 11111 |
Color Harmonies of #6C3059
Complementary color
Monochromatic Colors of #6C3059
Black with #6C3059
Text Example
Text Example
White with #6C3059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C3059; }
p { color: rgb(108,48,89); }
H1.HeaderClassName
{
color: #6C3059;
}
.AnyTagClassName
{
color: #6C3059;
}
</style>
background-color css
<style>
a { background-color: #6C3059; }
a { background-color: rgb(108,48,89); }
div.DivClassName
{
background-color: #6C3059;
}
.BgClassName
{
background-color: #6C3059;
}
</style>
border-color css
<style>
span { border-color: #6C3059; }
span { border-color: rgb(108,48,89); }
td.TdClassName
{
border-color: #6C3059;
}
.TagClassName
{
border-color: #6C3059;
}
</style>