Shades of Palatinate Purple #671D69
Tints of Palatinate Purple #671D69
RGB
CMYK
RGB Variations
Color information
#671D69 (or 0x671D69) is known color: Palatinate Purple. HEX triplet: 67, 1D and 69. RGB value is (103,29,105). Sum of RGB (Red+Green+Blue) = 103+29+105=237 (31% of max value = 765). Red value is 103 (40.62% from 255 or 43.46% from 237); Green value is 29 (11.72% from 255 or 12.24% from 237); Blue value is 105 (41.41% from 255 or 44.30% from 237); Max value from RGB is 105 - color contains mainly: blue. Hex color #671D69 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #671D69 is #98E296. Grayscale: #3B3B3B. Windows color (decimal): -10019479 or 6888807. OLE color: 6888807.
HSL color Cylindrical-coordinate representation of color #671D69: hue angle of 298.42º degrees, saturation: 0.57, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #671D69 is Cyan = 0.02, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 103 | 29 | 105 | - |
| CMYK | 0.02 | 0.72 | 0 | 0.59 |
| HSL | 298.42º | 0.57% | 0.26% | - |
| HSV(B) | 298.42º | 0.72% | 0.41% | - |
| XYZ | 8.58 | 4.78 | 13.84 | - |
| YUV | 59.79 | 153.52 | 158.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 29 | 105 | 0.02 | 0.72 | 0 | 0.59 | 298.42 | 0.57 | 0.26 |
| Hex | 67 | 1D | 69 | 2 | 48 | 0 | 3B | 12A | 39 | 1A |
| Octal | 147 | 35 | 151 | 2 | 110 | 0 | 73 | 452 | 71 | 32 |
| Binary | 1100111 | 11101 | 1101001 | 10 | 1001000 | 0 | 111011 | 100101010 | 111001 | 11010 |
Color Harmonies of #671D69
Complementary color
Monochromatic Colors of #671D69
Black with #671D69
Text Example
Text Example
White with #671D69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #671D69; }
p { color: rgb(103,29,105); }
H1.HeaderClassName
{
color: #671D69;
}
.AnyTagClassName
{
color: #671D69;
}
</style>
background-color css
<style>
a { background-color: #671D69; }
a { background-color: rgb(103,29,105); }
div.DivClassName
{
background-color: #671D69;
}
.BgClassName
{
background-color: #671D69;
}
</style>
border-color css
<style>
span { border-color: #671D69; }
span { border-color: rgb(103,29,105); }
td.TdClassName
{
border-color: #671D69;
}
.TagClassName
{
border-color: #671D69;
}
</style>