Shades of Palatinate Purple #641968
Tints of Palatinate Purple #641968
RGB
CMYK
RGB Variations
Color information
#641968 (or 0x641968) is known color: Palatinate Purple. HEX triplet: 64, 19 and 68. RGB value is (100,25,104). Sum of RGB (Red+Green+Blue) = 100+25+104=229 (30% of max value = 765). Red value is 100 (39.45% from 255 or 43.67% from 229); Green value is 25 (10.16% from 255 or 10.92% from 229); Blue value is 104 (41.02% from 255 or 45.41% from 229); Max value from RGB is 104 - color contains mainly: blue. Hex color #641968 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #641968 is #9BE697. Grayscale: #383838. Windows color (decimal): -10217112 or 6822244. OLE color: 6822244.
HSL color Cylindrical-coordinate representation of color #641968: hue angle of 296.96º degrees, saturation: 0.61, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #641968 is Cyan = 0.04, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 100 | 25 | 104 | - |
| CMYK | 0.04 | 0.76 | 0 | 0.59 |
| HSL | 296.96º | 0.61% | 0.25% | - |
| HSV(B) | 296.96º | 0.76% | 0.41% | - |
| XYZ | 8.1 | 4.4 | 13.52 | - |
| YUV | 56.43 | 154.85 | 159.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 25 | 104 | 0.04 | 0.76 | 0 | 0.59 | 296.96 | 0.61 | 0.25 |
| Hex | 64 | 19 | 68 | 4 | 4C | 0 | 3B | 129 | 3D | 19 |
| Octal | 144 | 31 | 150 | 4 | 114 | 0 | 73 | 451 | 75 | 31 |
| Binary | 1100100 | 11001 | 1101000 | 100 | 1001100 | 0 | 111011 | 100101001 | 111101 | 11001 |
Color Harmonies of #641968
Complementary color
Monochromatic Colors of #641968
Black with #641968
Text Example
Text Example
White with #641968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #641968; }
p { color: rgb(100,25,104); }
H1.HeaderClassName
{
color: #641968;
}
.AnyTagClassName
{
color: #641968;
}
</style>
background-color css
<style>
a { background-color: #641968; }
a { background-color: rgb(100,25,104); }
div.DivClassName
{
background-color: #641968;
}
.BgClassName
{
background-color: #641968;
}
</style>
border-color css
<style>
span { border-color: #641968; }
span { border-color: rgb(100,25,104); }
td.TdClassName
{
border-color: #641968;
}
.TagClassName
{
border-color: #641968;
}
</style>