Shades of Palatinate Purple #630A54
Tints of Palatinate Purple #630A54
RGB
CMYK
RGB Variations
Color information
#630A54 (or 0x630A54) is known color: Palatinate Purple. HEX triplet: 63, 0A and 54. RGB value is (99,10,84). Sum of RGB (Red+Green+Blue) = 99+10+84=193 (25% of max value = 765). Red value is 99 (39.06% from 255 or 51.30% from 193); Green value is 10 (4.30% from 255 or 5.18% from 193); Blue value is 84 (33.20% from 255 or 43.52% from 193); Max value from RGB is 99 - color contains mainly: red. Hex color #630A54 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #630A54 is #9CF5AB. Grayscale: #2C2C2C. Windows color (decimal): -10286508 or 5507683. OLE color: 5507683.
HSL color Cylindrical-coordinate representation of color #630A54: hue angle of 310.11º degrees, saturation: 0.82, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #630A54 is Cyan = 0, Magento = 0.90, Yellow = 0.15 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 10 | 84 | - |
| CMYK | 0 | 0.90 | 0.15 | 0.61 |
| HSL | 310.11º | 0.82% | 0.21% | - |
| HSV(B) | 310.11º | 0.9% | 0.39% | - |
| XYZ | 6.85 | 3.51 | 8.7 | - |
| YUV | 45.05 | 149.99 | 166.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 10 | 84 | 0 | 0.90 | 0.15 | 0.61 | 310.11 | 0.82 | 0.21 |
| Hex | 63 | A | 54 | 0 | 5A | F | 3D | 136 | 52 | 15 |
| Octal | 143 | 12 | 124 | 0 | 132 | 17 | 75 | 466 | 122 | 25 |
| Binary | 1100011 | 1010 | 1010100 | 0 | 1011010 | 1111 | 111101 | 100110110 | 1010010 | 10101 |
Color Harmonies of #630A54
Complementary color
Monochromatic Colors of #630A54
Black with #630A54
Text Example
Text Example
White with #630A54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #630A54; }
p { color: rgb(99,10,84); }
H1.HeaderClassName
{
color: #630A54;
}
.AnyTagClassName
{
color: #630A54;
}
</style>
background-color css
<style>
a { background-color: #630A54; }
a { background-color: rgb(99,10,84); }
div.DivClassName
{
background-color: #630A54;
}
.BgClassName
{
background-color: #630A54;
}
</style>
border-color css
<style>
span { border-color: #630A54; }
span { border-color: rgb(99,10,84); }
td.TdClassName
{
border-color: #630A54;
}
.TagClassName
{
border-color: #630A54;
}
</style>