Shades of Palatinate Purple #63055A
Tints of Palatinate Purple #63055A
RGB
CMYK
RGB Variations
Color information
#63055A (or 0x63055A) is known color: Palatinate Purple. HEX triplet: 63, 05 and 5A. RGB value is (99,5,90). Sum of RGB (Red+Green+Blue) = 99+5+90=194 (25% of max value = 765). Red value is 99 (39.06% from 255 or 51.03% from 194); Green value is 5 (2.34% from 255 or 2.58% from 194); Blue value is 90 (35.55% from 255 or 46.39% from 194); Max value from RGB is 99 - color contains mainly: red. Hex color #63055A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #63055A is #9CFAA5. Grayscale: #2A2A2A. Windows color (decimal): -10287782 or 5899619. OLE color: 5899619.
HSL color Cylindrical-coordinate representation of color #63055A: hue angle of 305.74º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #63055A is Cyan = 0, Magento = 0.95, Yellow = 0.09 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 5 | 90 | - |
| CMYK | 0 | 0.95 | 0.09 | 0.61 |
| HSL | 305.74º | 0.9% | 0.2% | - |
| HSV(B) | 305.74º | 0.95% | 0.39% | - |
| XYZ | 7.05 | 3.5 | 9.98 | - |
| YUV | 42.8 | 154.64 | 168.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 5 | 90 | 0 | 0.95 | 0.09 | 0.61 | 305.74 | 0.9 | 0.2 |
| Hex | 63 | 5 | 5A | 0 | 5F | 9 | 3D | 132 | 5A | 14 |
| Octal | 143 | 5 | 132 | 0 | 137 | 11 | 75 | 462 | 132 | 24 |
| Binary | 1100011 | 101 | 1011010 | 0 | 1011111 | 1001 | 111101 | 100110010 | 1011010 | 10100 |
Color Harmonies of #63055A
Complementary color
Monochromatic Colors of #63055A
Black with #63055A
Text Example
Text Example
White with #63055A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63055A; }
p { color: rgb(99,5,90); }
H1.HeaderClassName
{
color: #63055A;
}
.AnyTagClassName
{
color: #63055A;
}
</style>
background-color css
<style>
a { background-color: #63055A; }
a { background-color: rgb(99,5,90); }
div.DivClassName
{
background-color: #63055A;
}
.BgClassName
{
background-color: #63055A;
}
</style>
border-color css
<style>
span { border-color: #63055A; }
span { border-color: rgb(99,5,90); }
td.TdClassName
{
border-color: #63055A;
}
.TagClassName
{
border-color: #63055A;
}
</style>