Shades of Palatinate Purple #67195E
Tints of Palatinate Purple #67195E
RGB
CMYK
RGB Variations
Color information
#67195E (or 0x67195E) is known color: Palatinate Purple. HEX triplet: 67, 19 and 5E. RGB value is (103,25,94). Sum of RGB (Red+Green+Blue) = 103+25+94=222 (29% of max value = 765). Red value is 103 (40.62% from 255 or 46.40% from 222); Green value is 25 (10.16% from 255 or 11.26% from 222); Blue value is 94 (37.11% from 255 or 42.34% from 222); Max value from RGB is 103 - color contains mainly: red. Hex color #67195E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #67195E is #98E6A1. Grayscale: #373737. Windows color (decimal): -10020514 or 6166887. OLE color: 6166887.
HSL color Cylindrical-coordinate representation of color #67195E: hue angle of 306.92º degrees, saturation: 0.61, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #67195E is Cyan = 0, Magento = 0.76, Yellow = 0.09 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 25 | 94 | - |
| CMYK | 0 | 0.76 | 0.09 | 0.60 |
| HSL | 306.92º | 0.61% | 0.25% | - |
| HSV(B) | 306.92º | 0.76% | 0.4% | - |
| XYZ | 7.96 | 4.39 | 11.02 | - |
| YUV | 56.19 | 149.34 | 161.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 25 | 94 | 0 | 0.76 | 0.09 | 0.60 | 306.92 | 0.61 | 0.25 |
| Hex | 67 | 19 | 5E | 0 | 4C | 9 | 3C | 133 | 3D | 19 |
| Octal | 147 | 31 | 136 | 0 | 114 | 11 | 74 | 463 | 75 | 31 |
| Binary | 1100111 | 11001 | 1011110 | 0 | 1001100 | 1001 | 111100 | 100110011 | 111101 | 11001 |
Color Harmonies of #67195E
Complementary color
Monochromatic Colors of #67195E
Black with #67195E
Text Example
Text Example
White with #67195E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67195E; }
p { color: rgb(103,25,94); }
H1.HeaderClassName
{
color: #67195E;
}
.AnyTagClassName
{
color: #67195E;
}
</style>
background-color css
<style>
a { background-color: #67195E; }
a { background-color: rgb(103,25,94); }
div.DivClassName
{
background-color: #67195E;
}
.BgClassName
{
background-color: #67195E;
}
</style>
border-color css
<style>
span { border-color: #67195E; }
span { border-color: rgb(103,25,94); }
td.TdClassName
{
border-color: #67195E;
}
.TagClassName
{
border-color: #67195E;
}
</style>