Shades of Palatinate Purple #671A59
Tints of Palatinate Purple #671A59
RGB
CMYK
RGB Variations
Color information
#671A59 (or 0x671A59) is known color: Palatinate Purple. HEX triplet: 67, 1A and 59. RGB value is (103,26,89). Sum of RGB (Red+Green+Blue) = 103+26+89=218 (28% of max value = 765). Red value is 103 (40.62% from 255 or 47.25% from 218); Green value is 26 (10.55% from 255 or 11.93% from 218); Blue value is 89 (35.16% from 255 or 40.83% from 218); Max value from RGB is 103 - color contains mainly: red. Hex color #671A59 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #671A59 is #98E5A6. Grayscale: #383838. Windows color (decimal): -10020263 or 5839463. OLE color: 5839463.
HSL color Cylindrical-coordinate representation of color #671A59: hue angle of 310.91º 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 #671A59 is Cyan = 0, Magento = 0.75, Yellow = 0.14 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 26 | 89 | - |
| CMYK | 0 | 0.75 | 0.14 | 0.60 |
| HSL | 310.91º | 0.6% | 0.25% | - |
| HSV(B) | 310.91º | 0.75% | 0.4% | - |
| XYZ | 7.77 | 4.34 | 9.88 | - |
| YUV | 56.21 | 146.51 | 161.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 26 | 89 | 0 | 0.75 | 0.14 | 0.60 | 310.91 | 0.6 | 0.25 |
| Hex | 67 | 1A | 59 | 0 | 4B | E | 3C | 137 | 3C | 19 |
| Octal | 147 | 32 | 131 | 0 | 113 | 16 | 74 | 467 | 74 | 31 |
| Binary | 1100111 | 11010 | 1011001 | 0 | 1001011 | 1110 | 111100 | 100110111 | 111100 | 11001 |
Color Harmonies of #671A59
Complementary color
Monochromatic Colors of #671A59
Black with #671A59
Text Example
Text Example
White with #671A59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #671A59; }
p { color: rgb(103,26,89); }
H1.HeaderClassName
{
color: #671A59;
}
.AnyTagClassName
{
color: #671A59;
}
</style>
background-color css
<style>
a { background-color: #671A59; }
a { background-color: rgb(103,26,89); }
div.DivClassName
{
background-color: #671A59;
}
.BgClassName
{
background-color: #671A59;
}
</style>
border-color css
<style>
span { border-color: #671A59; }
span { border-color: rgb(103,26,89); }
td.TdClassName
{
border-color: #671A59;
}
.TagClassName
{
border-color: #671A59;
}
</style>