Shades of Palatinate Purple #63065A
Tints of Palatinate Purple #63065A
RGB
CMYK
RGB Variations
Color information
#63065A (or 0x63065A) is known color: Palatinate Purple. HEX triplet: 63, 06 and 5A. RGB value is (99,6,90). Sum of RGB (Red+Green+Blue) = 99+6+90=195 (25% of max value = 765). Red value is 99 (39.06% from 255 or 50.77% from 195); Green value is 6 (2.73% from 255 or 3.08% from 195); Blue value is 90 (35.55% from 255 or 46.15% from 195); Max value from RGB is 99 - color contains mainly: red. Hex color #63065A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #63065A is #9CF9A5. Grayscale: #2B2B2B. Windows color (decimal): -10287526 or 5899875. OLE color: 5899875.
HSL color Cylindrical-coordinate representation of color #63065A: hue angle of 305.81º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #63065A is Cyan = 0, Magento = 0.94, Yellow = 0.09 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 6 | 90 | - |
| CMYK | 0 | 0.94 | 0.09 | 0.61 |
| HSL | 305.81º | 0.89% | 0.21% | - |
| HSV(B) | 305.81º | 0.94% | 0.39% | - |
| XYZ | 7.06 | 3.52 | 9.98 | - |
| YUV | 43.38 | 154.31 | 167.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 6 | 90 | 0 | 0.94 | 0.09 | 0.61 | 305.81 | 0.89 | 0.21 |
| Hex | 63 | 6 | 5A | 0 | 5E | 9 | 3D | 132 | 59 | 15 |
| Octal | 143 | 6 | 132 | 0 | 136 | 11 | 75 | 462 | 131 | 25 |
| Binary | 1100011 | 110 | 1011010 | 0 | 1011110 | 1001 | 111101 | 100110010 | 1011001 | 10101 |
Color Harmonies of #63065A
Complementary color
Monochromatic Colors of #63065A
Black with #63065A
Text Example
Text Example
White with #63065A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63065A; }
p { color: rgb(99,6,90); }
H1.HeaderClassName
{
color: #63065A;
}
.AnyTagClassName
{
color: #63065A;
}
</style>
background-color css
<style>
a { background-color: #63065A; }
a { background-color: rgb(99,6,90); }
div.DivClassName
{
background-color: #63065A;
}
.BgClassName
{
background-color: #63065A;
}
</style>
border-color css
<style>
span { border-color: #63065A; }
span { border-color: rgb(99,6,90); }
td.TdClassName
{
border-color: #63065A;
}
.TagClassName
{
border-color: #63065A;
}
</style>