Shades of Palatinate Purple #671F68
Tints of Palatinate Purple #671F68
RGB
CMYK
RGB Variations
Color information
#671F68 (or 0x671F68) is known color: Palatinate Purple. HEX triplet: 67, 1F and 68. RGB value is (103,31,104). Sum of RGB (Red+Green+Blue) = 103+31+104=238 (31% of max value = 765). Red value is 103 (40.62% from 255 or 43.28% from 238); Green value is 31 (12.5% from 255 or 13.03% from 238); Blue value is 104 (41.02% from 255 or 43.70% from 238); Max value from RGB is 104 - color contains mainly: blue. Hex color #671F68 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #671F68 is #98E097. Grayscale: #3C3C3C. Windows color (decimal): -10018968 or 6823783. OLE color: 6823783.
HSL color Cylindrical-coordinate representation of color #671F68: hue angle of 299.18º degrees, saturation: 0.54, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #671F68 is Cyan = 0.01, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 103 | 31 | 104 | - |
| CMYK | 0.01 | 0.70 | 0 | 0.59 |
| HSL | 299.18º | 0.54% | 0.26% | - |
| HSV(B) | 299.18º | 0.7% | 0.41% | - |
| XYZ | 8.58 | 4.86 | 13.58 | - |
| YUV | 60.85 | 152.35 | 158.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 31 | 104 | 0.01 | 0.70 | 0 | 0.59 | 299.18 | 0.54 | 0.26 |
| Hex | 67 | 1F | 68 | 1 | 46 | 0 | 3B | 12B | 36 | 1A |
| Octal | 147 | 37 | 150 | 1 | 106 | 0 | 73 | 453 | 66 | 32 |
| Binary | 1100111 | 11111 | 1101000 | 1 | 1000110 | 0 | 111011 | 100101011 | 110110 | 11010 |
Color Harmonies of #671F68
Complementary color
Monochromatic Colors of #671F68
Black with #671F68
Text Example
Text Example
White with #671F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #671F68; }
p { color: rgb(103,31,104); }
H1.HeaderClassName
{
color: #671F68;
}
.AnyTagClassName
{
color: #671F68;
}
</style>
background-color css
<style>
a { background-color: #671F68; }
a { background-color: rgb(103,31,104); }
div.DivClassName
{
background-color: #671F68;
}
.BgClassName
{
background-color: #671F68;
}
</style>
border-color css
<style>
span { border-color: #671F68; }
span { border-color: rgb(103,31,104); }
td.TdClassName
{
border-color: #671F68;
}
.TagClassName
{
border-color: #671F68;
}
</style>