Shades of Palatinate Purple #630E53
Tints of Palatinate Purple #630E53
RGB
CMYK
RGB Variations
Color information
#630E53 (or 0x630E53) is known color: Palatinate Purple. HEX triplet: 63, 0E and 53. RGB value is (99,14,83). Sum of RGB (Red+Green+Blue) = 99+14+83=196 (25% of max value = 765). Red value is 99 (39.06% from 255 or 50.51% from 196); Green value is 14 (5.86% from 255 or 7.14% from 196); Blue value is 83 (32.81% from 255 or 42.35% from 196); Max value from RGB is 99 - color contains mainly: red. Hex color #630E53 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #630E53 is #9CF1AC. Grayscale: #2F2F2F. Windows color (decimal): -10285485 or 5443171. OLE color: 5443171.
HSL color Cylindrical-coordinate representation of color #630E53: hue angle of 311.29º degrees, saturation: 0.75, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #630E53 is Cyan = 0, Magento = 0.86, Yellow = 0.16 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 14 | 83 | - |
| CMYK | 0 | 0.86 | 0.16 | 0.61 |
| HSL | 311.29º | 0.75% | 0.22% | - |
| HSV(B) | 311.29º | 0.86% | 0.39% | - |
| XYZ | 6.86 | 3.59 | 8.52 | - |
| YUV | 47.28 | 148.16 | 164.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 14 | 83 | 0 | 0.86 | 0.16 | 0.61 | 311.29 | 0.75 | 0.22 |
| Hex | 63 | E | 53 | 0 | 56 | 10 | 3D | 137 | 4B | 16 |
| Octal | 143 | 16 | 123 | 0 | 126 | 20 | 75 | 467 | 113 | 26 |
| Binary | 1100011 | 1110 | 1010011 | 0 | 1010110 | 10000 | 111101 | 100110111 | 1001011 | 10110 |
Color Harmonies of #630E53
Complementary color
Monochromatic Colors of #630E53
Black with #630E53
Text Example
Text Example
White with #630E53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #630E53; }
p { color: rgb(99,14,83); }
H1.HeaderClassName
{
color: #630E53;
}
.AnyTagClassName
{
color: #630E53;
}
</style>
background-color css
<style>
a { background-color: #630E53; }
a { background-color: rgb(99,14,83); }
div.DivClassName
{
background-color: #630E53;
}
.BgClassName
{
background-color: #630E53;
}
</style>
border-color css
<style>
span { border-color: #630E53; }
span { border-color: rgb(99,14,83); }
td.TdClassName
{
border-color: #630E53;
}
.TagClassName
{
border-color: #630E53;
}
</style>