Shades of Palatinate Purple #67165B
Tints of Palatinate Purple #67165B
RGB
CMYK
RGB Variations
Color information
#67165B (or 0x67165B) is known color: Palatinate Purple. HEX triplet: 67, 16 and 5B. RGB value is (103,22,91). Sum of RGB (Red+Green+Blue) = 103+22+91=216 (28% of max value = 765). Red value is 103 (40.62% from 255 or 47.69% from 216); Green value is 22 (8.98% from 255 or 10.19% from 216); Blue value is 91 (35.94% from 255 or 42.13% from 216); Max value from RGB is 103 - color contains mainly: red. Hex color #67165B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #67165B is #98E9A4. Grayscale: #353535. Windows color (decimal): -10021285 or 5969511. OLE color: 5969511.
HSL color Cylindrical-coordinate representation of color #67165B: hue angle of 308.89º degrees, saturation: 0.65, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #67165B is Cyan = 0, Magento = 0.79, Yellow = 0.12 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 22 | 91 | - |
| CMYK | 0 | 0.79 | 0.12 | 0.60 |
| HSL | 308.89º | 0.65% | 0.25% | - |
| HSV(B) | 308.89º | 0.79% | 0.4% | - |
| XYZ | 7.77 | 4.21 | 10.3 | - |
| YUV | 54.09 | 148.84 | 162.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 22 | 91 | 0 | 0.79 | 0.12 | 0.60 | 308.89 | 0.65 | 0.25 |
| Hex | 67 | 16 | 5B | 0 | 4F | C | 3C | 135 | 41 | 19 |
| Octal | 147 | 26 | 133 | 0 | 117 | 14 | 74 | 465 | 101 | 31 |
| Binary | 1100111 | 10110 | 1011011 | 0 | 1001111 | 1100 | 111100 | 100110101 | 1000001 | 11001 |
Color Harmonies of #67165B
Complementary color
Monochromatic Colors of #67165B
Black with #67165B
Text Example
Text Example
White with #67165B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67165B; }
p { color: rgb(103,22,91); }
H1.HeaderClassName
{
color: #67165B;
}
.AnyTagClassName
{
color: #67165B;
}
</style>
background-color css
<style>
a { background-color: #67165B; }
a { background-color: rgb(103,22,91); }
div.DivClassName
{
background-color: #67165B;
}
.BgClassName
{
background-color: #67165B;
}
</style>
border-color css
<style>
span { border-color: #67165B; }
span { border-color: rgb(103,22,91); }
td.TdClassName
{
border-color: #67165B;
}
.TagClassName
{
border-color: #67165B;
}
</style>