Shades of Palatinate Purple #64365A
Tints of Palatinate Purple #64365A
RGB
CMYK
RGB Variations
Color information
#64365A (or 0x64365A) is known color: Palatinate Purple. HEX triplet: 64, 36 and 5A. RGB value is (100,54,90). Sum of RGB (Red+Green+Blue) = 100+54+90=244 (32% of max value = 765). Red value is 100 (39.45% from 255 or 40.98% from 244); Green value is 54 (21.48% from 255 or 22.13% from 244); Blue value is 90 (35.55% from 255 or 36.89% from 244); Max value from RGB is 100 - color contains mainly: red. Hex color #64365A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #64365A is #9BC9A5. Grayscale: #474747. Windows color (decimal): -10209702 or 5912164. OLE color: 5912164.
HSL color Cylindrical-coordinate representation of color #64365A: hue angle of 313.04º degrees, saturation: 0.3, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #64365A is Cyan = 0, Magento = 0.46, Yellow = 0.10 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 54 | 90 | - |
| CMYK | 0 | 0.46 | 0.10 | 0.61 |
| HSL | 313.04º | 0.3% | 0.3% | - |
| HSV(B) | 313.04º | 0.46% | 0.39% | - |
| XYZ | 8.42 | 6.09 | 10.4 | - |
| YUV | 71.86 | 138.24 | 148.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 54 | 90 | 0 | 0.46 | 0.10 | 0.61 | 313.04 | 0.3 | 0.3 |
| Hex | 64 | 36 | 5A | 0 | 2E | A | 3D | 139 | 1E | 1E |
| Octal | 144 | 66 | 132 | 0 | 56 | 12 | 75 | 471 | 36 | 36 |
| Binary | 1100100 | 110110 | 1011010 | 0 | 101110 | 1010 | 111101 | 100111001 | 11110 | 11110 |
Color Harmonies of #64365A
Complementary color
Monochromatic Colors of #64365A
Black with #64365A
Text Example
Text Example
White with #64365A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64365A; }
p { color: rgb(100,54,90); }
H1.HeaderClassName
{
color: #64365A;
}
.AnyTagClassName
{
color: #64365A;
}
</style>
background-color css
<style>
a { background-color: #64365A; }
a { background-color: rgb(100,54,90); }
div.DivClassName
{
background-color: #64365A;
}
.BgClassName
{
background-color: #64365A;
}
</style>
border-color css
<style>
span { border-color: #64365A; }
span { border-color: rgb(100,54,90); }
td.TdClassName
{
border-color: #64365A;
}
.TagClassName
{
border-color: #64365A;
}
</style>