Shades of Palatinate Purple #671A53
Tints of Palatinate Purple #671A53
RGB
CMYK
RGB Variations
Color information
#671A53 (or 0x671A53) is known color: Palatinate Purple. HEX triplet: 67, 1A and 53. RGB value is (103,26,83). Sum of RGB (Red+Green+Blue) = 103+26+83=212 (28% of max value = 765). Red value is 103 (40.62% from 255 or 48.58% from 212); Green value is 26 (10.55% from 255 or 12.26% from 212); Blue value is 83 (32.81% from 255 or 39.15% from 212); Max value from RGB is 103 - color contains mainly: red. Hex color #671A53 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #671A53 is #98E5AC. Grayscale: #373737. Windows color (decimal): -10020269 or 5446247. OLE color: 5446247.
HSL color Cylindrical-coordinate representation of color #671A53: hue angle of 315.58º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #671A53 is Cyan = 0, Magento = 0.75, Yellow = 0.19 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 26 | 83 | - |
| CMYK | 0 | 0.75 | 0.19 | 0.60 |
| HSL | 315.58º | 0.6% | 0.25% | - |
| HSV(B) | 315.58º | 0.75% | 0.4% | - |
| XYZ | 7.52 | 4.25 | 8.61 | - |
| YUV | 55.52 | 143.51 | 161.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 26 | 83 | 0 | 0.75 | 0.19 | 0.60 | 315.58 | 0.6 | 0.25 |
| Hex | 67 | 1A | 53 | 0 | 4B | 13 | 3C | 13C | 3C | 19 |
| Octal | 147 | 32 | 123 | 0 | 113 | 23 | 74 | 474 | 74 | 31 |
| Binary | 1100111 | 11010 | 1010011 | 0 | 1001011 | 10011 | 111100 | 100111100 | 111100 | 11001 |
Color Harmonies of #671A53
Complementary color
Monochromatic Colors of #671A53
Black with #671A53
Text Example
Text Example
White with #671A53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #671A53; }
p { color: rgb(103,26,83); }
H1.HeaderClassName
{
color: #671A53;
}
.AnyTagClassName
{
color: #671A53;
}
</style>
background-color css
<style>
a { background-color: #671A53; }
a { background-color: rgb(103,26,83); }
div.DivClassName
{
background-color: #671A53;
}
.BgClassName
{
background-color: #671A53;
}
</style>
border-color css
<style>
span { border-color: #671A53; }
span { border-color: rgb(103,26,83); }
td.TdClassName
{
border-color: #671A53;
}
.TagClassName
{
border-color: #671A53;
}
</style>