Shades of Palatinate Purple #630A60
Tints of Palatinate Purple #630A60
RGB
CMYK
RGB Variations
Color information
#630A60 (or 0x630A60) is known color: Palatinate Purple. HEX triplet: 63, 0A and 60. RGB value is (99,10,96). Sum of RGB (Red+Green+Blue) = 99+10+96=205 (27% of max value = 765). Red value is 99 (39.06% from 255 or 48.29% from 205); Green value is 10 (4.30% from 255 or 4.88% from 205); Blue value is 96 (37.89% from 255 or 46.83% from 205); Max value from RGB is 99 - color contains mainly: red. Hex color #630A60 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #630A60 is #9CF59F. Grayscale: #2E2E2E. Windows color (decimal): -10286496 or 6294115. OLE color: 6294115.
HSL color Cylindrical-coordinate representation of color #630A60: hue angle of 302.02º 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 #630A60 is Cyan = 0, Magento = 0.90, Yellow = 0.03 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 10 | 96 | - |
| CMYK | 0 | 0.90 | 0.03 | 0.61 |
| HSL | 302.02º | 0.82% | 0.21% | - |
| HSV(B) | 302.02º | 0.9% | 0.39% | - |
| XYZ | 7.37 | 3.71 | 11.4 | - |
| YUV | 46.42 | 155.99 | 165.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 10 | 96 | 0 | 0.90 | 0.03 | 0.61 | 302.02 | 0.82 | 0.21 |
| Hex | 63 | A | 60 | 0 | 5A | 3 | 3D | 12E | 52 | 15 |
| Octal | 143 | 12 | 140 | 0 | 132 | 3 | 75 | 456 | 122 | 25 |
| Binary | 1100011 | 1010 | 1100000 | 0 | 1011010 | 11 | 111101 | 100101110 | 1010010 | 10101 |
Color Harmonies of #630A60
Complementary color
Monochromatic Colors of #630A60
Black with #630A60
Text Example
Text Example
White with #630A60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #630A60; }
p { color: rgb(99,10,96); }
H1.HeaderClassName
{
color: #630A60;
}
.AnyTagClassName
{
color: #630A60;
}
</style>
background-color css
<style>
a { background-color: #630A60; }
a { background-color: rgb(99,10,96); }
div.DivClassName
{
background-color: #630A60;
}
.BgClassName
{
background-color: #630A60;
}
</style>
border-color css
<style>
span { border-color: #630A60; }
span { border-color: rgb(99,10,96); }
td.TdClassName
{
border-color: #630A60;
}
.TagClassName
{
border-color: #630A60;
}
</style>