Shades of Palatinate Purple #67106E
Tints of Palatinate Purple #67106E
RGB
CMYK
RGB Variations
Color information
#67106E (or 0x67106E) is known color: Palatinate Purple. HEX triplet: 67, 10 and 6E. RGB value is (103,16,110). Sum of RGB (Red+Green+Blue) = 103+16+110=229 (30% of max value = 765). Red value is 103 (40.62% from 255 or 44.98% from 229); Green value is 16 (6.64% from 255 or 6.99% from 229); Blue value is 110 (43.36% from 255 or 48.03% from 229); Max value from RGB is 110 - color contains mainly: blue. Hex color #67106E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #67106E is #98EF91. Grayscale: #343434. Windows color (decimal): -10022802 or 7213159. OLE color: 7213159.
HSL color Cylindrical-coordinate representation of color #67106E: hue angle of 295.53º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #67106E is Cyan = 0.06, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 103 | 16 | 110 | - |
| CMYK | 0.06 | 0.85 | 0 | 0.57 |
| HSL | 295.53º | 0.75% | 0.25% | - |
| HSV(B) | 295.53º | 0.85% | 0.43% | - |
| XYZ | 8.59 | 4.38 | 15.14 | - |
| YUV | 52.73 | 160.32 | 163.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 16 | 110 | 0.06 | 0.85 | 0 | 0.57 | 295.53 | 0.75 | 0.25 |
| Hex | 67 | 10 | 6E | 6 | 55 | 0 | 39 | 128 | 4B | 19 |
| Octal | 147 | 20 | 156 | 6 | 125 | 0 | 71 | 450 | 113 | 31 |
| Binary | 1100111 | 10000 | 1101110 | 110 | 1010101 | 0 | 111001 | 100101000 | 1001011 | 11001 |
Color Harmonies of #67106E
Complementary color
Monochromatic Colors of #67106E
Black with #67106E
Text Example
Text Example
White with #67106E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67106E; }
p { color: rgb(103,16,110); }
H1.HeaderClassName
{
color: #67106E;
}
.AnyTagClassName
{
color: #67106E;
}
</style>
background-color css
<style>
a { background-color: #67106E; }
a { background-color: rgb(103,16,110); }
div.DivClassName
{
background-color: #67106E;
}
.BgClassName
{
background-color: #67106E;
}
</style>
border-color css
<style>
span { border-color: #67106E; }
span { border-color: rgb(103,16,110); }
td.TdClassName
{
border-color: #67106E;
}
.TagClassName
{
border-color: #67106E;
}
</style>