Shades of Palatinate Purple #671F5E
Tints of Palatinate Purple #671F5E
RGB
CMYK
RGB Variations
Color information
#671F5E (or 0x671F5E) is known color: Palatinate Purple. HEX triplet: 67, 1F and 5E. RGB value is (103,31,94). Sum of RGB (Red+Green+Blue) = 103+31+94=228 (30% of max value = 765). Red value is 103 (40.62% from 255 or 45.18% from 228); Green value is 31 (12.5% from 255 or 13.60% from 228); Blue value is 94 (37.11% from 255 or 41.23% from 228); Max value from RGB is 103 - color contains mainly: red. Hex color #671F5E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #671F5E is #98E0A1. Grayscale: #3B3B3B. Windows color (decimal): -10018978 or 6168423. OLE color: 6168423.
HSL color Cylindrical-coordinate representation of color #671F5E: hue angle of 307.5º degrees, saturation: 0.54, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #671F5E is Cyan = 0, Magento = 0.70, Yellow = 0.09 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 31 | 94 | - |
| CMYK | 0 | 0.70 | 0.09 | 0.60 |
| HSL | 307.5º | 0.54% | 0.26% | - |
| HSV(B) | 307.5º | 0.7% | 0.4% | - |
| XYZ | 8.1 | 4.67 | 11.06 | - |
| YUV | 59.71 | 147.35 | 158.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 31 | 94 | 0 | 0.70 | 0.09 | 0.60 | 307.5 | 0.54 | 0.26 |
| Hex | 67 | 1F | 5E | 0 | 46 | 9 | 3C | 134 | 36 | 1A |
| Octal | 147 | 37 | 136 | 0 | 106 | 11 | 74 | 464 | 66 | 32 |
| Binary | 1100111 | 11111 | 1011110 | 0 | 1000110 | 1001 | 111100 | 100110100 | 110110 | 11010 |
Color Harmonies of #671F5E
Complementary color
Monochromatic Colors of #671F5E
Black with #671F5E
Text Example
Text Example
White with #671F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #671F5E; }
p { color: rgb(103,31,94); }
H1.HeaderClassName
{
color: #671F5E;
}
.AnyTagClassName
{
color: #671F5E;
}
</style>
background-color css
<style>
a { background-color: #671F5E; }
a { background-color: rgb(103,31,94); }
div.DivClassName
{
background-color: #671F5E;
}
.BgClassName
{
background-color: #671F5E;
}
</style>
border-color css
<style>
span { border-color: #671F5E; }
span { border-color: rgb(103,31,94); }
td.TdClassName
{
border-color: #671F5E;
}
.TagClassName
{
border-color: #671F5E;
}
</style>