Shades of Palatinate Purple #63305E
Tints of Palatinate Purple #63305E
RGB
CMYK
RGB Variations
Color information
#63305E (or 0x63305E) is known color: Palatinate Purple. HEX triplet: 63, 30 and 5E. RGB value is (99,48,94). Sum of RGB (Red+Green+Blue) = 99+48+94=241 (31% of max value = 765). Red value is 99 (39.06% from 255 or 41.08% from 241); Green value is 48 (19.14% from 255 or 19.92% from 241); Blue value is 94 (37.11% from 255 or 39.00% from 241); Max value from RGB is 99 - color contains mainly: red. Hex color #63305E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63305E is #9CCFA1. Grayscale: #444444. Windows color (decimal): -10276770 or 6172771. OLE color: 6172771.
HSL color Cylindrical-coordinate representation of color #63305E: hue angle of 305.88º 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 #63305E is Cyan = 0, Magento = 0.52, Yellow = 0.05 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 48 | 94 | - |
| CMYK | 0 | 0.52 | 0.05 | 0.61 |
| HSL | 305.88º | 0.35% | 0.29% | - |
| HSV(B) | 305.88º | 0.52% | 0.39% | - |
| XYZ | 8.22 | 5.57 | 11.23 | - |
| YUV | 68.49 | 142.4 | 149.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 48 | 94 | 0 | 0.52 | 0.05 | 0.61 | 305.88 | 0.35 | 0.29 |
| Hex | 63 | 30 | 5E | 0 | 34 | 5 | 3D | 132 | 23 | 1D |
| Octal | 143 | 60 | 136 | 0 | 64 | 5 | 75 | 462 | 43 | 35 |
| Binary | 1100011 | 110000 | 1011110 | 0 | 110100 | 101 | 111101 | 100110010 | 100011 | 11101 |
Color Harmonies of #63305E
Complementary color
Monochromatic Colors of #63305E
Black with #63305E
Text Example
Text Example
White with #63305E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63305E; }
p { color: rgb(99,48,94); }
H1.HeaderClassName
{
color: #63305E;
}
.AnyTagClassName
{
color: #63305E;
}
</style>
background-color css
<style>
a { background-color: #63305E; }
a { background-color: rgb(99,48,94); }
div.DivClassName
{
background-color: #63305E;
}
.BgClassName
{
background-color: #63305E;
}
</style>
border-color css
<style>
span { border-color: #63305E; }
span { border-color: rgb(99,48,94); }
td.TdClassName
{
border-color: #63305E;
}
.TagClassName
{
border-color: #63305E;
}
</style>