Shades of Palatinate Purple #64265B
Tints of Palatinate Purple #64265B
RGB
CMYK
RGB Variations
Color information
#64265B (or 0x64265B) is known color: Palatinate Purple. HEX triplet: 64, 26 and 5B. RGB value is (100,38,91). Sum of RGB (Red+Green+Blue) = 100+38+91=229 (30% of max value = 765). Red value is 100 (39.45% from 255 or 43.67% from 229); Green value is 38 (15.23% from 255 or 16.59% from 229); Blue value is 91 (35.94% from 255 or 39.74% from 229); Max value from RGB is 100 - color contains mainly: red. Hex color #64265B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #64265B is #9BD9A4. Grayscale: #3E3E3E. Windows color (decimal): -10213797 or 5973604. OLE color: 5973604.
HSL color Cylindrical-coordinate representation of color #64265B: hue angle of 308.71º degrees, saturation: 0.45, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #64265B is Cyan = 0, Magento = 0.62, Yellow = 0.09 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 38 | 91 | - |
| CMYK | 0 | 0.62 | 0.09 | 0.61 |
| HSL | 308.71º | 0.45% | 0.27% | - |
| HSV(B) | 308.71º | 0.62% | 0.39% | - |
| XYZ | 7.84 | 4.85 | 10.42 | - |
| YUV | 62.58 | 144.04 | 154.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 38 | 91 | 0 | 0.62 | 0.09 | 0.61 | 308.71 | 0.45 | 0.27 |
| Hex | 64 | 26 | 5B | 0 | 3E | 9 | 3D | 135 | 2D | 1B |
| Octal | 144 | 46 | 133 | 0 | 76 | 11 | 75 | 465 | 55 | 33 |
| Binary | 1100100 | 100110 | 1011011 | 0 | 111110 | 1001 | 111101 | 100110101 | 101101 | 11011 |
Color Harmonies of #64265B
Complementary color
Monochromatic Colors of #64265B
Black with #64265B
Text Example
Text Example
White with #64265B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64265B; }
p { color: rgb(100,38,91); }
H1.HeaderClassName
{
color: #64265B;
}
.AnyTagClassName
{
color: #64265B;
}
</style>
background-color css
<style>
a { background-color: #64265B; }
a { background-color: rgb(100,38,91); }
div.DivClassName
{
background-color: #64265B;
}
.BgClassName
{
background-color: #64265B;
}
</style>
border-color css
<style>
span { border-color: #64265B; }
span { border-color: rgb(100,38,91); }
td.TdClassName
{
border-color: #64265B;
}
.TagClassName
{
border-color: #64265B;
}
</style>