Shades of Palatinate Purple #641A68
Tints of Palatinate Purple #641A68
RGB
CMYK
RGB Variations
Color information
#641A68 (or 0x641A68) is known color: Palatinate Purple. HEX triplet: 64, 1A and 68. RGB value is (100,26,104). Sum of RGB (Red+Green+Blue) = 100+26+104=230 (30% of max value = 765). Red value is 100 (39.45% from 255 or 43.48% from 230); Green value is 26 (10.55% from 255 or 11.30% from 230); Blue value is 104 (41.02% from 255 or 45.22% from 230); Max value from RGB is 104 - color contains mainly: blue. Hex color #641A68 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #641A68 is #9BE597. Grayscale: #383838. Windows color (decimal): -10216856 or 6822500. OLE color: 6822500.
HSL color Cylindrical-coordinate representation of color #641A68: hue angle of 296.92º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #641A68 is Cyan = 0.04, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 100 | 26 | 104 | - |
| CMYK | 0.04 | 0.75 | 0 | 0.59 |
| HSL | 296.92º | 0.6% | 0.25% | - |
| HSV(B) | 296.92º | 0.75% | 0.41% | - |
| XYZ | 8.12 | 4.45 | 13.53 | - |
| YUV | 57.02 | 154.52 | 158.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 26 | 104 | 0.04 | 0.75 | 0 | 0.59 | 296.92 | 0.6 | 0.25 |
| Hex | 64 | 1A | 68 | 4 | 4B | 0 | 3B | 129 | 3C | 19 |
| Octal | 144 | 32 | 150 | 4 | 113 | 0 | 73 | 451 | 74 | 31 |
| Binary | 1100100 | 11010 | 1101000 | 100 | 1001011 | 0 | 111011 | 100101001 | 111100 | 11001 |
Color Harmonies of #641A68
Complementary color
Monochromatic Colors of #641A68
Black with #641A68
Text Example
Text Example
White with #641A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #641A68; }
p { color: rgb(100,26,104); }
H1.HeaderClassName
{
color: #641A68;
}
.AnyTagClassName
{
color: #641A68;
}
</style>
background-color css
<style>
a { background-color: #641A68; }
a { background-color: rgb(100,26,104); }
div.DivClassName
{
background-color: #641A68;
}
.BgClassName
{
background-color: #641A68;
}
</style>
border-color css
<style>
span { border-color: #641A68; }
span { border-color: rgb(100,26,104); }
td.TdClassName
{
border-color: #641A68;
}
.TagClassName
{
border-color: #641A68;
}
</style>