Shades of Palatinate Purple #64235A
Tints of Palatinate Purple #64235A
RGB
CMYK
RGB Variations
Color information
#64235A (or 0x64235A) is known color: Palatinate Purple. HEX triplet: 64, 23 and 5A. RGB value is (100,35,90). Sum of RGB (Red+Green+Blue) = 100+35+90=225 (29% of max value = 765). Red value is 100 (39.45% from 255 or 44.44% from 225); Green value is 35 (14.06% from 255 or 15.56% from 225); Blue value is 90 (35.55% from 255 or 40% from 225); Max value from RGB is 100 - color contains mainly: red. Hex color #64235A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #64235A is #9BDCA5. Grayscale: #3C3C3C. Windows color (decimal): -10214566 or 5907300. OLE color: 5907300.
HSL color Cylindrical-coordinate representation of color #64235A: hue angle of 309.23º 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 #64235A is Cyan = 0, Magento = 0.65, Yellow = 0.10 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 35 | 90 | - |
| CMYK | 0 | 0.65 | 0.10 | 0.61 |
| HSL | 309.23º | 0.48% | 0.26% | - |
| HSV(B) | 309.23º | 0.65% | 0.39% | - |
| XYZ | 7.7 | 4.65 | 10.16 | - |
| YUV | 60.71 | 144.53 | 156.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 35 | 90 | 0 | 0.65 | 0.10 | 0.61 | 309.23 | 0.48 | 0.26 |
| Hex | 64 | 23 | 5A | 0 | 41 | A | 3D | 135 | 30 | 1A |
| Octal | 144 | 43 | 132 | 0 | 101 | 12 | 75 | 465 | 60 | 32 |
| Binary | 1100100 | 100011 | 1011010 | 0 | 1000001 | 1010 | 111101 | 100110101 | 110000 | 11010 |
Color Harmonies of #64235A
Complementary color
Monochromatic Colors of #64235A
Black with #64235A
Text Example
Text Example
White with #64235A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64235A; }
p { color: rgb(100,35,90); }
H1.HeaderClassName
{
color: #64235A;
}
.AnyTagClassName
{
color: #64235A;
}
</style>
background-color css
<style>
a { background-color: #64235A; }
a { background-color: rgb(100,35,90); }
div.DivClassName
{
background-color: #64235A;
}
.BgClassName
{
background-color: #64235A;
}
</style>
border-color css
<style>
span { border-color: #64235A; }
span { border-color: rgb(100,35,90); }
td.TdClassName
{
border-color: #64235A;
}
.TagClassName
{
border-color: #64235A;
}
</style>