Shades of Palatinate Purple #67166D
Tints of Palatinate Purple #67166D
RGB
CMYK
RGB Variations
Color information
#67166D (or 0x67166D) is known color: Palatinate Purple. HEX triplet: 67, 16 and 6D. RGB value is (103,22,109). Sum of RGB (Red+Green+Blue) = 103+22+109=234 (30% of max value = 765). Red value is 103 (40.62% from 255 or 44.02% from 234); Green value is 22 (8.98% from 255 or 9.40% from 234); Blue value is 109 (42.97% from 255 or 46.58% from 234); Max value from RGB is 109 - color contains mainly: blue. Hex color #67166D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #67166D is #98E992. Grayscale: #373737. Windows color (decimal): -10021267 or 7149159. OLE color: 7149159.
HSL color Cylindrical-coordinate representation of color #67166D: hue angle of 295.86º degrees, saturation: 0.66, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #67166D is Cyan = 0.06, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 103 | 22 | 109 | - |
| CMYK | 0.06 | 0.80 | 0 | 0.57 |
| HSL | 295.86º | 0.66% | 0.26% | - |
| HSV(B) | 295.86º | 0.8% | 0.43% | - |
| XYZ | 8.64 | 4.56 | 14.89 | - |
| YUV | 56.14 | 157.84 | 161.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 22 | 109 | 0.06 | 0.80 | 0 | 0.57 | 295.86 | 0.66 | 0.26 |
| Hex | 67 | 16 | 6D | 6 | 50 | 0 | 39 | 128 | 42 | 1A |
| Octal | 147 | 26 | 155 | 6 | 120 | 0 | 71 | 450 | 102 | 32 |
| Binary | 1100111 | 10110 | 1101101 | 110 | 1010000 | 0 | 111001 | 100101000 | 1000010 | 11010 |
Color Harmonies of #67166D
Complementary color
Monochromatic Colors of #67166D
Black with #67166D
Text Example
Text Example
White with #67166D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67166D; }
p { color: rgb(103,22,109); }
H1.HeaderClassName
{
color: #67166D;
}
.AnyTagClassName
{
color: #67166D;
}
</style>
background-color css
<style>
a { background-color: #67166D; }
a { background-color: rgb(103,22,109); }
div.DivClassName
{
background-color: #67166D;
}
.BgClassName
{
background-color: #67166D;
}
</style>
border-color css
<style>
span { border-color: #67166D; }
span { border-color: rgb(103,22,109); }
td.TdClassName
{
border-color: #67166D;
}
.TagClassName
{
border-color: #67166D;
}
</style>