Shades of Palatinate Purple #630462
Tints of Palatinate Purple #630462
RGB
CMYK
RGB Variations
Color information
#630462 (or 0x630462) is known color: Palatinate Purple. HEX triplet: 63, 04 and 62. RGB value is (99,4,98). Sum of RGB (Red+Green+Blue) = 99+4+98=201 (26% of max value = 765). Red value is 99 (39.06% from 255 or 49.25% from 201); Green value is 4 (1.95% from 255 or 1.99% from 201); Blue value is 98 (38.67% from 255 or 48.76% from 201); Max value from RGB is 99 - color contains mainly: red. Hex color #630462 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #630462 is #9CFB9D. Grayscale: #2A2A2A. Windows color (decimal): -10288030 or 6423651. OLE color: 6423651.
HSL color Cylindrical-coordinate representation of color #630462: hue angle of 300.63º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #630462 is Cyan = 0, Magento = 0.96, Yellow = 0.01 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 4 | 98 | - |
| CMYK | 0 | 0.96 | 0.01 | 0.61 |
| HSL | 300.63º | 0.92% | 0.2% | - |
| HSV(B) | 300.63º | 0.96% | 0.39% | - |
| XYZ | 7.39 | 3.62 | 11.86 | - |
| YUV | 43.12 | 158.97 | 167.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 4 | 98 | 0 | 0.96 | 0.01 | 0.61 | 300.63 | 0.92 | 0.2 |
| Hex | 63 | 4 | 62 | 0 | 60 | 1 | 3D | 12D | 5C | 14 |
| Octal | 143 | 4 | 142 | 0 | 140 | 1 | 75 | 455 | 134 | 24 |
| Binary | 1100011 | 100 | 1100010 | 0 | 1100000 | 1 | 111101 | 100101101 | 1011100 | 10100 |
Color Harmonies of #630462
Complementary color
Monochromatic Colors of #630462
Black with #630462
Text Example
Text Example
White with #630462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #630462; }
p { color: rgb(99,4,98); }
H1.HeaderClassName
{
color: #630462;
}
.AnyTagClassName
{
color: #630462;
}
</style>
background-color css
<style>
a { background-color: #630462; }
a { background-color: rgb(99,4,98); }
div.DivClassName
{
background-color: #630462;
}
.BgClassName
{
background-color: #630462;
}
</style>
border-color css
<style>
span { border-color: #630462; }
span { border-color: rgb(99,4,98); }
td.TdClassName
{
border-color: #630462;
}
.TagClassName
{
border-color: #630462;
}
</style>