Shades of Palatinate Purple #671663
Tints of Palatinate Purple #671663
RGB
CMYK
RGB Variations
Color information
#671663 (or 0x671663) is known color: Palatinate Purple. HEX triplet: 67, 16 and 63. RGB value is (103,22,99). Sum of RGB (Red+Green+Blue) = 103+22+99=224 (29% of max value = 765). Red value is 103 (40.62% from 255 or 45.98% from 224); Green value is 22 (8.98% from 255 or 9.82% from 224); Blue value is 99 (39.06% from 255 or 44.20% from 224); Max value from RGB is 103 - color contains mainly: red. Hex color #671663 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #671663 is #98E99C. Grayscale: #363636. Windows color (decimal): -10021277 or 6493799. OLE color: 6493799.
HSL color Cylindrical-coordinate representation of color #671663: hue angle of 302.96º degrees, saturation: 0.65, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #671663 is Cyan = 0, Magento = 0.79, Yellow = 0.04 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 22 | 99 | - |
| CMYK | 0 | 0.79 | 0.04 | 0.60 |
| HSL | 302.96º | 0.65% | 0.25% | - |
| HSV(B) | 302.96º | 0.79% | 0.4% | - |
| XYZ | 8.13 | 4.36 | 12.22 | - |
| YUV | 55 | 152.84 | 162.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 22 | 99 | 0 | 0.79 | 0.04 | 0.60 | 302.96 | 0.65 | 0.25 |
| Hex | 67 | 16 | 63 | 0 | 4F | 4 | 3C | 12F | 41 | 19 |
| Octal | 147 | 26 | 143 | 0 | 117 | 4 | 74 | 457 | 101 | 31 |
| Binary | 1100111 | 10110 | 1100011 | 0 | 1001111 | 100 | 111100 | 100101111 | 1000001 | 11001 |
Color Harmonies of #671663
Complementary color
Monochromatic Colors of #671663
Black with #671663
Text Example
Text Example
White with #671663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #671663; }
p { color: rgb(103,22,99); }
H1.HeaderClassName
{
color: #671663;
}
.AnyTagClassName
{
color: #671663;
}
</style>
background-color css
<style>
a { background-color: #671663; }
a { background-color: rgb(103,22,99); }
div.DivClassName
{
background-color: #671663;
}
.BgClassName
{
background-color: #671663;
}
</style>
border-color css
<style>
span { border-color: #671663; }
span { border-color: rgb(103,22,99); }
td.TdClassName
{
border-color: #671663;
}
.TagClassName
{
border-color: #671663;
}
</style>