Shades of Palatinate Purple #6C105D
Tints of Palatinate Purple #6C105D
RGB
CMYK
RGB Variations
Color information
#6C105D (or 0x6C105D) is known color: Palatinate Purple. HEX triplet: 6C, 10 and 5D. RGB value is (108,16,93). Sum of RGB (Red+Green+Blue) = 108+16+93=217 (28% of max value = 765). Red value is 108 (42.58% from 255 or 49.77% from 217); Green value is 16 (6.64% from 255 or 7.37% from 217); Blue value is 93 (36.72% from 255 or 42.86% from 217); Max value from RGB is 108 - color contains mainly: red. Hex color #6C105D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C105D is #93EFA2. Grayscale: #343434. Windows color (decimal): -9695139 or 6099052. OLE color: 6099052.
HSL color Cylindrical-coordinate representation of color #6C105D: hue angle of 309.78º 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 #6C105D is Cyan = 0, Magento = 0.85, Yellow = 0.14 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 16 | 93 | - |
| CMYK | 0 | 0.85 | 0.14 | 0.58 |
| HSL | 309.78º | 0.74% | 0.24% | - |
| HSV(B) | 309.78º | 0.85% | 0.42% | - |
| XYZ | 8.35 | 4.35 | 10.76 | - |
| YUV | 52.29 | 150.98 | 167.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 16 | 93 | 0 | 0.85 | 0.14 | 0.58 | 309.78 | 0.74 | 0.24 |
| Hex | 6C | 10 | 5D | 0 | 55 | E | 3A | 136 | 4A | 18 |
| Octal | 154 | 20 | 135 | 0 | 125 | 16 | 72 | 466 | 112 | 30 |
| Binary | 1101100 | 10000 | 1011101 | 0 | 1010101 | 1110 | 111010 | 100110110 | 1001010 | 11000 |
Color Harmonies of #6C105D
Complementary color
Monochromatic Colors of #6C105D
Black with #6C105D
Text Example
Text Example
White with #6C105D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C105D; }
p { color: rgb(108,16,93); }
H1.HeaderClassName
{
color: #6C105D;
}
.AnyTagClassName
{
color: #6C105D;
}
</style>
background-color css
<style>
a { background-color: #6C105D; }
a { background-color: rgb(108,16,93); }
div.DivClassName
{
background-color: #6C105D;
}
.BgClassName
{
background-color: #6C105D;
}
</style>
border-color css
<style>
span { border-color: #6C105D; }
span { border-color: rgb(108,16,93); }
td.TdClassName
{
border-color: #6C105D;
}
.TagClassName
{
border-color: #6C105D;
}
</style>