Shades of Palatinate Purple #6C375E
Tints of Palatinate Purple #6C375E
RGB
CMYK
RGB Variations
Color information
#6C375E (or 0x6C375E) is known color: Palatinate Purple. HEX triplet: 6C, 37 and 5E. RGB value is (108,55,94). Sum of RGB (Red+Green+Blue) = 108+55+94=257 (34% of max value = 765). Red value is 108 (42.58% from 255 or 42.02% from 257); Green value is 55 (21.88% from 255 or 21.40% from 257); Blue value is 94 (37.11% from 255 or 36.58% from 257); Max value from RGB is 108 - color contains mainly: red. Hex color #6C375E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C375E is #93C8A1. Grayscale: #4B4B4B. Windows color (decimal): -9685154 or 6174572. OLE color: 6174572.
HSL color Cylindrical-coordinate representation of color #6C375E: hue angle of 315.85º 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 #6C375E is Cyan = 0, Magento = 0.49, Yellow = 0.13 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 55 | 94 | - |
| CMYK | 0 | 0.49 | 0.13 | 0.58 |
| HSL | 315.85º | 0.33% | 0.32% | - |
| HSV(B) | 315.85º | 0.49% | 0.42% | - |
| XYZ | 9.57 | 6.73 | 11.38 | - |
| YUV | 75.29 | 138.56 | 151.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 55 | 94 | 0 | 0.49 | 0.13 | 0.58 | 315.85 | 0.33 | 0.32 |
| Hex | 6C | 37 | 5E | 0 | 31 | D | 3A | 13C | 21 | 20 |
| Octal | 154 | 67 | 136 | 0 | 61 | 15 | 72 | 474 | 41 | 40 |
| Binary | 1101100 | 110111 | 1011110 | 0 | 110001 | 1101 | 111010 | 100111100 | 100001 | 100000 |
Color Harmonies of #6C375E
Complementary color
Monochromatic Colors of #6C375E
Black with #6C375E
Text Example
Text Example
White with #6C375E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C375E; }
p { color: rgb(108,55,94); }
H1.HeaderClassName
{
color: #6C375E;
}
.AnyTagClassName
{
color: #6C375E;
}
</style>
background-color css
<style>
a { background-color: #6C375E; }
a { background-color: rgb(108,55,94); }
div.DivClassName
{
background-color: #6C375E;
}
.BgClassName
{
background-color: #6C375E;
}
</style>
border-color css
<style>
span { border-color: #6C375E; }
span { border-color: rgb(108,55,94); }
td.TdClassName
{
border-color: #6C375E;
}
.TagClassName
{
border-color: #6C375E;
}
</style>