Shades of Palatinate Purple #64235E
Tints of Palatinate Purple #64235E
RGB
CMYK
RGB Variations
Color information
#64235E (or 0x64235E) is known color: Palatinate Purple. HEX triplet: 64, 23 and 5E. RGB value is (100,35,94). Sum of RGB (Red+Green+Blue) = 100+35+94=229 (30% of max value = 765). Red value is 100 (39.45% from 255 or 43.67% from 229); Green value is 35 (14.06% from 255 or 15.28% from 229); Blue value is 94 (37.11% from 255 or 41.05% from 229); Max value from RGB is 100 - color contains mainly: red. Hex color #64235E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #64235E is #9BDCA1. Grayscale: #3C3C3C. Windows color (decimal): -10214562 or 6169444. OLE color: 6169444.
HSL color Cylindrical-coordinate representation of color #64235E: hue angle of 305.54º degrees, saturation: 0.48, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #64235E is Cyan = 0, Magento = 0.65, Yellow = 0.06 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 35 | 94 | - |
| CMYK | 0 | 0.65 | 0.06 | 0.61 |
| HSL | 305.54º | 0.48% | 0.26% | - |
| HSV(B) | 305.54º | 0.65% | 0.39% | - |
| XYZ | 7.88 | 4.72 | 11.09 | - |
| YUV | 61.16 | 146.53 | 155.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 35 | 94 | 0 | 0.65 | 0.06 | 0.61 | 305.54 | 0.48 | 0.26 |
| Hex | 64 | 23 | 5E | 0 | 41 | 6 | 3D | 132 | 30 | 1A |
| Octal | 144 | 43 | 136 | 0 | 101 | 6 | 75 | 462 | 60 | 32 |
| Binary | 1100100 | 100011 | 1011110 | 0 | 1000001 | 110 | 111101 | 100110010 | 110000 | 11010 |
Color Harmonies of #64235E
Complementary color
Monochromatic Colors of #64235E
Black with #64235E
Text Example
Text Example
White with #64235E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64235E; }
p { color: rgb(100,35,94); }
H1.HeaderClassName
{
color: #64235E;
}
.AnyTagClassName
{
color: #64235E;
}
</style>
background-color css
<style>
a { background-color: #64235E; }
a { background-color: rgb(100,35,94); }
div.DivClassName
{
background-color: #64235E;
}
.BgClassName
{
background-color: #64235E;
}
</style>
border-color css
<style>
span { border-color: #64235E; }
span { border-color: rgb(100,35,94); }
td.TdClassName
{
border-color: #64235E;
}
.TagClassName
{
border-color: #64235E;
}
</style>