Shades of Palatinate Purple #64065C
Tints of Palatinate Purple #64065C
RGB
CMYK
RGB Variations
Color information
#64065C (or 0x64065C) is known color: Palatinate Purple. HEX triplet: 64, 06 and 5C. RGB value is (100,6,92). Sum of RGB (Red+Green+Blue) = 100+6+92=198 (26% of max value = 765). Red value is 100 (39.45% from 255 or 50.51% from 198); Green value is 6 (2.73% from 255 or 3.03% from 198); Blue value is 92 (36.33% from 255 or 46.46% from 198); Max value from RGB is 100 - color contains mainly: red. Hex color #64065C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #64065C is #9BF9A3. Grayscale: #2B2B2B. Windows color (decimal): -10221988 or 6030948. OLE color: 6030948.
HSL color Cylindrical-coordinate representation of color #64065C: hue angle of 305.11º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #64065C is Cyan = 0, Magento = 0.94, Yellow = 0.08 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 6 | 92 | - |
| CMYK | 0 | 0.94 | 0.08 | 0.61 |
| HSL | 305.11º | 0.89% | 0.21% | - |
| HSV(B) | 305.11º | 0.94% | 0.39% | - |
| XYZ | 7.25 | 3.61 | 10.44 | - |
| YUV | 43.91 | 155.14 | 168.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 6 | 92 | 0 | 0.94 | 0.08 | 0.61 | 305.11 | 0.89 | 0.21 |
| Hex | 64 | 6 | 5C | 0 | 5E | 8 | 3D | 131 | 59 | 15 |
| Octal | 144 | 6 | 134 | 0 | 136 | 10 | 75 | 461 | 131 | 25 |
| Binary | 1100100 | 110 | 1011100 | 0 | 1011110 | 1000 | 111101 | 100110001 | 1011001 | 10101 |
Color Harmonies of #64065C
Complementary color
Monochromatic Colors of #64065C
Black with #64065C
Text Example
Text Example
White with #64065C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64065C; }
p { color: rgb(100,6,92); }
H1.HeaderClassName
{
color: #64065C;
}
.AnyTagClassName
{
color: #64065C;
}
</style>
background-color css
<style>
a { background-color: #64065C; }
a { background-color: rgb(100,6,92); }
div.DivClassName
{
background-color: #64065C;
}
.BgClassName
{
background-color: #64065C;
}
</style>
border-color css
<style>
span { border-color: #64065C; }
span { border-color: rgb(100,6,92); }
td.TdClassName
{
border-color: #64065C;
}
.TagClassName
{
border-color: #64065C;
}
</style>