Shades of Palatinate Purple #630959
Tints of Palatinate Purple #630959
RGB
CMYK
RGB Variations
Color information
#630959 (or 0x630959) is known color: Palatinate Purple. HEX triplet: 63, 09 and 59. RGB value is (99,9,89). Sum of RGB (Red+Green+Blue) = 99+9+89=197 (26% of max value = 765). Red value is 99 (39.06% from 255 or 50.25% from 197); Green value is 9 (3.91% from 255 or 4.57% from 197); Blue value is 89 (35.16% from 255 or 45.18% from 197); Max value from RGB is 99 - color contains mainly: red. Hex color #630959 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #630959 is #9CF6A6. Grayscale: #2C2C2C. Windows color (decimal): -10286759 or 5835107. OLE color: 5835107.
HSL color Cylindrical-coordinate representation of color #630959: hue angle of 306.67º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #630959 is Cyan = 0, Magento = 0.91, Yellow = 0.10 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 9 | 89 | - |
| CMYK | 0 | 0.91 | 0.10 | 0.61 |
| HSL | 306.67º | 0.83% | 0.21% | - |
| HSV(B) | 306.67º | 0.91% | 0.39% | - |
| XYZ | 7.05 | 3.57 | 9.77 | - |
| YUV | 45.03 | 152.82 | 166.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 9 | 89 | 0 | 0.91 | 0.10 | 0.61 | 306.67 | 0.83 | 0.21 |
| Hex | 63 | 9 | 59 | 0 | 5B | A | 3D | 133 | 53 | 15 |
| Octal | 143 | 11 | 131 | 0 | 133 | 12 | 75 | 463 | 123 | 25 |
| Binary | 1100011 | 1001 | 1011001 | 0 | 1011011 | 1010 | 111101 | 100110011 | 1010011 | 10101 |
Color Harmonies of #630959
Complementary color
Monochromatic Colors of #630959
Black with #630959
Text Example
Text Example
White with #630959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #630959; }
p { color: rgb(99,9,89); }
H1.HeaderClassName
{
color: #630959;
}
.AnyTagClassName
{
color: #630959;
}
</style>
background-color css
<style>
a { background-color: #630959; }
a { background-color: rgb(99,9,89); }
div.DivClassName
{
background-color: #630959;
}
.BgClassName
{
background-color: #630959;
}
</style>
border-color css
<style>
span { border-color: #630959; }
span { border-color: rgb(99,9,89); }
td.TdClassName
{
border-color: #630959;
}
.TagClassName
{
border-color: #630959;
}
</style>