Shades of Palatinate Purple #64025B
Tints of Palatinate Purple #64025B
RGB
CMYK
RGB Variations
Color information
#64025B (or 0x64025B) is known color: Palatinate Purple. HEX triplet: 64, 02 and 5B. RGB value is (100,2,91). Sum of RGB (Red+Green+Blue) = 100+2+91=193 (25% of max value = 765). Red value is 100 (39.45% from 255 or 51.81% from 193); Green value is 2 (1.17% from 255 or 1.04% from 193); Blue value is 91 (35.94% from 255 or 47.15% from 193); Max value from RGB is 100 - color contains mainly: red. Hex color #64025B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #64025B is #9BFDA4. Grayscale: #292929. Windows color (decimal): -10223013 or 5964388. OLE color: 5964388.
HSL color Cylindrical-coordinate representation of color #64025B: hue angle of 305.51º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #64025B is Cyan = 0, Magento = 0.98, Yellow = 0.09 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 2 | 91 | - |
| CMYK | 0 | 0.98 | 0.09 | 0.61 |
| HSL | 305.51º | 0.96% | 0.2% | - |
| HSV(B) | 305.51º | 0.98% | 0.39% | - |
| XYZ | 7.17 | 3.51 | 10.2 | - |
| YUV | 41.45 | 155.97 | 169.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 2 | 91 | 0 | 0.98 | 0.09 | 0.61 | 305.51 | 0.96 | 0.2 |
| Hex | 64 | 2 | 5B | 0 | 62 | 9 | 3D | 132 | 60 | 14 |
| Octal | 144 | 2 | 133 | 0 | 142 | 11 | 75 | 462 | 140 | 24 |
| Binary | 1100100 | 10 | 1011011 | 0 | 1100010 | 1001 | 111101 | 100110010 | 1100000 | 10100 |
Color Harmonies of #64025B
Complementary color
Monochromatic Colors of #64025B
Black with #64025B
Text Example
Text Example
White with #64025B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64025B; }
p { color: rgb(100,2,91); }
H1.HeaderClassName
{
color: #64025B;
}
.AnyTagClassName
{
color: #64025B;
}
</style>
background-color css
<style>
a { background-color: #64025B; }
a { background-color: rgb(100,2,91); }
div.DivClassName
{
background-color: #64025B;
}
.BgClassName
{
background-color: #64025B;
}
</style>
border-color css
<style>
span { border-color: #64025B; }
span { border-color: rgb(100,2,91); }
td.TdClassName
{
border-color: #64025B;
}
.TagClassName
{
border-color: #64025B;
}
</style>