Shades of Palatinate Purple #630762
Tints of Palatinate Purple #630762
RGB
CMYK
RGB Variations
Color information
#630762 (or 0x630762) is known color: Palatinate Purple. HEX triplet: 63, 07 and 62. RGB value is (99,7,98). Sum of RGB (Red+Green+Blue) = 99+7+98=204 (27% of max value = 765). Red value is 99 (39.06% from 255 or 48.53% from 204); Green value is 7 (3.12% from 255 or 3.43% from 204); Blue value is 98 (38.67% from 255 or 48.04% from 204); Max value from RGB is 99 - color contains mainly: red. Hex color #630762 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #630762 is #9CF89D. Grayscale: #2C2C2C. Windows color (decimal): -10287262 or 6424419. OLE color: 6424419.
HSL color Cylindrical-coordinate representation of color #630762: hue angle of 300.65º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #630762 is Cyan = 0, Magento = 0.93, Yellow = 0.01 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 7 | 98 | - |
| CMYK | 0 | 0.93 | 0.01 | 0.61 |
| HSL | 300.65º | 0.87% | 0.21% | - |
| HSV(B) | 300.65º | 0.93% | 0.39% | - |
| XYZ | 7.43 | 3.69 | 11.88 | - |
| YUV | 44.88 | 157.98 | 166.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 7 | 98 | 0 | 0.93 | 0.01 | 0.61 | 300.65 | 0.87 | 0.21 |
| Hex | 63 | 7 | 62 | 0 | 5D | 1 | 3D | 12D | 57 | 15 |
| Octal | 143 | 7 | 142 | 0 | 135 | 1 | 75 | 455 | 127 | 25 |
| Binary | 1100011 | 111 | 1100010 | 0 | 1011101 | 1 | 111101 | 100101101 | 1010111 | 10101 |
Color Harmonies of #630762
Complementary color
Monochromatic Colors of #630762
Black with #630762
Text Example
Text Example
White with #630762
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #630762; }
p { color: rgb(99,7,98); }
H1.HeaderClassName
{
color: #630762;
}
.AnyTagClassName
{
color: #630762;
}
</style>
background-color css
<style>
a { background-color: #630762; }
a { background-color: rgb(99,7,98); }
div.DivClassName
{
background-color: #630762;
}
.BgClassName
{
background-color: #630762;
}
</style>
border-color css
<style>
span { border-color: #630762; }
span { border-color: rgb(99,7,98); }
td.TdClassName
{
border-color: #630762;
}
.TagClassName
{
border-color: #630762;
}
</style>