Shades of Palatinate Purple #64225E
Tints of Palatinate Purple #64225E
RGB
CMYK
RGB Variations
Color information
#64225E (or 0x64225E) is known color: Palatinate Purple. HEX triplet: 64, 22 and 5E. RGB value is (100,34,94). Sum of RGB (Red+Green+Blue) = 100+34+94=228 (30% of max value = 765). Red value is 100 (39.45% from 255 or 43.86% from 228); Green value is 34 (13.67% from 255 or 14.91% from 228); Blue value is 94 (37.11% from 255 or 41.23% from 228); Max value from RGB is 100 - color contains mainly: red. Hex color #64225E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #64225E is #9BDDA1. Grayscale: #3C3C3C. Windows color (decimal): -10214818 or 6169188. OLE color: 6169188.
HSL color Cylindrical-coordinate representation of color #64225E: hue angle of 305.45º degrees, saturation: 0.49, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #64225E is Cyan = 0, Magento = 0.66, Yellow = 0.06 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 34 | 94 | - |
| CMYK | 0 | 0.66 | 0.06 | 0.61 |
| HSL | 305.45º | 0.49% | 0.26% | - |
| HSV(B) | 305.45º | 0.66% | 0.39% | - |
| XYZ | 7.85 | 4.66 | 11.08 | - |
| YUV | 60.57 | 146.87 | 156.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 34 | 94 | 0 | 0.66 | 0.06 | 0.61 | 305.45 | 0.49 | 0.26 |
| Hex | 64 | 22 | 5E | 0 | 42 | 6 | 3D | 131 | 31 | 1A |
| Octal | 144 | 42 | 136 | 0 | 102 | 6 | 75 | 461 | 61 | 32 |
| Binary | 1100100 | 100010 | 1011110 | 0 | 1000010 | 110 | 111101 | 100110001 | 110001 | 11010 |
Color Harmonies of #64225E
Complementary color
Monochromatic Colors of #64225E
Black with #64225E
Text Example
Text Example
White with #64225E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64225E; }
p { color: rgb(100,34,94); }
H1.HeaderClassName
{
color: #64225E;
}
.AnyTagClassName
{
color: #64225E;
}
</style>
background-color css
<style>
a { background-color: #64225E; }
a { background-color: rgb(100,34,94); }
div.DivClassName
{
background-color: #64225E;
}
.BgClassName
{
background-color: #64225E;
}
</style>
border-color css
<style>
span { border-color: #64225E; }
span { border-color: rgb(100,34,94); }
td.TdClassName
{
border-color: #64225E;
}
.TagClassName
{
border-color: #64225E;
}
</style>