Shades of Palatinate Purple #671D55
Tints of Palatinate Purple #671D55
RGB
CMYK
RGB Variations
Color information
#671D55 (or 0x671D55) is known color: Palatinate Purple. HEX triplet: 67, 1D and 55. RGB value is (103,29,85). Sum of RGB (Red+Green+Blue) = 103+29+85=217 (28% of max value = 765). Red value is 103 (40.62% from 255 or 47.47% from 217); Green value is 29 (11.72% from 255 or 13.36% from 217); Blue value is 85 (33.59% from 255 or 39.17% from 217); Max value from RGB is 103 - color contains mainly: red. Hex color #671D55 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #671D55 is #98E2AA. Grayscale: #393939. Windows color (decimal): -10019499 or 5578087. OLE color: 5578087.
HSL color Cylindrical-coordinate representation of color #671D55: hue angle of 314.59º degrees, saturation: 0.56, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #671D55 is Cyan = 0, Magento = 0.72, Yellow = 0.17 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 29 | 85 | - |
| CMYK | 0 | 0.72 | 0.17 | 0.60 |
| HSL | 314.59º | 0.56% | 0.26% | - |
| HSV(B) | 314.59º | 0.72% | 0.4% | - |
| XYZ | 7.67 | 4.42 | 9.04 | - |
| YUV | 57.51 | 143.52 | 160.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 29 | 85 | 0 | 0.72 | 0.17 | 0.60 | 314.59 | 0.56 | 0.26 |
| Hex | 67 | 1D | 55 | 0 | 48 | 11 | 3C | 13B | 38 | 1A |
| Octal | 147 | 35 | 125 | 0 | 110 | 21 | 74 | 473 | 70 | 32 |
| Binary | 1100111 | 11101 | 1010101 | 0 | 1001000 | 10001 | 111100 | 100111011 | 111000 | 11010 |
Color Harmonies of #671D55
Complementary color
Monochromatic Colors of #671D55
Black with #671D55
Text Example
Text Example
White with #671D55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #671D55; }
p { color: rgb(103,29,85); }
H1.HeaderClassName
{
color: #671D55;
}
.AnyTagClassName
{
color: #671D55;
}
</style>
background-color css
<style>
a { background-color: #671D55; }
a { background-color: rgb(103,29,85); }
div.DivClassName
{
background-color: #671D55;
}
.BgClassName
{
background-color: #671D55;
}
</style>
border-color css
<style>
span { border-color: #671D55; }
span { border-color: rgb(103,29,85); }
td.TdClassName
{
border-color: #671D55;
}
.TagClassName
{
border-color: #671D55;
}
</style>