Shades of Palatinate Purple #631E5A
Tints of Palatinate Purple #631E5A
RGB
CMYK
RGB Variations
Color information
#631E5A (or 0x631E5A) is known color: Palatinate Purple. HEX triplet: 63, 1E and 5A. RGB value is (99,30,90). Sum of RGB (Red+Green+Blue) = 99+30+90=219 (29% of max value = 765). Red value is 99 (39.06% from 255 or 45.21% from 219); Green value is 30 (12.11% from 255 or 13.70% from 219); Blue value is 90 (35.55% from 255 or 41.10% from 219); Max value from RGB is 99 - color contains mainly: red. Hex color #631E5A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #631E5A is #9CE1A5. Grayscale: #393939. Windows color (decimal): -10281382 or 5906019. OLE color: 5906019.
HSL color Cylindrical-coordinate representation of color #631E5A: hue angle of 307.83º degrees, saturation: 0.53, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #631E5A is Cyan = 0, Magento = 0.70, Yellow = 0.09 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 30 | 90 | - |
| CMYK | 0 | 0.70 | 0.09 | 0.61 |
| HSL | 307.83º | 0.53% | 0.25% | - |
| HSV(B) | 307.83º | 0.7% | 0.39% | - |
| XYZ | 7.46 | 4.32 | 10.11 | - |
| YUV | 57.47 | 146.36 | 157.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 30 | 90 | 0 | 0.70 | 0.09 | 0.61 | 307.83 | 0.53 | 0.25 |
| Hex | 63 | 1E | 5A | 0 | 46 | 9 | 3D | 134 | 35 | 19 |
| Octal | 143 | 36 | 132 | 0 | 106 | 11 | 75 | 464 | 65 | 31 |
| Binary | 1100011 | 11110 | 1011010 | 0 | 1000110 | 1001 | 111101 | 100110100 | 110101 | 11001 |
Color Harmonies of #631E5A
Complementary color
Monochromatic Colors of #631E5A
Black with #631E5A
Text Example
Text Example
White with #631E5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #631E5A; }
p { color: rgb(99,30,90); }
H1.HeaderClassName
{
color: #631E5A;
}
.AnyTagClassName
{
color: #631E5A;
}
</style>
background-color css
<style>
a { background-color: #631E5A; }
a { background-color: rgb(99,30,90); }
div.DivClassName
{
background-color: #631E5A;
}
.BgClassName
{
background-color: #631E5A;
}
</style>
border-color css
<style>
span { border-color: #631E5A; }
span { border-color: rgb(99,30,90); }
td.TdClassName
{
border-color: #631E5A;
}
.TagClassName
{
border-color: #631E5A;
}
</style>