Shades of Palatinate Purple #64045C
Tints of Palatinate Purple #64045C
RGB
CMYK
RGB Variations
Color information
#64045C (or 0x64045C) is known color: Palatinate Purple. HEX triplet: 64, 04 and 5C. RGB value is (100,4,92). Sum of RGB (Red+Green+Blue) = 100+4+92=196 (25% of max value = 765). Red value is 100 (39.45% from 255 or 51.02% from 196); Green value is 4 (1.95% from 255 or 2.04% from 196); Blue value is 92 (36.33% from 255 or 46.94% from 196); Max value from RGB is 100 - color contains mainly: red. Hex color #64045C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #64045C is #9BFBA3. Grayscale: #2A2A2A. Windows color (decimal): -10222500 or 6030436. OLE color: 6030436.
HSL color Cylindrical-coordinate representation of color #64045C: hue angle of 305º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #64045C is Cyan = 0, Magento = 0.96, Yellow = 0.08 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 4 | 92 | - |
| CMYK | 0 | 0.96 | 0.08 | 0.61 |
| HSL | 305º | 0.92% | 0.2% | - |
| HSV(B) | 305º | 0.96% | 0.39% | - |
| XYZ | 7.23 | 3.57 | 10.43 | - |
| YUV | 42.74 | 155.8 | 168.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 4 | 92 | 0 | 0.96 | 0.08 | 0.61 | 305 | 0.92 | 0.2 |
| Hex | 64 | 4 | 5C | 0 | 60 | 8 | 3D | 131 | 5C | 14 |
| Octal | 144 | 4 | 134 | 0 | 140 | 10 | 75 | 461 | 134 | 24 |
| Binary | 1100100 | 100 | 1011100 | 0 | 1100000 | 1000 | 111101 | 100110001 | 1011100 | 10100 |
Color Harmonies of #64045C
Complementary color
Monochromatic Colors of #64045C
Black with #64045C
Text Example
Text Example
White with #64045C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64045C; }
p { color: rgb(100,4,92); }
H1.HeaderClassName
{
color: #64045C;
}
.AnyTagClassName
{
color: #64045C;
}
</style>
background-color css
<style>
a { background-color: #64045C; }
a { background-color: rgb(100,4,92); }
div.DivClassName
{
background-color: #64045C;
}
.BgClassName
{
background-color: #64045C;
}
</style>
border-color css
<style>
span { border-color: #64045C; }
span { border-color: rgb(100,4,92); }
td.TdClassName
{
border-color: #64045C;
}
.TagClassName
{
border-color: #64045C;
}
</style>