Shades of Palatinate Purple #63145A
Tints of Palatinate Purple #63145A
RGB
CMYK
RGB Variations
Color information
#63145A (or 0x63145A) is known color: Palatinate Purple. HEX triplet: 63, 14 and 5A. RGB value is (99,20,90). Sum of RGB (Red+Green+Blue) = 99+20+90=209 (27% of max value = 765). Red value is 99 (39.06% from 255 or 47.37% from 209); Green value is 20 (8.20% from 255 or 9.57% from 209); Blue value is 90 (35.55% from 255 or 43.06% from 209); Max value from RGB is 99 - color contains mainly: red. Hex color #63145A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #63145A is #9CEBA5. Grayscale: #333333. Windows color (decimal): -10283942 or 5903459. OLE color: 5903459.
HSL color Cylindrical-coordinate representation of color #63145A: hue angle of 306.84º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #63145A is Cyan = 0, Magento = 0.80, Yellow = 0.09 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 20 | 90 | - |
| CMYK | 0 | 0.80 | 0.09 | 0.61 |
| HSL | 306.84º | 0.66% | 0.23% | - |
| HSV(B) | 306.84º | 0.8% | 0.39% | - |
| XYZ | 7.24 | 3.89 | 10.04 | - |
| YUV | 51.6 | 149.67 | 161.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 20 | 90 | 0 | 0.80 | 0.09 | 0.61 | 306.84 | 0.66 | 0.23 |
| Hex | 63 | 14 | 5A | 0 | 50 | 9 | 3D | 133 | 42 | 17 |
| Octal | 143 | 24 | 132 | 0 | 120 | 11 | 75 | 463 | 102 | 27 |
| Binary | 1100011 | 10100 | 1011010 | 0 | 1010000 | 1001 | 111101 | 100110011 | 1000010 | 10111 |
Color Harmonies of #63145A
Complementary color
Monochromatic Colors of #63145A
Black with #63145A
Text Example
Text Example
White with #63145A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63145A; }
p { color: rgb(99,20,90); }
H1.HeaderClassName
{
color: #63145A;
}
.AnyTagClassName
{
color: #63145A;
}
</style>
background-color css
<style>
a { background-color: #63145A; }
a { background-color: rgb(99,20,90); }
div.DivClassName
{
background-color: #63145A;
}
.BgClassName
{
background-color: #63145A;
}
</style>
border-color css
<style>
span { border-color: #63145A; }
span { border-color: rgb(99,20,90); }
td.TdClassName
{
border-color: #63145A;
}
.TagClassName
{
border-color: #63145A;
}
</style>