Shades of Palatinate Purple #671F62
Tints of Palatinate Purple #671F62
RGB
CMYK
RGB Variations
Color information
#671F62 (or 0x671F62) is known color: Palatinate Purple. HEX triplet: 67, 1F and 62. RGB value is (103,31,98). Sum of RGB (Red+Green+Blue) = 103+31+98=232 (30% of max value = 765). Red value is 103 (40.62% from 255 or 44.40% from 232); Green value is 31 (12.5% from 255 or 13.36% from 232); Blue value is 98 (38.67% from 255 or 42.24% from 232); Max value from RGB is 103 - color contains mainly: red. Hex color #671F62 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #671F62 is #98E09D. Grayscale: #3B3B3B. Windows color (decimal): -10018974 or 6430567. OLE color: 6430567.
HSL color Cylindrical-coordinate representation of color #671F62: hue angle of 304.17º 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 #671F62 is Cyan = 0, Magento = 0.70, Yellow = 0.05 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 31 | 98 | - |
| CMYK | 0 | 0.70 | 0.05 | 0.60 |
| HSL | 304.17º | 0.54% | 0.26% | - |
| HSV(B) | 304.17º | 0.7% | 0.4% | - |
| XYZ | 8.29 | 4.75 | 12.03 | - |
| YUV | 60.17 | 149.35 | 158.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 31 | 98 | 0 | 0.70 | 0.05 | 0.60 | 304.17 | 0.54 | 0.26 |
| Hex | 67 | 1F | 62 | 0 | 46 | 5 | 3C | 130 | 36 | 1A |
| Octal | 147 | 37 | 142 | 0 | 106 | 5 | 74 | 460 | 66 | 32 |
| Binary | 1100111 | 11111 | 1100010 | 0 | 1000110 | 101 | 111100 | 100110000 | 110110 | 11010 |
Color Harmonies of #671F62
Complementary color
Monochromatic Colors of #671F62
Black with #671F62
Text Example
Text Example
White with #671F62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #671F62; }
p { color: rgb(103,31,98); }
H1.HeaderClassName
{
color: #671F62;
}
.AnyTagClassName
{
color: #671F62;
}
</style>
background-color css
<style>
a { background-color: #671F62; }
a { background-color: rgb(103,31,98); }
div.DivClassName
{
background-color: #671F62;
}
.BgClassName
{
background-color: #671F62;
}
</style>
border-color css
<style>
span { border-color: #671F62; }
span { border-color: rgb(103,31,98); }
td.TdClassName
{
border-color: #671F62;
}
.TagClassName
{
border-color: #671F62;
}
</style>