Shades of Palatinate Purple #641967
Tints of Palatinate Purple #641967
RGB
CMYK
RGB Variations
Color information
#641967 (or 0x641967) is known color: Palatinate Purple. HEX triplet: 64, 19 and 67. RGB value is (100,25,103). Sum of RGB (Red+Green+Blue) = 100+25+103=228 (30% of max value = 765). Red value is 100 (39.45% from 255 or 43.86% from 228); Green value is 25 (10.16% from 255 or 10.96% from 228); Blue value is 103 (40.62% from 255 or 45.18% from 228); Max value from RGB is 103 - color contains mainly: blue. Hex color #641967 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #641967 is #9BE698. Grayscale: #383838. Windows color (decimal): -10217113 or 6756708. OLE color: 6756708.
HSL color Cylindrical-coordinate representation of color #641967: hue angle of 297.69º 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 #641967 is Cyan = 0.03, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 100 | 25 | 103 | - |
| CMYK | 0.03 | 0.76 | 0 | 0.60 |
| HSL | 297.69º | 0.61% | 0.25% | - |
| HSV(B) | 297.69º | 0.76% | 0.4% | - |
| XYZ | 8.05 | 4.38 | 13.25 | - |
| YUV | 56.32 | 154.35 | 159.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 25 | 103 | 0.03 | 0.76 | 0 | 0.60 | 297.69 | 0.61 | 0.25 |
| Hex | 64 | 19 | 67 | 3 | 4C | 0 | 3C | 12A | 3D | 19 |
| Octal | 144 | 31 | 147 | 3 | 114 | 0 | 74 | 452 | 75 | 31 |
| Binary | 1100100 | 11001 | 1100111 | 11 | 1001100 | 0 | 111100 | 100101010 | 111101 | 11001 |
Color Harmonies of #641967
Complementary color
Monochromatic Colors of #641967
Black with #641967
Text Example
Text Example
White with #641967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #641967; }
p { color: rgb(100,25,103); }
H1.HeaderClassName
{
color: #641967;
}
.AnyTagClassName
{
color: #641967;
}
</style>
background-color css
<style>
a { background-color: #641967; }
a { background-color: rgb(100,25,103); }
div.DivClassName
{
background-color: #641967;
}
.BgClassName
{
background-color: #641967;
}
</style>
border-color css
<style>
span { border-color: #641967; }
span { border-color: rgb(100,25,103); }
td.TdClassName
{
border-color: #641967;
}
.TagClassName
{
border-color: #641967;
}
</style>