Shades of Palatinate Purple #671965
Tints of Palatinate Purple #671965
RGB
CMYK
RGB Variations
Color information
#671965 (or 0x671965) is known color: Palatinate Purple. HEX triplet: 67, 19 and 65. RGB value is (103,25,101). Sum of RGB (Red+Green+Blue) = 103+25+101=229 (30% of max value = 765). Red value is 103 (40.62% from 255 or 44.98% from 229); Green value is 25 (10.16% from 255 or 10.92% from 229); Blue value is 101 (39.84% from 255 or 44.10% from 229); Max value from RGB is 103 - color contains mainly: red. Hex color #671965 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #671965 is #98E69A. Grayscale: #383838. Windows color (decimal): -10020507 or 6625639. OLE color: 6625639.
HSL color Cylindrical-coordinate representation of color #671965: hue angle of 301.54º 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 #671965 is Cyan = 0, Magento = 0.76, Yellow = 0.02 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 25 | 101 | - |
| CMYK | 0 | 0.76 | 0.02 | 0.60 |
| HSL | 301.54º | 0.61% | 0.25% | - |
| HSV(B) | 301.54º | 0.76% | 0.4% | - |
| XYZ | 8.29 | 4.52 | 12.75 | - |
| YUV | 56.99 | 152.84 | 160.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 25 | 101 | 0 | 0.76 | 0.02 | 0.60 | 301.54 | 0.61 | 0.25 |
| Hex | 67 | 19 | 65 | 0 | 4C | 2 | 3C | 12E | 3D | 19 |
| Octal | 147 | 31 | 145 | 0 | 114 | 2 | 74 | 456 | 75 | 31 |
| Binary | 1100111 | 11001 | 1100101 | 0 | 1001100 | 10 | 111100 | 100101110 | 111101 | 11001 |
Color Harmonies of #671965
Complementary color
Monochromatic Colors of #671965
Black with #671965
Text Example
Text Example
White with #671965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #671965; }
p { color: rgb(103,25,101); }
H1.HeaderClassName
{
color: #671965;
}
.AnyTagClassName
{
color: #671965;
}
</style>
background-color css
<style>
a { background-color: #671965; }
a { background-color: rgb(103,25,101); }
div.DivClassName
{
background-color: #671965;
}
.BgClassName
{
background-color: #671965;
}
</style>
border-color css
<style>
span { border-color: #671965; }
span { border-color: rgb(103,25,101); }
td.TdClassName
{
border-color: #671965;
}
.TagClassName
{
border-color: #671965;
}
</style>