Shades of Palatinate Purple #64245C
Tints of Palatinate Purple #64245C
RGB
CMYK
RGB Variations
Color information
#64245C (or 0x64245C) is known color: Palatinate Purple. HEX triplet: 64, 24 and 5C. RGB value is (100,36,92). Sum of RGB (Red+Green+Blue) = 100+36+92=228 (30% of max value = 765). Red value is 100 (39.45% from 255 or 43.86% from 228); Green value is 36 (14.45% from 255 or 15.79% from 228); Blue value is 92 (36.33% from 255 or 40.35% from 228); Max value from RGB is 100 - color contains mainly: red. Hex color #64245C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #64245C is #9BDBA3. Grayscale: #3D3D3D. Windows color (decimal): -10214308 or 6038628. OLE color: 6038628.
HSL color Cylindrical-coordinate representation of color #64245C: hue angle of 307.5º degrees, saturation: 0.47, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #64245C is Cyan = 0, Magento = 0.64, Yellow = 0.08 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 36 | 92 | - |
| CMYK | 0 | 0.64 | 0.08 | 0.61 |
| HSL | 307.5º | 0.47% | 0.27% | - |
| HSV(B) | 307.5º | 0.64% | 0.39% | - |
| XYZ | 7.82 | 4.74 | 10.63 | - |
| YUV | 61.52 | 145.2 | 155.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 36 | 92 | 0 | 0.64 | 0.08 | 0.61 | 307.5 | 0.47 | 0.27 |
| Hex | 64 | 24 | 5C | 0 | 40 | 8 | 3D | 134 | 2F | 1B |
| Octal | 144 | 44 | 134 | 0 | 100 | 10 | 75 | 464 | 57 | 33 |
| Binary | 1100100 | 100100 | 1011100 | 0 | 1000000 | 1000 | 111101 | 100110100 | 101111 | 11011 |
Color Harmonies of #64245C
Complementary color
Monochromatic Colors of #64245C
Black with #64245C
Text Example
Text Example
White with #64245C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64245C; }
p { color: rgb(100,36,92); }
H1.HeaderClassName
{
color: #64245C;
}
.AnyTagClassName
{
color: #64245C;
}
</style>
background-color css
<style>
a { background-color: #64245C; }
a { background-color: rgb(100,36,92); }
div.DivClassName
{
background-color: #64245C;
}
.BgClassName
{
background-color: #64245C;
}
</style>
border-color css
<style>
span { border-color: #64245C; }
span { border-color: rgb(100,36,92); }
td.TdClassName
{
border-color: #64245C;
}
.TagClassName
{
border-color: #64245C;
}
</style>