Shades of Palatinate Purple #64185B
Tints of Palatinate Purple #64185B
RGB
CMYK
RGB Variations
Color information
#64185B (or 0x64185B) is known color: Palatinate Purple. HEX triplet: 64, 18 and 5B. RGB value is (100,24,91). Sum of RGB (Red+Green+Blue) = 100+24+91=215 (28% of max value = 765). Red value is 100 (39.45% from 255 or 46.51% from 215); Green value is 24 (9.77% from 255 or 11.16% from 215); Blue value is 91 (35.94% from 255 or 42.33% from 215); Max value from RGB is 100 - color contains mainly: red. Hex color #64185B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #64185B is #9BE7A4. Grayscale: #363636. Windows color (decimal): -10217381 or 5970020. OLE color: 5970020.
HSL color Cylindrical-coordinate representation of color #64185B: hue angle of 307.11º 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 #64185B is Cyan = 0, Magento = 0.76, Yellow = 0.09 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 24 | 91 | - |
| CMYK | 0 | 0.76 | 0.09 | 0.61 |
| HSL | 307.11º | 0.61% | 0.24% | - |
| HSV(B) | 307.11º | 0.76% | 0.39% | - |
| XYZ | 7.47 | 4.12 | 10.3 | - |
| YUV | 54.36 | 148.68 | 160.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 24 | 91 | 0 | 0.76 | 0.09 | 0.61 | 307.11 | 0.61 | 0.24 |
| Hex | 64 | 18 | 5B | 0 | 4C | 9 | 3D | 133 | 3D | 18 |
| Octal | 144 | 30 | 133 | 0 | 114 | 11 | 75 | 463 | 75 | 30 |
| Binary | 1100100 | 11000 | 1011011 | 0 | 1001100 | 1001 | 111101 | 100110011 | 111101 | 11000 |
Color Harmonies of #64185B
Complementary color
Monochromatic Colors of #64185B
Black with #64185B
Text Example
Text Example
White with #64185B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64185B; }
p { color: rgb(100,24,91); }
H1.HeaderClassName
{
color: #64185B;
}
.AnyTagClassName
{
color: #64185B;
}
</style>
background-color css
<style>
a { background-color: #64185B; }
a { background-color: rgb(100,24,91); }
div.DivClassName
{
background-color: #64185B;
}
.BgClassName
{
background-color: #64185B;
}
</style>
border-color css
<style>
span { border-color: #64185B; }
span { border-color: rgb(100,24,91); }
td.TdClassName
{
border-color: #64185B;
}
.TagClassName
{
border-color: #64185B;
}
</style>