Shades of Palatinate Purple #64335B
Tints of Palatinate Purple #64335B
RGB
CMYK
RGB Variations
Color information
#64335B (or 0x64335B) is known color: Palatinate Purple. HEX triplet: 64, 33 and 5B. RGB value is (100,51,91). Sum of RGB (Red+Green+Blue) = 100+51+91=242 (32% of max value = 765). Red value is 100 (39.45% from 255 or 41.32% from 242); Green value is 51 (20.31% from 255 or 21.07% from 242); Blue value is 91 (35.94% from 255 or 37.60% from 242); Max value from RGB is 100 - color contains mainly: red. Hex color #64335B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #64335B is #9BCCA4. Grayscale: #464646. Windows color (decimal): -10210469 or 5976932. OLE color: 5976932.
HSL color Cylindrical-coordinate representation of color #64335B: hue angle of 311.02º degrees, saturation: 0.32, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #64335B is Cyan = 0, Magento = 0.49, Yellow = 0.09 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 51 | 91 | - |
| CMYK | 0 | 0.49 | 0.09 | 0.61 |
| HSL | 311.02º | 0.32% | 0.3% | - |
| HSV(B) | 311.02º | 0.49% | 0.39% | - |
| XYZ | 8.33 | 5.83 | 10.58 | - |
| YUV | 70.21 | 139.73 | 149.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 51 | 91 | 0 | 0.49 | 0.09 | 0.61 | 311.02 | 0.32 | 0.3 |
| Hex | 64 | 33 | 5B | 0 | 31 | 9 | 3D | 137 | 20 | 1E |
| Octal | 144 | 63 | 133 | 0 | 61 | 11 | 75 | 467 | 40 | 36 |
| Binary | 1100100 | 110011 | 1011011 | 0 | 110001 | 1001 | 111101 | 100110111 | 100000 | 11110 |
Color Harmonies of #64335B
Complementary color
Monochromatic Colors of #64335B
Black with #64335B
Text Example
Text Example
White with #64335B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64335B; }
p { color: rgb(100,51,91); }
H1.HeaderClassName
{
color: #64335B;
}
.AnyTagClassName
{
color: #64335B;
}
</style>
background-color css
<style>
a { background-color: #64335B; }
a { background-color: rgb(100,51,91); }
div.DivClassName
{
background-color: #64335B;
}
.BgClassName
{
background-color: #64335B;
}
</style>
border-color css
<style>
span { border-color: #64335B; }
span { border-color: rgb(100,51,91); }
td.TdClassName
{
border-color: #64335B;
}
.TagClassName
{
border-color: #64335B;
}
</style>