Shades of Palatinate Purple #671153
Tints of Palatinate Purple #671153
RGB
CMYK
RGB Variations
Color information
#671153 (or 0x671153) is known color: Palatinate Purple. HEX triplet: 67, 11 and 53. RGB value is (103,17,83). Sum of RGB (Red+Green+Blue) = 103+17+83=203 (26% of max value = 765). Red value is 103 (40.62% from 255 or 50.74% from 203); Green value is 17 (7.03% from 255 or 8.37% from 203); Blue value is 83 (32.81% from 255 or 40.89% from 203); Max value from RGB is 103 - color contains mainly: red. Hex color #671153 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #671153 is #98EEAC. Grayscale: #323232. Windows color (decimal): -10022573 or 5443943. OLE color: 5443943.
HSL color Cylindrical-coordinate representation of color #671153: hue angle of 313.95º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #671153 is Cyan = 0, Magento = 0.83, Yellow = 0.19 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 17 | 83 | - |
| CMYK | 0 | 0.83 | 0.19 | 0.60 |
| HSL | 313.95º | 0.72% | 0.24% | - |
| HSV(B) | 313.95º | 0.83% | 0.4% | - |
| XYZ | 7.36 | 3.91 | 8.55 | - |
| YUV | 50.24 | 146.49 | 165.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 17 | 83 | 0 | 0.83 | 0.19 | 0.60 | 313.95 | 0.72 | 0.24 |
| Hex | 67 | 11 | 53 | 0 | 53 | 13 | 3C | 13A | 48 | 18 |
| Octal | 147 | 21 | 123 | 0 | 123 | 23 | 74 | 472 | 110 | 30 |
| Binary | 1100111 | 10001 | 1010011 | 0 | 1010011 | 10011 | 111100 | 100111010 | 1001000 | 11000 |
Color Harmonies of #671153
Complementary color
Monochromatic Colors of #671153
Black with #671153
Text Example
Text Example
White with #671153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #671153; }
p { color: rgb(103,17,83); }
H1.HeaderClassName
{
color: #671153;
}
.AnyTagClassName
{
color: #671153;
}
</style>
background-color css
<style>
a { background-color: #671153; }
a { background-color: rgb(103,17,83); }
div.DivClassName
{
background-color: #671153;
}
.BgClassName
{
background-color: #671153;
}
</style>
border-color css
<style>
span { border-color: #671153; }
span { border-color: rgb(103,17,83); }
td.TdClassName
{
border-color: #671153;
}
.TagClassName
{
border-color: #671153;
}
</style>