Shades of Palatinate Purple #630D5B
Tints of Palatinate Purple #630D5B
RGB
CMYK
RGB Variations
Color information
#630D5B (or 0x630D5B) is known color: Palatinate Purple. HEX triplet: 63, 0D and 5B. RGB value is (99,13,91). Sum of RGB (Red+Green+Blue) = 99+13+91=203 (26% of max value = 765). Red value is 99 (39.06% from 255 or 48.77% from 203); Green value is 13 (5.47% from 255 or 6.40% from 203); Blue value is 91 (35.94% from 255 or 44.83% from 203); Max value from RGB is 99 - color contains mainly: red. Hex color #630D5B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #630D5B is #9CF2A4. Grayscale: #2F2F2F. Windows color (decimal): -10285733 or 5967203. OLE color: 5967203.
HSL color Cylindrical-coordinate representation of color #630D5B: hue angle of 305.58º degrees, saturation: 0.77, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #630D5B is Cyan = 0, Magento = 0.87, Yellow = 0.08 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 13 | 91 | - |
| CMYK | 0 | 0.87 | 0.08 | 0.61 |
| HSL | 305.58º | 0.77% | 0.22% | - |
| HSV(B) | 305.58º | 0.87% | 0.39% | - |
| XYZ | 7.18 | 3.7 | 10.23 | - |
| YUV | 47.61 | 152.49 | 164.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 13 | 91 | 0 | 0.87 | 0.08 | 0.61 | 305.58 | 0.77 | 0.22 |
| Hex | 63 | D | 5B | 0 | 57 | 8 | 3D | 132 | 4D | 16 |
| Octal | 143 | 15 | 133 | 0 | 127 | 10 | 75 | 462 | 115 | 26 |
| Binary | 1100011 | 1101 | 1011011 | 0 | 1010111 | 1000 | 111101 | 100110010 | 1001101 | 10110 |
Color Harmonies of #630D5B
Complementary color
Monochromatic Colors of #630D5B
Black with #630D5B
Text Example
Text Example
White with #630D5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #630D5B; }
p { color: rgb(99,13,91); }
H1.HeaderClassName
{
color: #630D5B;
}
.AnyTagClassName
{
color: #630D5B;
}
</style>
background-color css
<style>
a { background-color: #630D5B; }
a { background-color: rgb(99,13,91); }
div.DivClassName
{
background-color: #630D5B;
}
.BgClassName
{
background-color: #630D5B;
}
</style>
border-color css
<style>
span { border-color: #630D5B; }
span { border-color: rgb(99,13,91); }
td.TdClassName
{
border-color: #630D5B;
}
.TagClassName
{
border-color: #630D5B;
}
</style>