Shades of Palatinate Purple #63025A
Tints of Palatinate Purple #63025A
RGB
CMYK
RGB Variations
Color information
#63025A (or 0x63025A) is known color: Palatinate Purple. HEX triplet: 63, 02 and 5A. RGB value is (99,2,90). Sum of RGB (Red+Green+Blue) = 99+2+90=191 (25% of max value = 765). Red value is 99 (39.06% from 255 or 51.83% from 191); Green value is 2 (1.17% from 255 or 1.05% from 191); Blue value is 90 (35.55% from 255 or 47.12% from 191); Max value from RGB is 99 - color contains mainly: red. Hex color #63025A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #63025A is #9CFDA5. Grayscale: #282828. Windows color (decimal): -10288550 or 5898851. OLE color: 5898851.
HSL color Cylindrical-coordinate representation of color #63025A: hue angle of 305.57º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #63025A is Cyan = 0, Magento = 0.98, Yellow = 0.09 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 2 | 90 | - |
| CMYK | 0 | 0.98 | 0.09 | 0.61 |
| HSL | 305.57º | 0.96% | 0.2% | - |
| HSV(B) | 305.57º | 0.98% | 0.39% | - |
| XYZ | 7.01 | 3.43 | 9.97 | - |
| YUV | 41.04 | 155.64 | 169.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 2 | 90 | 0 | 0.98 | 0.09 | 0.61 | 305.57 | 0.96 | 0.2 |
| Hex | 63 | 2 | 5A | 0 | 62 | 9 | 3D | 132 | 60 | 14 |
| Octal | 143 | 2 | 132 | 0 | 142 | 11 | 75 | 462 | 140 | 24 |
| Binary | 1100011 | 10 | 1011010 | 0 | 1100010 | 1001 | 111101 | 100110010 | 1100000 | 10100 |
Color Harmonies of #63025A
Complementary color
Monochromatic Colors of #63025A
Black with #63025A
Text Example
Text Example
White with #63025A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63025A; }
p { color: rgb(99,2,90); }
H1.HeaderClassName
{
color: #63025A;
}
.AnyTagClassName
{
color: #63025A;
}
</style>
background-color css
<style>
a { background-color: #63025A; }
a { background-color: rgb(99,2,90); }
div.DivClassName
{
background-color: #63025A;
}
.BgClassName
{
background-color: #63025A;
}
</style>
border-color css
<style>
span { border-color: #63025A; }
span { border-color: rgb(99,2,90); }
td.TdClassName
{
border-color: #63025A;
}
.TagClassName
{
border-color: #63025A;
}
</style>