Shades of Palatinate Purple #630E5E
Tints of Palatinate Purple #630E5E
RGB
CMYK
RGB Variations
Color information
#630E5E (or 0x630E5E) is known color: Palatinate Purple. HEX triplet: 63, 0E and 5E. RGB value is (99,14,94). Sum of RGB (Red+Green+Blue) = 99+14+94=207 (27% of max value = 765). Red value is 99 (39.06% from 255 or 47.83% from 207); Green value is 14 (5.86% from 255 or 6.76% from 207); Blue value is 94 (37.11% from 255 or 45.41% from 207); Max value from RGB is 99 - color contains mainly: red. Hex color #630E5E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #630E5E is #9CF1A1. Grayscale: #303030. Windows color (decimal): -10285474 or 6164067. OLE color: 6164067.
HSL color Cylindrical-coordinate representation of color #630E5E: hue angle of 303.53º 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 #630E5E is Cyan = 0, Magento = 0.86, Yellow = 0.05 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 14 | 94 | - |
| CMYK | 0 | 0.86 | 0.05 | 0.61 |
| HSL | 303.53º | 0.75% | 0.22% | - |
| HSV(B) | 303.53º | 0.86% | 0.39% | - |
| XYZ | 7.32 | 3.77 | 10.93 | - |
| YUV | 48.54 | 153.66 | 164 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 14 | 94 | 0 | 0.86 | 0.05 | 0.61 | 303.53 | 0.75 | 0.22 |
| Hex | 63 | E | 5E | 0 | 56 | 5 | 3D | 130 | 4B | 16 |
| Octal | 143 | 16 | 136 | 0 | 126 | 5 | 75 | 460 | 113 | 26 |
| Binary | 1100011 | 1110 | 1011110 | 0 | 1010110 | 101 | 111101 | 100110000 | 1001011 | 10110 |
Color Harmonies of #630E5E
Complementary color
Monochromatic Colors of #630E5E
Black with #630E5E
Text Example
Text Example
White with #630E5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #630E5E; }
p { color: rgb(99,14,94); }
H1.HeaderClassName
{
color: #630E5E;
}
.AnyTagClassName
{
color: #630E5E;
}
</style>
background-color css
<style>
a { background-color: #630E5E; }
a { background-color: rgb(99,14,94); }
div.DivClassName
{
background-color: #630E5E;
}
.BgClassName
{
background-color: #630E5E;
}
</style>
border-color css
<style>
span { border-color: #630E5E; }
span { border-color: rgb(99,14,94); }
td.TdClassName
{
border-color: #630E5E;
}
.TagClassName
{
border-color: #630E5E;
}
</style>