Shades of Palatinate Purple #67166A
Tints of Palatinate Purple #67166A
RGB
CMYK
RGB Variations
Color information
#67166A (or 0x67166A) is known color: Palatinate Purple. HEX triplet: 67, 16 and 6A. RGB value is (103,22,106). Sum of RGB (Red+Green+Blue) = 103+22+106=231 (30% of max value = 765). Red value is 103 (40.62% from 255 or 44.59% from 231); Green value is 22 (8.98% from 255 or 9.52% from 231); Blue value is 106 (41.80% from 255 or 45.89% from 231); Max value from RGB is 106 - color contains mainly: blue. Hex color #67166A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #67166A is #98E995. Grayscale: #373737. Windows color (decimal): -10021270 or 6952551. OLE color: 6952551.
HSL color Cylindrical-coordinate representation of color #67166A: hue angle of 297.86º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #67166A is Cyan = 0.03, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 103 | 22 | 106 | - |
| CMYK | 0.03 | 0.79 | 0 | 0.58 |
| HSL | 297.86º | 0.66% | 0.25% | - |
| HSV(B) | 297.86º | 0.79% | 0.42% | - |
| XYZ | 8.48 | 4.5 | 14.06 | - |
| YUV | 55.8 | 156.34 | 161.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 22 | 106 | 0.03 | 0.79 | 0 | 0.58 | 297.86 | 0.66 | 0.25 |
| Hex | 67 | 16 | 6A | 3 | 4F | 0 | 3A | 12A | 42 | 19 |
| Octal | 147 | 26 | 152 | 3 | 117 | 0 | 72 | 452 | 102 | 31 |
| Binary | 1100111 | 10110 | 1101010 | 11 | 1001111 | 0 | 111010 | 100101010 | 1000010 | 11001 |
Color Harmonies of #67166A
Complementary color
Monochromatic Colors of #67166A
Black with #67166A
Text Example
Text Example
White with #67166A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67166A; }
p { color: rgb(103,22,106); }
H1.HeaderClassName
{
color: #67166A;
}
.AnyTagClassName
{
color: #67166A;
}
</style>
background-color css
<style>
a { background-color: #67166A; }
a { background-color: rgb(103,22,106); }
div.DivClassName
{
background-color: #67166A;
}
.BgClassName
{
background-color: #67166A;
}
</style>
border-color css
<style>
span { border-color: #67166A; }
span { border-color: rgb(103,22,106); }
td.TdClassName
{
border-color: #67166A;
}
.TagClassName
{
border-color: #67166A;
}
</style>