Shades of Palatinate Purple #630D5E
Tints of Palatinate Purple #630D5E
RGB
CMYK
RGB Variations
Color information
#630D5E (or 0x630D5E) is known color: Palatinate Purple. HEX triplet: 63, 0D and 5E. RGB value is (99,13,94). Sum of RGB (Red+Green+Blue) = 99+13+94=206 (27% of max value = 765). Red value is 99 (39.06% from 255 or 48.06% from 206); Green value is 13 (5.47% from 255 or 6.31% from 206); Blue value is 94 (37.11% from 255 or 45.63% from 206); Max value from RGB is 99 - color contains mainly: red. Hex color #630D5E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #630D5E is #9CF2A1. Grayscale: #2F2F2F. Windows color (decimal): -10285730 or 6163811. OLE color: 6163811.
HSL color Cylindrical-coordinate representation of color #630D5E: hue angle of 303.49º 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 #630D5E is Cyan = 0, Magento = 0.87, Yellow = 0.05 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 13 | 94 | - |
| CMYK | 0 | 0.87 | 0.05 | 0.61 |
| HSL | 303.49º | 0.77% | 0.22% | - |
| HSV(B) | 303.49º | 0.87% | 0.39% | - |
| XYZ | 7.31 | 3.75 | 10.93 | - |
| YUV | 47.95 | 153.99 | 164.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 13 | 94 | 0 | 0.87 | 0.05 | 0.61 | 303.49 | 0.77 | 0.22 |
| Hex | 63 | D | 5E | 0 | 57 | 5 | 3D | 12F | 4D | 16 |
| Octal | 143 | 15 | 136 | 0 | 127 | 5 | 75 | 457 | 115 | 26 |
| Binary | 1100011 | 1101 | 1011110 | 0 | 1010111 | 101 | 111101 | 100101111 | 1001101 | 10110 |
Color Harmonies of #630D5E
Complementary color
Monochromatic Colors of #630D5E
Black with #630D5E
Text Example
Text Example
White with #630D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #630D5E; }
p { color: rgb(99,13,94); }
H1.HeaderClassName
{
color: #630D5E;
}
.AnyTagClassName
{
color: #630D5E;
}
</style>
background-color css
<style>
a { background-color: #630D5E; }
a { background-color: rgb(99,13,94); }
div.DivClassName
{
background-color: #630D5E;
}
.BgClassName
{
background-color: #630D5E;
}
</style>
border-color css
<style>
span { border-color: #630D5E; }
span { border-color: rgb(99,13,94); }
td.TdClassName
{
border-color: #630D5E;
}
.TagClassName
{
border-color: #630D5E;
}
</style>