Shades of Palatinate Purple #6C0E5C
Tints of Palatinate Purple #6C0E5C
RGB
CMYK
RGB Variations
Color information
#6C0E5C (or 0x6C0E5C) is known color: Palatinate Purple. HEX triplet: 6C, 0E and 5C. RGB value is (108,14,92). Sum of RGB (Red+Green+Blue) = 108+14+92=214 (28% of max value = 765). Red value is 108 (42.58% from 255 or 50.47% from 214); Green value is 14 (5.86% from 255 or 6.54% from 214); Blue value is 92 (36.33% from 255 or 42.99% from 214); Max value from RGB is 108 - color contains mainly: red. Hex color #6C0E5C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C0E5C is #93F1A3. Grayscale: #323232. Windows color (decimal): -9695652 or 6033004. OLE color: 6033004.
HSL color Cylindrical-coordinate representation of color #6C0E5C: hue angle of 310.21º degrees, saturation: 0.77, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6C0E5C is Cyan = 0, Magento = 0.87, Yellow = 0.15 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 14 | 92 | - |
| CMYK | 0 | 0.87 | 0.15 | 0.58 |
| HSL | 310.21º | 0.77% | 0.24% | - |
| HSV(B) | 310.21º | 0.87% | 0.42% | - |
| XYZ | 8.27 | 4.27 | 10.51 | - |
| YUV | 51 | 151.14 | 168.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 14 | 92 | 0 | 0.87 | 0.15 | 0.58 | 310.21 | 0.77 | 0.24 |
| Hex | 6C | E | 5C | 0 | 57 | F | 3A | 136 | 4D | 18 |
| Octal | 154 | 16 | 134 | 0 | 127 | 17 | 72 | 466 | 115 | 30 |
| Binary | 1101100 | 1110 | 1011100 | 0 | 1010111 | 1111 | 111010 | 100110110 | 1001101 | 11000 |
Color Harmonies of #6C0E5C
Complementary color
Monochromatic Colors of #6C0E5C
Black with #6C0E5C
Text Example
Text Example
White with #6C0E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C0E5C; }
p { color: rgb(108,14,92); }
H1.HeaderClassName
{
color: #6C0E5C;
}
.AnyTagClassName
{
color: #6C0E5C;
}
</style>
background-color css
<style>
a { background-color: #6C0E5C; }
a { background-color: rgb(108,14,92); }
div.DivClassName
{
background-color: #6C0E5C;
}
.BgClassName
{
background-color: #6C0E5C;
}
</style>
border-color css
<style>
span { border-color: #6C0E5C; }
span { border-color: rgb(108,14,92); }
td.TdClassName
{
border-color: #6C0E5C;
}
.TagClassName
{
border-color: #6C0E5C;
}
</style>