Shades of Palatinate Purple #630561
Tints of Palatinate Purple #630561
RGB
CMYK
RGB Variations
Color information
#630561 (or 0x630561) is known color: Palatinate Purple. HEX triplet: 63, 05 and 61. RGB value is (99,5,97). Sum of RGB (Red+Green+Blue) = 99+5+97=201 (26% of max value = 765). Red value is 99 (39.06% from 255 or 49.25% from 201); Green value is 5 (2.34% from 255 or 2.49% from 201); Blue value is 97 (38.28% from 255 or 48.26% from 201); Max value from RGB is 99 - color contains mainly: red. Hex color #630561 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #630561 is #9CFA9E. Grayscale: #2B2B2B. Windows color (decimal): -10287775 or 6358371. OLE color: 6358371.
HSL color Cylindrical-coordinate representation of color #630561: hue angle of 301.28º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #630561 is Cyan = 0, Magento = 0.95, Yellow = 0.02 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 5 | 97 | - |
| CMYK | 0 | 0.95 | 0.02 | 0.61 |
| HSL | 301.28º | 0.9% | 0.2% | - |
| HSV(B) | 301.28º | 0.95% | 0.39% | - |
| XYZ | 7.36 | 3.62 | 11.62 | - |
| YUV | 43.59 | 158.14 | 167.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 5 | 97 | 0 | 0.95 | 0.02 | 0.61 | 301.28 | 0.9 | 0.2 |
| Hex | 63 | 5 | 61 | 0 | 5F | 2 | 3D | 12D | 5A | 14 |
| Octal | 143 | 5 | 141 | 0 | 137 | 2 | 75 | 455 | 132 | 24 |
| Binary | 1100011 | 101 | 1100001 | 0 | 1011111 | 10 | 111101 | 100101101 | 1011010 | 10100 |
Color Harmonies of #630561
Complementary color
Monochromatic Colors of #630561
Black with #630561
Text Example
Text Example
White with #630561
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #630561; }
p { color: rgb(99,5,97); }
H1.HeaderClassName
{
color: #630561;
}
.AnyTagClassName
{
color: #630561;
}
</style>
background-color css
<style>
a { background-color: #630561; }
a { background-color: rgb(99,5,97); }
div.DivClassName
{
background-color: #630561;
}
.BgClassName
{
background-color: #630561;
}
</style>
border-color css
<style>
span { border-color: #630561; }
span { border-color: rgb(99,5,97); }
td.TdClassName
{
border-color: #630561;
}
.TagClassName
{
border-color: #630561;
}
</style>