Shades of Palatinate Purple #630759
Tints of Palatinate Purple #630759
RGB
CMYK
RGB Variations
Color information
#630759 (or 0x630759) is known color: Palatinate Purple. HEX triplet: 63, 07 and 59. RGB value is (99,7,89). Sum of RGB (Red+Green+Blue) = 99+7+89=195 (25% of max value = 765). Red value is 99 (39.06% from 255 or 50.77% from 195); Green value is 7 (3.12% from 255 or 3.59% from 195); Blue value is 89 (35.16% from 255 or 45.64% from 195); Max value from RGB is 99 - color contains mainly: red. Hex color #630759 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #630759 is #9CF8A6. Grayscale: #2B2B2B. Windows color (decimal): -10287271 or 5834595. OLE color: 5834595.
HSL color Cylindrical-coordinate representation of color #630759: hue angle of 306.52º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #630759 is Cyan = 0, Magento = 0.93, Yellow = 0.10 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 7 | 89 | - |
| CMYK | 0 | 0.93 | 0.10 | 0.61 |
| HSL | 306.52º | 0.87% | 0.21% | - |
| HSV(B) | 306.52º | 0.93% | 0.39% | - |
| XYZ | 7.02 | 3.53 | 9.76 | - |
| YUV | 43.86 | 153.48 | 167.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 7 | 89 | 0 | 0.93 | 0.10 | 0.61 | 306.52 | 0.87 | 0.21 |
| Hex | 63 | 7 | 59 | 0 | 5D | A | 3D | 133 | 57 | 15 |
| Octal | 143 | 7 | 131 | 0 | 135 | 12 | 75 | 463 | 127 | 25 |
| Binary | 1100011 | 111 | 1011001 | 0 | 1011101 | 1010 | 111101 | 100110011 | 1010111 | 10101 |
Color Harmonies of #630759
Complementary color
Monochromatic Colors of #630759
Black with #630759
Text Example
Text Example
White with #630759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #630759; }
p { color: rgb(99,7,89); }
H1.HeaderClassName
{
color: #630759;
}
.AnyTagClassName
{
color: #630759;
}
</style>
background-color css
<style>
a { background-color: #630759; }
a { background-color: rgb(99,7,89); }
div.DivClassName
{
background-color: #630759;
}
.BgClassName
{
background-color: #630759;
}
</style>
border-color css
<style>
span { border-color: #630759; }
span { border-color: rgb(99,7,89); }
td.TdClassName
{
border-color: #630759;
}
.TagClassName
{
border-color: #630759;
}
</style>