Shades of Palatinate Purple #631E5C
Tints of Palatinate Purple #631E5C
RGB
CMYK
RGB Variations
Color information
#631E5C (or 0x631E5C) is known color: Palatinate Purple. HEX triplet: 63, 1E and 5C. RGB value is (99,30,92). Sum of RGB (Red+Green+Blue) = 99+30+92=221 (29% of max value = 765). Red value is 99 (39.06% from 255 or 44.80% from 221); Green value is 30 (12.11% from 255 or 13.57% from 221); Blue value is 92 (36.33% from 255 or 41.63% from 221); Max value from RGB is 99 - color contains mainly: red. Hex color #631E5C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #631E5C is #9CE1A3. Grayscale: #393939. Windows color (decimal): -10281380 or 6037091. OLE color: 6037091.
HSL color Cylindrical-coordinate representation of color #631E5C: hue angle of 306.09º 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 #631E5C is Cyan = 0, Magento = 0.70, Yellow = 0.07 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 30 | 92 | - |
| CMYK | 0 | 0.70 | 0.07 | 0.61 |
| HSL | 306.09º | 0.53% | 0.25% | - |
| HSV(B) | 306.09º | 0.7% | 0.39% | - |
| XYZ | 7.54 | 4.35 | 10.57 | - |
| YUV | 57.7 | 147.36 | 157.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 30 | 92 | 0 | 0.70 | 0.07 | 0.61 | 306.09 | 0.53 | 0.25 |
| Hex | 63 | 1E | 5C | 0 | 46 | 7 | 3D | 132 | 35 | 19 |
| Octal | 143 | 36 | 134 | 0 | 106 | 7 | 75 | 462 | 65 | 31 |
| Binary | 1100011 | 11110 | 1011100 | 0 | 1000110 | 111 | 111101 | 100110010 | 110101 | 11001 |
Color Harmonies of #631E5C
Complementary color
Monochromatic Colors of #631E5C
Black with #631E5C
Text Example
Text Example
White with #631E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #631E5C; }
p { color: rgb(99,30,92); }
H1.HeaderClassName
{
color: #631E5C;
}
.AnyTagClassName
{
color: #631E5C;
}
</style>
background-color css
<style>
a { background-color: #631E5C; }
a { background-color: rgb(99,30,92); }
div.DivClassName
{
background-color: #631E5C;
}
.BgClassName
{
background-color: #631E5C;
}
</style>
border-color css
<style>
span { border-color: #631E5C; }
span { border-color: rgb(99,30,92); }
td.TdClassName
{
border-color: #631E5C;
}
.TagClassName
{
border-color: #631E5C;
}
</style>