Shades of Palatinate Purple #63005A
Tints of Palatinate Purple #63005A
RGB
CMYK
RGB Variations
Color information
#63005A (or 0x63005A) is known color: Palatinate Purple. HEX triplet: 63, 00 and 5A. RGB value is (99,0,90). Sum of RGB (Red+Green+Blue) = 99+0+90=189 (25% of max value = 765). Red value is 99 (39.06% from 255 or 52.38% from 189); Green value is 0 (0.39% from 255 or 0% from 189); Blue value is 90 (35.55% from 255 or 47.62% from 189); Max value from RGB is 99 - color contains mainly: red. Hex color #63005A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #63005A is #9CFFA5. Grayscale: #272727. Windows color (decimal): -10289062 or 5898339. OLE color: 5898339.
HSL color Cylindrical-coordinate representation of color #63005A: hue angle of 305.45º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 1%. Process color model (Four color, CMYK) of #63005A is Cyan = 0, Magento = 1, Yellow = 0.09 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 0 | 90 | - |
| CMYK | 0 | 1 | 0.09 | 0.61 |
| HSL | 305.45º | 1% | 0.19% | - |
| HSV(B) | 305.45º | 1% | 0.39% | - |
| XYZ | 6.99 | 3.39 | 9.96 | - |
| YUV | 39.86 | 156.3 | 170.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 0 | 90 | 0 | 1 | 0.09 | 0.61 | 305.45 | 1 | 0.19 |
| Hex | 63 | 0 | 5A | 0 | 64 | 9 | 3D | 131 | 64 | 13 |
| Octal | 143 | 0 | 132 | 0 | 144 | 11 | 75 | 461 | 144 | 23 |
| Binary | 1100011 | 0 | 1011010 | 0 | 1100100 | 1001 | 111101 | 100110001 | 1100100 | 10011 |
Color Harmonies of #63005A
Complementary color
Monochromatic Colors of #63005A
Black with #63005A
Text Example
Text Example
White with #63005A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63005A; }
p { color: rgb(99,0,90); }
H1.HeaderClassName
{
color: #63005A;
}
.AnyTagClassName
{
color: #63005A;
}
</style>
background-color css
<style>
a { background-color: #63005A; }
a { background-color: rgb(99,0,90); }
div.DivClassName
{
background-color: #63005A;
}
.BgClassName
{
background-color: #63005A;
}
</style>
border-color css
<style>
span { border-color: #63005A; }
span { border-color: rgb(99,0,90); }
td.TdClassName
{
border-color: #63005A;
}
.TagClassName
{
border-color: #63005A;
}
</style>