Shades of Palatinate Purple #671964
Tints of Palatinate Purple #671964
RGB
CMYK
RGB Variations
Color information
#671964 (or 0x671964) is known color: Palatinate Purple. HEX triplet: 67, 19 and 64. RGB value is (103,25,100). Sum of RGB (Red+Green+Blue) = 103+25+100=228 (30% of max value = 765). Red value is 103 (40.62% from 255 or 45.18% from 228); Green value is 25 (10.16% from 255 or 10.96% from 228); Blue value is 100 (39.45% from 255 or 43.86% from 228); Max value from RGB is 103 - color contains mainly: red. Hex color #671964 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #671964 is #98E69B. Grayscale: #383838. Windows color (decimal): -10020508 or 6560103. OLE color: 6560103.
HSL color Cylindrical-coordinate representation of color #671964: hue angle of 302.31º degrees, saturation: 0.61, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #671964 is Cyan = 0, Magento = 0.76, Yellow = 0.03 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 25 | 100 | - |
| CMYK | 0 | 0.76 | 0.03 | 0.60 |
| HSL | 302.31º | 0.61% | 0.25% | - |
| HSV(B) | 302.31º | 0.76% | 0.4% | - |
| XYZ | 8.24 | 4.5 | 12.49 | - |
| YUV | 56.87 | 152.34 | 160.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 25 | 100 | 0 | 0.76 | 0.03 | 0.60 | 302.31 | 0.61 | 0.25 |
| Hex | 67 | 19 | 64 | 0 | 4C | 3 | 3C | 12E | 3D | 19 |
| Octal | 147 | 31 | 144 | 0 | 114 | 3 | 74 | 456 | 75 | 31 |
| Binary | 1100111 | 11001 | 1100100 | 0 | 1001100 | 11 | 111100 | 100101110 | 111101 | 11001 |
Color Harmonies of #671964
Complementary color
Monochromatic Colors of #671964
Black with #671964
Text Example
Text Example
White with #671964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #671964; }
p { color: rgb(103,25,100); }
H1.HeaderClassName
{
color: #671964;
}
.AnyTagClassName
{
color: #671964;
}
</style>
background-color css
<style>
a { background-color: #671964; }
a { background-color: rgb(103,25,100); }
div.DivClassName
{
background-color: #671964;
}
.BgClassName
{
background-color: #671964;
}
</style>
border-color css
<style>
span { border-color: #671964; }
span { border-color: rgb(103,25,100); }
td.TdClassName
{
border-color: #671964;
}
.TagClassName
{
border-color: #671964;
}
</style>