Shades of Palatinate Purple #673153
Tints of Palatinate Purple #673153
RGB
CMYK
RGB Variations
Color information
#673153 (or 0x673153) is known color: Palatinate Purple. HEX triplet: 67, 31 and 53. RGB value is (103,49,83). Sum of RGB (Red+Green+Blue) = 103+49+83=235 (31% of max value = 765). Red value is 103 (40.62% from 255 or 43.83% from 235); Green value is 49 (19.53% from 255 or 20.85% from 235); Blue value is 83 (32.81% from 255 or 35.32% from 235); Max value from RGB is 103 - color contains mainly: red. Hex color #673153 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #673153 is #98CEAC. Grayscale: #444444. Windows color (decimal): -10014381 or 5452135. OLE color: 5452135.
HSL color Cylindrical-coordinate representation of color #673153: hue angle of 322.22º degrees, saturation: 0.36, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #673153 is Cyan = 0, Magento = 0.52, Yellow = 0.19 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 49 | 83 | - |
| CMYK | 0 | 0.52 | 0.19 | 0.60 |
| HSL | 322.22º | 0.36% | 0.3% | - |
| HSV(B) | 322.22º | 0.52% | 0.4% | - |
| XYZ | 8.25 | 5.7 | 8.85 | - |
| YUV | 69.02 | 135.89 | 152.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 49 | 83 | 0 | 0.52 | 0.19 | 0.60 | 322.22 | 0.36 | 0.3 |
| Hex | 67 | 31 | 53 | 0 | 34 | 13 | 3C | 142 | 24 | 1E |
| Octal | 147 | 61 | 123 | 0 | 64 | 23 | 74 | 502 | 44 | 36 |
| Binary | 1100111 | 110001 | 1010011 | 0 | 110100 | 10011 | 111100 | 101000010 | 100100 | 11110 |
Color Harmonies of #673153
Complementary color
Monochromatic Colors of #673153
Black with #673153
Text Example
Text Example
White with #673153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #673153; }
p { color: rgb(103,49,83); }
H1.HeaderClassName
{
color: #673153;
}
.AnyTagClassName
{
color: #673153;
}
</style>
background-color css
<style>
a { background-color: #673153; }
a { background-color: rgb(103,49,83); }
div.DivClassName
{
background-color: #673153;
}
.BgClassName
{
background-color: #673153;
}
</style>
border-color css
<style>
span { border-color: #673153; }
span { border-color: rgb(103,49,83); }
td.TdClassName
{
border-color: #673153;
}
.TagClassName
{
border-color: #673153;
}
</style>