Shades of Palatinate Purple #671C5E
Tints of Palatinate Purple #671C5E
RGB
CMYK
RGB Variations
Color information
#671C5E (or 0x671C5E) is known color: Palatinate Purple. HEX triplet: 67, 1C and 5E. RGB value is (103,28,94). Sum of RGB (Red+Green+Blue) = 103+28+94=225 (29% of max value = 765). Red value is 103 (40.62% from 255 or 45.78% from 225); Green value is 28 (11.33% from 255 or 12.44% from 225); Blue value is 94 (37.11% from 255 or 41.78% from 225); Max value from RGB is 103 - color contains mainly: red. Hex color #671C5E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #671C5E is #98E3A1. Grayscale: #393939. Windows color (decimal): -10019746 or 6167655. OLE color: 6167655.
HSL color Cylindrical-coordinate representation of color #671C5E: hue angle of 307.2º 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 #671C5E is Cyan = 0, Magento = 0.73, Yellow = 0.09 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 28 | 94 | - |
| CMYK | 0 | 0.73 | 0.09 | 0.60 |
| HSL | 307.2º | 0.57% | 0.26% | - |
| HSV(B) | 307.2º | 0.73% | 0.4% | - |
| XYZ | 8.03 | 4.52 | 11.04 | - |
| YUV | 57.95 | 148.35 | 160.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 28 | 94 | 0 | 0.73 | 0.09 | 0.60 | 307.2 | 0.57 | 0.26 |
| Hex | 67 | 1C | 5E | 0 | 49 | 9 | 3C | 133 | 39 | 1A |
| Octal | 147 | 34 | 136 | 0 | 111 | 11 | 74 | 463 | 71 | 32 |
| Binary | 1100111 | 11100 | 1011110 | 0 | 1001001 | 1001 | 111100 | 100110011 | 111001 | 11010 |
Color Harmonies of #671C5E
Complementary color
Monochromatic Colors of #671C5E
Black with #671C5E
Text Example
Text Example
White with #671C5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #671C5E; }
p { color: rgb(103,28,94); }
H1.HeaderClassName
{
color: #671C5E;
}
.AnyTagClassName
{
color: #671C5E;
}
</style>
background-color css
<style>
a { background-color: #671C5E; }
a { background-color: rgb(103,28,94); }
div.DivClassName
{
background-color: #671C5E;
}
.BgClassName
{
background-color: #671C5E;
}
</style>
border-color css
<style>
span { border-color: #671C5E; }
span { border-color: rgb(103,28,94); }
td.TdClassName
{
border-color: #671C5E;
}
.TagClassName
{
border-color: #671C5E;
}
</style>