Shades of Palatinate Purple #671F54
Tints of Palatinate Purple #671F54
RGB
CMYK
RGB Variations
Color information
#671F54 (or 0x671F54) is known color: Palatinate Purple. HEX triplet: 67, 1F and 54. RGB value is (103,31,84). Sum of RGB (Red+Green+Blue) = 103+31+84=218 (28% of max value = 765). Red value is 103 (40.62% from 255 or 47.25% from 218); Green value is 31 (12.5% from 255 or 14.22% from 218); Blue value is 84 (33.20% from 255 or 38.53% from 218); Max value from RGB is 103 - color contains mainly: red. Hex color #671F54 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #671F54 is #98E0AB. Grayscale: #3A3A3A. Windows color (decimal): -10018988 or 5513063. OLE color: 5513063.
HSL color Cylindrical-coordinate representation of color #671F54: hue angle of 315.83º degrees, saturation: 0.54, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #671F54 is Cyan = 0, Magento = 0.70, Yellow = 0.18 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 31 | 84 | - |
| CMYK | 0 | 0.70 | 0.18 | 0.60 |
| HSL | 315.83º | 0.54% | 0.26% | - |
| HSV(B) | 315.83º | 0.7% | 0.4% | - |
| XYZ | 7.68 | 4.5 | 8.85 | - |
| YUV | 58.57 | 142.35 | 159.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 31 | 84 | 0 | 0.70 | 0.18 | 0.60 | 315.83 | 0.54 | 0.26 |
| Hex | 67 | 1F | 54 | 0 | 46 | 12 | 3C | 13C | 36 | 1A |
| Octal | 147 | 37 | 124 | 0 | 106 | 22 | 74 | 474 | 66 | 32 |
| Binary | 1100111 | 11111 | 1010100 | 0 | 1000110 | 10010 | 111100 | 100111100 | 110110 | 11010 |
Color Harmonies of #671F54
Complementary color
Monochromatic Colors of #671F54
Black with #671F54
Text Example
Text Example
White with #671F54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #671F54; }
p { color: rgb(103,31,84); }
H1.HeaderClassName
{
color: #671F54;
}
.AnyTagClassName
{
color: #671F54;
}
</style>
background-color css
<style>
a { background-color: #671F54; }
a { background-color: rgb(103,31,84); }
div.DivClassName
{
background-color: #671F54;
}
.BgClassName
{
background-color: #671F54;
}
</style>
border-color css
<style>
span { border-color: #671F54; }
span { border-color: rgb(103,31,84); }
td.TdClassName
{
border-color: #671F54;
}
.TagClassName
{
border-color: #671F54;
}
</style>