Shades of Palatinate Purple #630B5E
Tints of Palatinate Purple #630B5E
RGB
CMYK
RGB Variations
Color information
#630B5E (or 0x630B5E) is known color: Palatinate Purple. HEX triplet: 63, 0B and 5E. RGB value is (99,11,94). Sum of RGB (Red+Green+Blue) = 99+11+94=204 (27% of max value = 765). Red value is 99 (39.06% from 255 or 48.53% from 204); Green value is 11 (4.69% from 255 or 5.39% from 204); Blue value is 94 (37.11% from 255 or 46.08% from 204); Max value from RGB is 99 - color contains mainly: red. Hex color #630B5E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #630B5E is #9CF4A1. Grayscale: #2E2E2E. Windows color (decimal): -10286242 or 6163299. OLE color: 6163299.
HSL color Cylindrical-coordinate representation of color #630B5E: hue angle of 303.41º degrees, saturation: 0.8, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #630B5E is Cyan = 0, Magento = 0.89, Yellow = 0.05 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 11 | 94 | - |
| CMYK | 0 | 0.89 | 0.05 | 0.61 |
| HSL | 303.41º | 0.8% | 0.22% | - |
| HSV(B) | 303.41º | 0.89% | 0.39% | - |
| XYZ | 7.29 | 3.7 | 10.92 | - |
| YUV | 46.77 | 154.65 | 165.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 11 | 94 | 0 | 0.89 | 0.05 | 0.61 | 303.41 | 0.8 | 0.22 |
| Hex | 63 | B | 5E | 0 | 59 | 5 | 3D | 12F | 50 | 16 |
| Octal | 143 | 13 | 136 | 0 | 131 | 5 | 75 | 457 | 120 | 26 |
| Binary | 1100011 | 1011 | 1011110 | 0 | 1011001 | 101 | 111101 | 100101111 | 1010000 | 10110 |
Color Harmonies of #630B5E
Complementary color
Monochromatic Colors of #630B5E
Black with #630B5E
Text Example
Text Example
White with #630B5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #630B5E; }
p { color: rgb(99,11,94); }
H1.HeaderClassName
{
color: #630B5E;
}
.AnyTagClassName
{
color: #630B5E;
}
</style>
background-color css
<style>
a { background-color: #630B5E; }
a { background-color: rgb(99,11,94); }
div.DivClassName
{
background-color: #630B5E;
}
.BgClassName
{
background-color: #630B5E;
}
</style>
border-color css
<style>
span { border-color: #630B5E; }
span { border-color: rgb(99,11,94); }
td.TdClassName
{
border-color: #630B5E;
}
.TagClassName
{
border-color: #630B5E;
}
</style>