Shades of Palatinate Purple #671E68
Tints of Palatinate Purple #671E68
RGB
CMYK
RGB Variations
Color information
#671E68 (or 0x671E68) is known color: Palatinate Purple. HEX triplet: 67, 1E and 68. RGB value is (103,30,104). Sum of RGB (Red+Green+Blue) = 103+30+104=237 (31% of max value = 765). Red value is 103 (40.62% from 255 or 43.46% from 237); Green value is 30 (12.11% from 255 or 12.66% from 237); Blue value is 104 (41.02% from 255 or 43.88% from 237); Max value from RGB is 104 - color contains mainly: blue. Hex color #671E68 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #671E68 is #98E197. Grayscale: #3C3C3C. Windows color (decimal): -10019224 or 6823527. OLE color: 6823527.
HSL color Cylindrical-coordinate representation of color #671E68: hue angle of 299.19º degrees, saturation: 0.55, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #671E68 is Cyan = 0.01, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 103 | 30 | 104 | - |
| CMYK | 0.01 | 0.71 | 0 | 0.59 |
| HSL | 299.19º | 0.55% | 0.26% | - |
| HSV(B) | 299.19º | 0.71% | 0.41% | - |
| XYZ | 8.56 | 4.81 | 13.57 | - |
| YUV | 60.26 | 152.68 | 158.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 30 | 104 | 0.01 | 0.71 | 0 | 0.59 | 299.19 | 0.55 | 0.26 |
| Hex | 67 | 1E | 68 | 1 | 47 | 0 | 3B | 12B | 37 | 1A |
| Octal | 147 | 36 | 150 | 1 | 107 | 0 | 73 | 453 | 67 | 32 |
| Binary | 1100111 | 11110 | 1101000 | 1 | 1000111 | 0 | 111011 | 100101011 | 110111 | 11010 |
Color Harmonies of #671E68
Complementary color
Monochromatic Colors of #671E68
Black with #671E68
Text Example
Text Example
White with #671E68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #671E68; }
p { color: rgb(103,30,104); }
H1.HeaderClassName
{
color: #671E68;
}
.AnyTagClassName
{
color: #671E68;
}
</style>
background-color css
<style>
a { background-color: #671E68; }
a { background-color: rgb(103,30,104); }
div.DivClassName
{
background-color: #671E68;
}
.BgClassName
{
background-color: #671E68;
}
</style>
border-color css
<style>
span { border-color: #671E68; }
span { border-color: rgb(103,30,104); }
td.TdClassName
{
border-color: #671E68;
}
.TagClassName
{
border-color: #671E68;
}
</style>