Shades of Palatinate Purple #673157
Tints of Palatinate Purple #673157
RGB
CMYK
RGB Variations
Color information
#673157 (or 0x673157) is known color: Palatinate Purple. HEX triplet: 67, 31 and 57. RGB value is (103,49,87). Sum of RGB (Red+Green+Blue) = 103+49+87=239 (31% of max value = 765). Red value is 103 (40.62% from 255 or 43.10% from 239); Green value is 49 (19.53% from 255 or 20.50% from 239); Blue value is 87 (34.38% from 255 or 36.40% from 239); Max value from RGB is 103 - color contains mainly: red. Hex color #673157 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #673157 is #98CEA8. Grayscale: #454545. Windows color (decimal): -10014377 or 5714279. OLE color: 5714279.
HSL color Cylindrical-coordinate representation of color #673157: hue angle of 317.78º 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 #673157 is Cyan = 0, Magento = 0.52, Yellow = 0.16 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 49 | 87 | - |
| CMYK | 0 | 0.52 | 0.16 | 0.60 |
| HSL | 317.78º | 0.36% | 0.3% | - |
| HSV(B) | 317.78º | 0.52% | 0.4% | - |
| XYZ | 8.41 | 5.77 | 9.69 | - |
| YUV | 69.48 | 137.89 | 151.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 49 | 87 | 0 | 0.52 | 0.16 | 0.60 | 317.78 | 0.36 | 0.3 |
| Hex | 67 | 31 | 57 | 0 | 34 | 10 | 3C | 13E | 24 | 1E |
| Octal | 147 | 61 | 127 | 0 | 64 | 20 | 74 | 476 | 44 | 36 |
| Binary | 1100111 | 110001 | 1010111 | 0 | 110100 | 10000 | 111100 | 100111110 | 100100 | 11110 |
Color Harmonies of #673157
Complementary color
Monochromatic Colors of #673157
Black with #673157
Text Example
Text Example
White with #673157
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #673157; }
p { color: rgb(103,49,87); }
H1.HeaderClassName
{
color: #673157;
}
.AnyTagClassName
{
color: #673157;
}
</style>
background-color css
<style>
a { background-color: #673157; }
a { background-color: rgb(103,49,87); }
div.DivClassName
{
background-color: #673157;
}
.BgClassName
{
background-color: #673157;
}
</style>
border-color css
<style>
span { border-color: #673157; }
span { border-color: rgb(103,49,87); }
td.TdClassName
{
border-color: #673157;
}
.TagClassName
{
border-color: #673157;
}
</style>