Shades of Palatinate Purple #671C52
Tints of Palatinate Purple #671C52
RGB
CMYK
RGB Variations
Color information
#671C52 (or 0x671C52) is known color: Palatinate Purple. HEX triplet: 67, 1C and 52. RGB value is (103,28,82). Sum of RGB (Red+Green+Blue) = 103+28+82=213 (28% of max value = 765). Red value is 103 (40.62% from 255 or 48.36% from 213); Green value is 28 (11.33% from 255 or 13.15% from 213); Blue value is 82 (32.42% from 255 or 38.50% from 213); Max value from RGB is 103 - color contains mainly: red. Hex color #671C52 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #671C52 is #98E3AD. Grayscale: #383838. Windows color (decimal): -10019758 or 5381223. OLE color: 5381223.
HSL color Cylindrical-coordinate representation of color #671C52: hue angle of 316.8º degrees, saturation: 0.57, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #671C52 is Cyan = 0, Magento = 0.73, Yellow = 0.20 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 28 | 82 | - |
| CMYK | 0 | 0.73 | 0.20 | 0.60 |
| HSL | 316.8º | 0.57% | 0.26% | - |
| HSV(B) | 316.8º | 0.73% | 0.4% | - |
| XYZ | 7.53 | 4.32 | 8.42 | - |
| YUV | 56.58 | 142.35 | 161.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 28 | 82 | 0 | 0.73 | 0.20 | 0.60 | 316.8 | 0.57 | 0.26 |
| Hex | 67 | 1C | 52 | 0 | 49 | 14 | 3C | 13D | 39 | 1A |
| Octal | 147 | 34 | 122 | 0 | 111 | 24 | 74 | 475 | 71 | 32 |
| Binary | 1100111 | 11100 | 1010010 | 0 | 1001001 | 10100 | 111100 | 100111101 | 111001 | 11010 |
Color Harmonies of #671C52
Complementary color
Monochromatic Colors of #671C52
Black with #671C52
Text Example
Text Example
White with #671C52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #671C52; }
p { color: rgb(103,28,82); }
H1.HeaderClassName
{
color: #671C52;
}
.AnyTagClassName
{
color: #671C52;
}
</style>
background-color css
<style>
a { background-color: #671C52; }
a { background-color: rgb(103,28,82); }
div.DivClassName
{
background-color: #671C52;
}
.BgClassName
{
background-color: #671C52;
}
</style>
border-color css
<style>
span { border-color: #671C52; }
span { border-color: rgb(103,28,82); }
td.TdClassName
{
border-color: #671C52;
}
.TagClassName
{
border-color: #671C52;
}
</style>