Shades of Palatinate Purple #67195B
Tints of Palatinate Purple #67195B
RGB
CMYK
RGB Variations
Color information
#67195B (or 0x67195B) is known color: Palatinate Purple. HEX triplet: 67, 19 and 5B. RGB value is (103,25,91). Sum of RGB (Red+Green+Blue) = 103+25+91=219 (29% of max value = 765). Red value is 103 (40.62% from 255 or 47.03% from 219); Green value is 25 (10.16% from 255 or 11.42% from 219); Blue value is 91 (35.94% from 255 or 41.55% from 219); Max value from RGB is 103 - color contains mainly: red. Hex color #67195B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #67195B is #98E6A4. Grayscale: #373737. Windows color (decimal): -10020517 or 5970279. OLE color: 5970279.
HSL color Cylindrical-coordinate representation of color #67195B: hue angle of 309.23º 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 #67195B is Cyan = 0, Magento = 0.76, Yellow = 0.12 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 25 | 91 | - |
| CMYK | 0 | 0.76 | 0.12 | 0.60 |
| HSL | 309.23º | 0.61% | 0.25% | - |
| HSV(B) | 309.23º | 0.76% | 0.4% | - |
| XYZ | 7.83 | 4.33 | 10.32 | - |
| YUV | 55.85 | 147.84 | 161.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 25 | 91 | 0 | 0.76 | 0.12 | 0.60 | 309.23 | 0.61 | 0.25 |
| Hex | 67 | 19 | 5B | 0 | 4C | C | 3C | 135 | 3D | 19 |
| Octal | 147 | 31 | 133 | 0 | 114 | 14 | 74 | 465 | 75 | 31 |
| Binary | 1100111 | 11001 | 1011011 | 0 | 1001100 | 1100 | 111100 | 100110101 | 111101 | 11001 |
Color Harmonies of #67195B
Complementary color
Monochromatic Colors of #67195B
Black with #67195B
Text Example
Text Example
White with #67195B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67195B; }
p { color: rgb(103,25,91); }
H1.HeaderClassName
{
color: #67195B;
}
.AnyTagClassName
{
color: #67195B;
}
</style>
background-color css
<style>
a { background-color: #67195B; }
a { background-color: rgb(103,25,91); }
div.DivClassName
{
background-color: #67195B;
}
.BgClassName
{
background-color: #67195B;
}
</style>
border-color css
<style>
span { border-color: #67195B; }
span { border-color: rgb(103,25,91); }
td.TdClassName
{
border-color: #67195B;
}
.TagClassName
{
border-color: #67195B;
}
</style>