Shades of Palatinate Purple #630B63
Tints of Palatinate Purple #630B63
RGB
CMYK
RGB Variations
Color information
#630B63 (or 0x630B63) is known color: Palatinate Purple. HEX triplet: 63, 0B and 63. RGB value is (99,11,99). Sum of RGB (Red+Green+Blue) = 99+11+99=209 (27% of max value = 765). Red value is 99 (39.06% from 255 or 47.37% from 209); Green value is 11 (4.69% from 255 or 5.26% from 209); Blue value is 99 (39.06% from 255 or 47.37% from 209); Max value from RGB is 99 - color contains mainly: red, blue. Hex color #630B63 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #630B63 is #9CF49C. Grayscale: #2F2F2F. Windows color (decimal): -10286237 or 6490979. OLE color: 6490979.
HSL color Cylindrical-coordinate representation of color #630B63: hue angle of 300º degrees, saturation: 0.8, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #630B63 is Cyan = 0, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 11 | 99 | - |
| CMYK | 0 | 0.89 | 0 | 0.61 |
| HSL | 300º | 0.8% | 0.22% | - |
| HSV(B) | 300º | 0.89% | 0.39% | - |
| XYZ | 7.52 | 3.79 | 12.14 | - |
| YUV | 47.34 | 157.15 | 164.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 11 | 99 | 0 | 0.89 | 0 | 0.61 | 300 | 0.8 | 0.22 |
| Hex | 63 | B | 63 | 0 | 59 | 0 | 3D | 12C | 50 | 16 |
| Octal | 143 | 13 | 143 | 0 | 131 | 0 | 75 | 454 | 120 | 26 |
| Binary | 1100011 | 1011 | 1100011 | 0 | 1011001 | 0 | 111101 | 100101100 | 1010000 | 10110 |
Color Harmonies of #630B63
Complementary color
Monochromatic Colors of #630B63
Black with #630B63
Text Example
Text Example
White with #630B63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #630B63; }
p { color: rgb(99,11,99); }
H1.HeaderClassName
{
color: #630B63;
}
.AnyTagClassName
{
color: #630B63;
}
</style>
background-color css
<style>
a { background-color: #630B63; }
a { background-color: rgb(99,11,99); }
div.DivClassName
{
background-color: #630B63;
}
.BgClassName
{
background-color: #630B63;
}
</style>
border-color css
<style>
span { border-color: #630B63; }
span { border-color: rgb(99,11,99); }
td.TdClassName
{
border-color: #630B63;
}
.TagClassName
{
border-color: #630B63;
}
</style>