Shades of Palatinate Purple #630562
Tints of Palatinate Purple #630562
RGB
CMYK
RGB Variations
Color information
#630562 (or 0x630562) is known color: Palatinate Purple. HEX triplet: 63, 05 and 62. RGB value is (99,5,98). Sum of RGB (Red+Green+Blue) = 99+5+98=202 (26% of max value = 765). Red value is 99 (39.06% from 255 or 49.01% from 202); Green value is 5 (2.34% from 255 or 2.48% from 202); Blue value is 98 (38.67% from 255 or 48.51% from 202); Max value from RGB is 99 - color contains mainly: red. Hex color #630562 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #630562 is #9CFA9D. Grayscale: #2B2B2B. Windows color (decimal): -10287774 or 6423907. OLE color: 6423907.
HSL color Cylindrical-coordinate representation of color #630562: hue angle of 300.64º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #630562 is Cyan = 0, Magento = 0.95, Yellow = 0.01 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 5 | 98 | - |
| CMYK | 0 | 0.95 | 0.01 | 0.61 |
| HSL | 300.64º | 0.9% | 0.2% | - |
| HSV(B) | 300.64º | 0.95% | 0.39% | - |
| XYZ | 7.4 | 3.64 | 11.87 | - |
| YUV | 43.71 | 158.64 | 167.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 5 | 98 | 0 | 0.95 | 0.01 | 0.61 | 300.64 | 0.9 | 0.2 |
| Hex | 63 | 5 | 62 | 0 | 5F | 1 | 3D | 12D | 5A | 14 |
| Octal | 143 | 5 | 142 | 0 | 137 | 1 | 75 | 455 | 132 | 24 |
| Binary | 1100011 | 101 | 1100010 | 0 | 1011111 | 1 | 111101 | 100101101 | 1011010 | 10100 |
Color Harmonies of #630562
Complementary color
Monochromatic Colors of #630562
Black with #630562
Text Example
Text Example
White with #630562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #630562; }
p { color: rgb(99,5,98); }
H1.HeaderClassName
{
color: #630562;
}
.AnyTagClassName
{
color: #630562;
}
</style>
background-color css
<style>
a { background-color: #630562; }
a { background-color: rgb(99,5,98); }
div.DivClassName
{
background-color: #630562;
}
.BgClassName
{
background-color: #630562;
}
</style>
border-color css
<style>
span { border-color: #630562; }
span { border-color: rgb(99,5,98); }
td.TdClassName
{
border-color: #630562;
}
.TagClassName
{
border-color: #630562;
}
</style>