Shades of Palatinate Purple #67175E
Tints of Palatinate Purple #67175E
RGB
CMYK
RGB Variations
Color information
#67175E (or 0x67175E) is known color: Palatinate Purple. HEX triplet: 67, 17 and 5E. RGB value is (103,23,94). Sum of RGB (Red+Green+Blue) = 103+23+94=220 (29% of max value = 765). Red value is 103 (40.62% from 255 or 46.82% from 220); Green value is 23 (9.38% from 255 or 10.45% from 220); Blue value is 94 (37.11% from 255 or 42.73% from 220); Max value from RGB is 103 - color contains mainly: red. Hex color #67175E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #67175E is #98E8A1. Grayscale: #363636. Windows color (decimal): -10021026 or 6166375. OLE color: 6166375.
HSL color Cylindrical-coordinate representation of color #67175E: hue angle of 306.75º degrees, saturation: 0.63, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #67175E is Cyan = 0, Magento = 0.78, Yellow = 0.09 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 23 | 94 | - |
| CMYK | 0 | 0.78 | 0.09 | 0.60 |
| HSL | 306.75º | 0.63% | 0.25% | - |
| HSV(B) | 306.75º | 0.78% | 0.4% | - |
| XYZ | 7.92 | 4.3 | 11 | - |
| YUV | 55.01 | 150 | 162.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 23 | 94 | 0 | 0.78 | 0.09 | 0.60 | 306.75 | 0.63 | 0.25 |
| Hex | 67 | 17 | 5E | 0 | 4E | 9 | 3C | 133 | 3F | 19 |
| Octal | 147 | 27 | 136 | 0 | 116 | 11 | 74 | 463 | 77 | 31 |
| Binary | 1100111 | 10111 | 1011110 | 0 | 1001110 | 1001 | 111100 | 100110011 | 111111 | 11001 |
Color Harmonies of #67175E
Complementary color
Monochromatic Colors of #67175E
Black with #67175E
Text Example
Text Example
White with #67175E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67175E; }
p { color: rgb(103,23,94); }
H1.HeaderClassName
{
color: #67175E;
}
.AnyTagClassName
{
color: #67175E;
}
</style>
background-color css
<style>
a { background-color: #67175E; }
a { background-color: rgb(103,23,94); }
div.DivClassName
{
background-color: #67175E;
}
.BgClassName
{
background-color: #67175E;
}
</style>
border-color css
<style>
span { border-color: #67175E; }
span { border-color: rgb(103,23,94); }
td.TdClassName
{
border-color: #67175E;
}
.TagClassName
{
border-color: #67175E;
}
</style>