Shades of Palatinate Purple #6C0E6B
Tints of Palatinate Purple #6C0E6B
RGB
CMYK
RGB Variations
Color information
#6C0E6B (or 0x6C0E6B) is known color: Palatinate Purple. HEX triplet: 6C, 0E and 6B. RGB value is (108,14,107). Sum of RGB (Red+Green+Blue) = 108+14+107=229 (30% of max value = 765). Red value is 108 (42.58% from 255 or 47.16% from 229); Green value is 14 (5.86% from 255 or 6.11% from 229); Blue value is 107 (42.19% from 255 or 46.72% from 229); Max value from RGB is 108 - color contains mainly: red. Hex color #6C0E6B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C0E6B is #93F194. Grayscale: #343434. Windows color (decimal): -9695637 or 7016044. OLE color: 7016044.
HSL color Cylindrical-coordinate representation of color #6C0E6B: hue angle of 300.64º 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 #6C0E6B is Cyan = 0, Magento = 0.87, Yellow = 0.01 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 14 | 107 | - |
| CMYK | 0 | 0.87 | 0.01 | 0.58 |
| HSL | 300.64º | 0.77% | 0.24% | - |
| HSV(B) | 300.64º | 0.87% | 0.42% | - |
| XYZ | 9 | 4.56 | 14.32 | - |
| YUV | 52.71 | 158.64 | 167.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 14 | 107 | 0 | 0.87 | 0.01 | 0.58 | 300.64 | 0.77 | 0.24 |
| Hex | 6C | E | 6B | 0 | 57 | 1 | 3A | 12D | 4D | 18 |
| Octal | 154 | 16 | 153 | 0 | 127 | 1 | 72 | 455 | 115 | 30 |
| Binary | 1101100 | 1110 | 1101011 | 0 | 1010111 | 1 | 111010 | 100101101 | 1001101 | 11000 |
Color Harmonies of #6C0E6B
Complementary color
Monochromatic Colors of #6C0E6B
Black with #6C0E6B
Text Example
Text Example
White with #6C0E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C0E6B; }
p { color: rgb(108,14,107); }
H1.HeaderClassName
{
color: #6C0E6B;
}
.AnyTagClassName
{
color: #6C0E6B;
}
</style>
background-color css
<style>
a { background-color: #6C0E6B; }
a { background-color: rgb(108,14,107); }
div.DivClassName
{
background-color: #6C0E6B;
}
.BgClassName
{
background-color: #6C0E6B;
}
</style>
border-color css
<style>
span { border-color: #6C0E6B; }
span { border-color: rgb(108,14,107); }
td.TdClassName
{
border-color: #6C0E6B;
}
.TagClassName
{
border-color: #6C0E6B;
}
</style>