Shades of Palatinate Purple #64305C
Tints of Palatinate Purple #64305C
RGB
CMYK
RGB Variations
Color information
#64305C (or 0x64305C) is known color: Palatinate Purple. HEX triplet: 64, 30 and 5C. RGB value is (100,48,92). Sum of RGB (Red+Green+Blue) = 100+48+92=240 (31% of max value = 765). Red value is 100 (39.45% from 255 or 41.67% from 240); Green value is 48 (19.14% from 255 or 20% from 240); Blue value is 92 (36.33% from 255 or 38.33% from 240); Max value from RGB is 100 - color contains mainly: red. Hex color #64305C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #64305C is #9BCFA3. Grayscale: #444444. Windows color (decimal): -10211236 or 6041700. OLE color: 6041700.
HSL color Cylindrical-coordinate representation of color #64305C: hue angle of 309.23º degrees, saturation: 0.35, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #64305C is Cyan = 0, Magento = 0.52, Yellow = 0.08 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 48 | 92 | - |
| CMYK | 0 | 0.52 | 0.08 | 0.61 |
| HSL | 309.23º | 0.35% | 0.29% | - |
| HSV(B) | 309.23º | 0.52% | 0.39% | - |
| XYZ | 8.24 | 5.6 | 10.77 | - |
| YUV | 68.56 | 141.23 | 150.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 48 | 92 | 0 | 0.52 | 0.08 | 0.61 | 309.23 | 0.35 | 0.29 |
| Hex | 64 | 30 | 5C | 0 | 34 | 8 | 3D | 135 | 23 | 1D |
| Octal | 144 | 60 | 134 | 0 | 64 | 10 | 75 | 465 | 43 | 35 |
| Binary | 1100100 | 110000 | 1011100 | 0 | 110100 | 1000 | 111101 | 100110101 | 100011 | 11101 |
Color Harmonies of #64305C
Complementary color
Monochromatic Colors of #64305C
Black with #64305C
Text Example
Text Example
White with #64305C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64305C; }
p { color: rgb(100,48,92); }
H1.HeaderClassName
{
color: #64305C;
}
.AnyTagClassName
{
color: #64305C;
}
</style>
background-color css
<style>
a { background-color: #64305C; }
a { background-color: rgb(100,48,92); }
div.DivClassName
{
background-color: #64305C;
}
.BgClassName
{
background-color: #64305C;
}
</style>
border-color css
<style>
span { border-color: #64305C; }
span { border-color: rgb(100,48,92); }
td.TdClassName
{
border-color: #64305C;
}
.TagClassName
{
border-color: #64305C;
}
</style>