Shades of Palatinate Purple #6C105E
Tints of Palatinate Purple #6C105E
RGB
CMYK
RGB Variations
Color information
#6C105E (or 0x6C105E) is known color: Palatinate Purple. HEX triplet: 6C, 10 and 5E. RGB value is (108,16,94). Sum of RGB (Red+Green+Blue) = 108+16+94=218 (28% of max value = 765). Red value is 108 (42.58% from 255 or 49.54% from 218); Green value is 16 (6.64% from 255 or 7.34% from 218); Blue value is 94 (37.11% from 255 or 43.12% from 218); Max value from RGB is 108 - color contains mainly: red. Hex color #6C105E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C105E is #93EFA1. Grayscale: #343434. Windows color (decimal): -9695138 or 6164588. OLE color: 6164588.
HSL color Cylindrical-coordinate representation of color #6C105E: hue angle of 309.13º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6C105E is Cyan = 0, Magento = 0.85, Yellow = 0.13 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 16 | 94 | - |
| CMYK | 0 | 0.85 | 0.13 | 0.58 |
| HSL | 309.13º | 0.74% | 0.24% | - |
| HSV(B) | 309.13º | 0.85% | 0.42% | - |
| XYZ | 8.39 | 4.37 | 10.99 | - |
| YUV | 52.4 | 151.48 | 167.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 16 | 94 | 0 | 0.85 | 0.13 | 0.58 | 309.13 | 0.74 | 0.24 |
| Hex | 6C | 10 | 5E | 0 | 55 | D | 3A | 135 | 4A | 18 |
| Octal | 154 | 20 | 136 | 0 | 125 | 15 | 72 | 465 | 112 | 30 |
| Binary | 1101100 | 10000 | 1011110 | 0 | 1010101 | 1101 | 111010 | 100110101 | 1001010 | 11000 |
Color Harmonies of #6C105E
Complementary color
Monochromatic Colors of #6C105E
Black with #6C105E
Text Example
Text Example
White with #6C105E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C105E; }
p { color: rgb(108,16,94); }
H1.HeaderClassName
{
color: #6C105E;
}
.AnyTagClassName
{
color: #6C105E;
}
</style>
background-color css
<style>
a { background-color: #6C105E; }
a { background-color: rgb(108,16,94); }
div.DivClassName
{
background-color: #6C105E;
}
.BgClassName
{
background-color: #6C105E;
}
</style>
border-color css
<style>
span { border-color: #6C105E; }
span { border-color: rgb(108,16,94); }
td.TdClassName
{
border-color: #6C105E;
}
.TagClassName
{
border-color: #6C105E;
}
</style>