Shades of Palatinate Purple #6C3766
Tints of Palatinate Purple #6C3766
RGB
CMYK
RGB Variations
Color information
#6C3766 (or 0x6C3766) is known color: Palatinate Purple. HEX triplet: 6C, 37 and 66. RGB value is (108,55,102). Sum of RGB (Red+Green+Blue) = 108+55+102=265 (35% of max value = 765). Red value is 108 (42.58% from 255 or 40.75% from 265); Green value is 55 (21.88% from 255 or 20.75% from 265); Blue value is 102 (40.23% from 255 or 38.49% from 265); Max value from RGB is 108 - color contains mainly: red. Hex color #6C3766 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C3766 is #93C899. Grayscale: #4C4C4C. Windows color (decimal): -9685146 or 6698860. OLE color: 6698860.
HSL color Cylindrical-coordinate representation of color #6C3766: hue angle of 306.79º degrees, saturation: 0.33, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6C3766 is Cyan = 0, Magento = 0.49, Yellow = 0.06 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 55 | 102 | - |
| CMYK | 0 | 0.49 | 0.06 | 0.58 |
| HSL | 306.79º | 0.33% | 0.32% | - |
| HSV(B) | 306.79º | 0.49% | 0.42% | - |
| XYZ | 9.95 | 6.88 | 13.37 | - |
| YUV | 76.21 | 142.56 | 150.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 55 | 102 | 0 | 0.49 | 0.06 | 0.58 | 306.79 | 0.33 | 0.32 |
| Hex | 6C | 37 | 66 | 0 | 31 | 6 | 3A | 133 | 21 | 20 |
| Octal | 154 | 67 | 146 | 0 | 61 | 6 | 72 | 463 | 41 | 40 |
| Binary | 1101100 | 110111 | 1100110 | 0 | 110001 | 110 | 111010 | 100110011 | 100001 | 100000 |
Color Harmonies of #6C3766
Complementary color
Monochromatic Colors of #6C3766
Black with #6C3766
Text Example
Text Example
White with #6C3766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C3766; }
p { color: rgb(108,55,102); }
H1.HeaderClassName
{
color: #6C3766;
}
.AnyTagClassName
{
color: #6C3766;
}
</style>
background-color css
<style>
a { background-color: #6C3766; }
a { background-color: rgb(108,55,102); }
div.DivClassName
{
background-color: #6C3766;
}
.BgClassName
{
background-color: #6C3766;
}
</style>
border-color css
<style>
span { border-color: #6C3766; }
span { border-color: rgb(108,55,102); }
td.TdClassName
{
border-color: #6C3766;
}
.TagClassName
{
border-color: #6C3766;
}
</style>