Shades of Palatinate Purple #63045E
Tints of Palatinate Purple #63045E
RGB
CMYK
RGB Variations
Color information
#63045E (or 0x63045E) is known color: Palatinate Purple. HEX triplet: 63, 04 and 5E. RGB value is (99,4,94). Sum of RGB (Red+Green+Blue) = 99+4+94=197 (26% of max value = 765). Red value is 99 (39.06% from 255 or 50.25% from 197); Green value is 4 (1.95% from 255 or 2.03% from 197); Blue value is 94 (37.11% from 255 or 47.72% from 197); Max value from RGB is 99 - color contains mainly: red. Hex color #63045E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #63045E is #9CFBA1. Grayscale: #2A2A2A. Windows color (decimal): -10288034 or 6161507. OLE color: 6161507.
HSL color Cylindrical-coordinate representation of color #63045E: hue angle of 303.16º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #63045E is Cyan = 0, Magento = 0.96, Yellow = 0.05 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 4 | 94 | - |
| CMYK | 0 | 0.96 | 0.05 | 0.61 |
| HSL | 303.16º | 0.92% | 0.2% | - |
| HSV(B) | 303.16º | 0.96% | 0.39% | - |
| XYZ | 7.21 | 3.55 | 10.89 | - |
| YUV | 42.67 | 156.97 | 168.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 4 | 94 | 0 | 0.96 | 0.05 | 0.61 | 303.16 | 0.92 | 0.2 |
| Hex | 63 | 4 | 5E | 0 | 60 | 5 | 3D | 12F | 5C | 14 |
| Octal | 143 | 4 | 136 | 0 | 140 | 5 | 75 | 457 | 134 | 24 |
| Binary | 1100011 | 100 | 1011110 | 0 | 1100000 | 101 | 111101 | 100101111 | 1011100 | 10100 |
Color Harmonies of #63045E
Complementary color
Monochromatic Colors of #63045E
Black with #63045E
Text Example
Text Example
White with #63045E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63045E; }
p { color: rgb(99,4,94); }
H1.HeaderClassName
{
color: #63045E;
}
.AnyTagClassName
{
color: #63045E;
}
</style>
background-color css
<style>
a { background-color: #63045E; }
a { background-color: rgb(99,4,94); }
div.DivClassName
{
background-color: #63045E;
}
.BgClassName
{
background-color: #63045E;
}
</style>
border-color css
<style>
span { border-color: #63045E; }
span { border-color: rgb(99,4,94); }
td.TdClassName
{
border-color: #63045E;
}
.TagClassName
{
border-color: #63045E;
}
</style>