Shades of Palatinate Purple #67116C
Tints of Palatinate Purple #67116C
RGB
CMYK
RGB Variations
Color information
#67116C (or 0x67116C) is known color: Palatinate Purple. HEX triplet: 67, 11 and 6C. RGB value is (103,17,108). Sum of RGB (Red+Green+Blue) = 103+17+108=228 (30% of max value = 765). Red value is 103 (40.62% from 255 or 45.18% from 228); Green value is 17 (7.03% from 255 or 7.46% from 228); Blue value is 108 (42.58% from 255 or 47.37% from 228); Max value from RGB is 108 - color contains mainly: blue. Hex color #67116C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #67116C is #98EE93. Grayscale: #343434. Windows color (decimal): -10022548 or 7082343. OLE color: 7082343.
HSL color Cylindrical-coordinate representation of color #67116C: hue angle of 296.7º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #67116C is Cyan = 0.05, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 103 | 17 | 108 | - |
| CMYK | 0.05 | 0.84 | 0 | 0.58 |
| HSL | 296.7º | 0.73% | 0.25% | - |
| HSV(B) | 296.7º | 0.84% | 0.42% | - |
| XYZ | 8.5 | 4.37 | 14.58 | - |
| YUV | 53.09 | 158.99 | 163.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 17 | 108 | 0.05 | 0.84 | 0 | 0.58 | 296.7 | 0.73 | 0.25 |
| Hex | 67 | 11 | 6C | 5 | 54 | 0 | 3A | 129 | 49 | 19 |
| Octal | 147 | 21 | 154 | 5 | 124 | 0 | 72 | 451 | 111 | 31 |
| Binary | 1100111 | 10001 | 1101100 | 101 | 1010100 | 0 | 111010 | 100101001 | 1001001 | 11001 |
Color Harmonies of #67116C
Complementary color
Monochromatic Colors of #67116C
Black with #67116C
Text Example
Text Example
White with #67116C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67116C; }
p { color: rgb(103,17,108); }
H1.HeaderClassName
{
color: #67116C;
}
.AnyTagClassName
{
color: #67116C;
}
</style>
background-color css
<style>
a { background-color: #67116C; }
a { background-color: rgb(103,17,108); }
div.DivClassName
{
background-color: #67116C;
}
.BgClassName
{
background-color: #67116C;
}
</style>
border-color css
<style>
span { border-color: #67116C; }
span { border-color: rgb(103,17,108); }
td.TdClassName
{
border-color: #67116C;
}
.TagClassName
{
border-color: #67116C;
}
</style>