Shades of Palatinate Purple #64185F
Tints of Palatinate Purple #64185F
RGB
CMYK
RGB Variations
Color information
#64185F (or 0x64185F) is known color: Palatinate Purple. HEX triplet: 64, 18 and 5F. RGB value is (100,24,95). Sum of RGB (Red+Green+Blue) = 100+24+95=219 (29% of max value = 765). Red value is 100 (39.45% from 255 or 45.66% from 219); Green value is 24 (9.77% from 255 or 10.96% from 219); Blue value is 95 (37.5% from 255 or 43.38% from 219); Max value from RGB is 100 - color contains mainly: red. Hex color #64185F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #64185F is #9BE7A0. Grayscale: #363636. Windows color (decimal): -10217377 or 6232164. OLE color: 6232164.
HSL color Cylindrical-coordinate representation of color #64185F: hue angle of 303.95º 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 #64185F is Cyan = 0, Magento = 0.76, Yellow = 0.05 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 24 | 95 | - |
| CMYK | 0 | 0.76 | 0.05 | 0.61 |
| HSL | 303.95º | 0.61% | 0.24% | - |
| HSV(B) | 303.95º | 0.76% | 0.39% | - |
| XYZ | 7.65 | 4.19 | 11.23 | - |
| YUV | 54.82 | 150.68 | 160.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 24 | 95 | 0 | 0.76 | 0.05 | 0.61 | 303.95 | 0.61 | 0.24 |
| Hex | 64 | 18 | 5F | 0 | 4C | 5 | 3D | 130 | 3D | 18 |
| Octal | 144 | 30 | 137 | 0 | 114 | 5 | 75 | 460 | 75 | 30 |
| Binary | 1100100 | 11000 | 1011111 | 0 | 1001100 | 101 | 111101 | 100110000 | 111101 | 11000 |
Color Harmonies of #64185F
Complementary color
Monochromatic Colors of #64185F
Black with #64185F
Text Example
Text Example
White with #64185F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64185F; }
p { color: rgb(100,24,95); }
H1.HeaderClassName
{
color: #64185F;
}
.AnyTagClassName
{
color: #64185F;
}
</style>
background-color css
<style>
a { background-color: #64185F; }
a { background-color: rgb(100,24,95); }
div.DivClassName
{
background-color: #64185F;
}
.BgClassName
{
background-color: #64185F;
}
</style>
border-color css
<style>
span { border-color: #64185F; }
span { border-color: rgb(100,24,95); }
td.TdClassName
{
border-color: #64185F;
}
.TagClassName
{
border-color: #64185F;
}
</style>