Shades of Palatinate Purple #671A52
Tints of Palatinate Purple #671A52
RGB
CMYK
RGB Variations
Color information
#671A52 (or 0x671A52) is known color: Palatinate Purple. HEX triplet: 67, 1A and 52. RGB value is (103,26,82). Sum of RGB (Red+Green+Blue) = 103+26+82=211 (27% of max value = 765). Red value is 103 (40.62% from 255 or 48.82% from 211); Green value is 26 (10.55% from 255 or 12.32% from 211); Blue value is 82 (32.42% from 255 or 38.86% from 211); Max value from RGB is 103 - color contains mainly: red. Hex color #671A52 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #671A52 is #98E5AD. Grayscale: #373737. Windows color (decimal): -10020270 or 5380711. OLE color: 5380711.
HSL color Cylindrical-coordinate representation of color #671A52: hue angle of 316.36º 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 #671A52 is Cyan = 0, Magento = 0.75, Yellow = 0.20 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 26 | 82 | - |
| CMYK | 0 | 0.75 | 0.20 | 0.60 |
| HSL | 316.36º | 0.6% | 0.25% | - |
| HSV(B) | 316.36º | 0.75% | 0.4% | - |
| XYZ | 7.49 | 4.23 | 8.4 | - |
| YUV | 55.41 | 143.01 | 161.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 26 | 82 | 0 | 0.75 | 0.20 | 0.60 | 316.36 | 0.6 | 0.25 |
| Hex | 67 | 1A | 52 | 0 | 4B | 14 | 3C | 13C | 3C | 19 |
| Octal | 147 | 32 | 122 | 0 | 113 | 24 | 74 | 474 | 74 | 31 |
| Binary | 1100111 | 11010 | 1010010 | 0 | 1001011 | 10100 | 111100 | 100111100 | 111100 | 11001 |
Color Harmonies of #671A52
Complementary color
Monochromatic Colors of #671A52
Black with #671A52
Text Example
Text Example
White with #671A52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #671A52; }
p { color: rgb(103,26,82); }
H1.HeaderClassName
{
color: #671A52;
}
.AnyTagClassName
{
color: #671A52;
}
</style>
background-color css
<style>
a { background-color: #671A52; }
a { background-color: rgb(103,26,82); }
div.DivClassName
{
background-color: #671A52;
}
.BgClassName
{
background-color: #671A52;
}
</style>
border-color css
<style>
span { border-color: #671A52; }
span { border-color: rgb(103,26,82); }
td.TdClassName
{
border-color: #671A52;
}
.TagClassName
{
border-color: #671A52;
}
</style>