Shades of Palatinate Purple #671E69
Tints of Palatinate Purple #671E69
RGB
CMYK
RGB Variations
Color information
#671E69 (or 0x671E69) is known color: Palatinate Purple. HEX triplet: 67, 1E and 69. RGB value is (103,30,105). Sum of RGB (Red+Green+Blue) = 103+30+105=238 (31% of max value = 765). Red value is 103 (40.62% from 255 or 43.28% from 238); Green value is 30 (12.11% from 255 or 12.61% from 238); Blue value is 105 (41.41% from 255 or 44.12% from 238); Max value from RGB is 105 - color contains mainly: blue. Hex color #671E69 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #671E69 is #98E196. Grayscale: #3C3C3C. Windows color (decimal): -10019223 or 6889063. OLE color: 6889063.
HSL color Cylindrical-coordinate representation of color #671E69: hue angle of 298.4º degrees, saturation: 0.56, 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 #671E69 is Cyan = 0.02, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 103 | 30 | 105 | - |
| CMYK | 0.02 | 0.71 | 0 | 0.59 |
| HSL | 298.4º | 0.56% | 0.26% | - |
| HSV(B) | 298.4º | 0.71% | 0.41% | - |
| XYZ | 8.61 | 4.83 | 13.84 | - |
| YUV | 60.38 | 153.18 | 158.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 30 | 105 | 0.02 | 0.71 | 0 | 0.59 | 298.4 | 0.56 | 0.26 |
| Hex | 67 | 1E | 69 | 2 | 47 | 0 | 3B | 12A | 38 | 1A |
| Octal | 147 | 36 | 151 | 2 | 107 | 0 | 73 | 452 | 70 | 32 |
| Binary | 1100111 | 11110 | 1101001 | 10 | 1000111 | 0 | 111011 | 100101010 | 111000 | 11010 |
Color Harmonies of #671E69
Complementary color
Monochromatic Colors of #671E69
Black with #671E69
Text Example
Text Example
White with #671E69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #671E69; }
p { color: rgb(103,30,105); }
H1.HeaderClassName
{
color: #671E69;
}
.AnyTagClassName
{
color: #671E69;
}
</style>
background-color css
<style>
a { background-color: #671E69; }
a { background-color: rgb(103,30,105); }
div.DivClassName
{
background-color: #671E69;
}
.BgClassName
{
background-color: #671E69;
}
</style>
border-color css
<style>
span { border-color: #671E69; }
span { border-color: rgb(103,30,105); }
td.TdClassName
{
border-color: #671E69;
}
.TagClassName
{
border-color: #671E69;
}
</style>