Shades of Palatinate Purple #64185A
Tints of Palatinate Purple #64185A
RGB
CMYK
RGB Variations
Color information
#64185A (or 0x64185A) is known color: Palatinate Purple. HEX triplet: 64, 18 and 5A. RGB value is (100,24,90). Sum of RGB (Red+Green+Blue) = 100+24+90=214 (28% of max value = 765). Red value is 100 (39.45% from 255 or 46.73% from 214); Green value is 24 (9.77% from 255 or 11.21% from 214); Blue value is 90 (35.55% from 255 or 42.06% from 214); Max value from RGB is 100 - color contains mainly: red. Hex color #64185A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #64185A is #9BE7A5. Grayscale: #363636. Windows color (decimal): -10217382 or 5904484. OLE color: 5904484.
HSL color Cylindrical-coordinate representation of color #64185A: hue angle of 307.89º degrees, saturation: 0.61, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #64185A is Cyan = 0, Magento = 0.76, Yellow = 0.10 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 24 | 90 | - |
| CMYK | 0 | 0.76 | 0.10 | 0.61 |
| HSL | 307.89º | 0.61% | 0.24% | - |
| HSV(B) | 307.89º | 0.76% | 0.39% | - |
| XYZ | 7.43 | 4.1 | 10.07 | - |
| YUV | 54.25 | 148.18 | 160.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 24 | 90 | 0 | 0.76 | 0.10 | 0.61 | 307.89 | 0.61 | 0.24 |
| Hex | 64 | 18 | 5A | 0 | 4C | A | 3D | 134 | 3D | 18 |
| Octal | 144 | 30 | 132 | 0 | 114 | 12 | 75 | 464 | 75 | 30 |
| Binary | 1100100 | 11000 | 1011010 | 0 | 1001100 | 1010 | 111101 | 100110100 | 111101 | 11000 |
Color Harmonies of #64185A
Complementary color
Monochromatic Colors of #64185A
Black with #64185A
Text Example
Text Example
White with #64185A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64185A; }
p { color: rgb(100,24,90); }
H1.HeaderClassName
{
color: #64185A;
}
.AnyTagClassName
{
color: #64185A;
}
</style>
background-color css
<style>
a { background-color: #64185A; }
a { background-color: rgb(100,24,90); }
div.DivClassName
{
background-color: #64185A;
}
.BgClassName
{
background-color: #64185A;
}
</style>
border-color css
<style>
span { border-color: #64185A; }
span { border-color: rgb(100,24,90); }
td.TdClassName
{
border-color: #64185A;
}
.TagClassName
{
border-color: #64185A;
}
</style>