Shades of Palatinate Purple #67106D
Tints of Palatinate Purple #67106D
RGB
CMYK
RGB Variations
Color information
#67106D (or 0x67106D) is known color: Palatinate Purple. HEX triplet: 67, 10 and 6D. RGB value is (103,16,109). Sum of RGB (Red+Green+Blue) = 103+16+109=228 (30% of max value = 765). Red value is 103 (40.62% from 255 or 45.18% from 228); Green value is 16 (6.64% from 255 or 7.02% from 228); Blue value is 109 (42.97% from 255 or 47.81% from 228); Max value from RGB is 109 - color contains mainly: blue. Hex color #67106D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #67106D is #98EF92. Grayscale: #343434. Windows color (decimal): -10022803 or 7147623. OLE color: 7147623.
HSL color Cylindrical-coordinate representation of color #67106D: hue angle of 296.13º degrees, saturation: 0.74, 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 #67106D is Cyan = 0.06, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 103 | 16 | 109 | - |
| CMYK | 0.06 | 0.85 | 0 | 0.57 |
| HSL | 296.13º | 0.74% | 0.25% | - |
| HSV(B) | 296.13º | 0.85% | 0.43% | - |
| XYZ | 8.54 | 4.36 | 14.86 | - |
| YUV | 52.62 | 159.82 | 163.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 16 | 109 | 0.06 | 0.85 | 0 | 0.57 | 296.13 | 0.74 | 0.25 |
| Hex | 67 | 10 | 6D | 6 | 55 | 0 | 39 | 128 | 4A | 19 |
| Octal | 147 | 20 | 155 | 6 | 125 | 0 | 71 | 450 | 112 | 31 |
| Binary | 1100111 | 10000 | 1101101 | 110 | 1010101 | 0 | 111001 | 100101000 | 1001010 | 11001 |
Color Harmonies of #67106D
Complementary color
Monochromatic Colors of #67106D
Black with #67106D
Text Example
Text Example
White with #67106D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67106D; }
p { color: rgb(103,16,109); }
H1.HeaderClassName
{
color: #67106D;
}
.AnyTagClassName
{
color: #67106D;
}
</style>
background-color css
<style>
a { background-color: #67106D; }
a { background-color: rgb(103,16,109); }
div.DivClassName
{
background-color: #67106D;
}
.BgClassName
{
background-color: #67106D;
}
</style>
border-color css
<style>
span { border-color: #67106D; }
span { border-color: rgb(103,16,109); }
td.TdClassName
{
border-color: #67106D;
}
.TagClassName
{
border-color: #67106D;
}
</style>