Shades of Palatinate Purple #631C5E
Tints of Palatinate Purple #631C5E
RGB
CMYK
RGB Variations
Color information
#631C5E (or 0x631C5E) is known color: Palatinate Purple. HEX triplet: 63, 1C and 5E. RGB value is (99,28,94). Sum of RGB (Red+Green+Blue) = 99+28+94=221 (29% of max value = 765). Red value is 99 (39.06% from 255 or 44.80% from 221); Green value is 28 (11.33% from 255 or 12.67% from 221); Blue value is 94 (37.11% from 255 or 42.53% from 221); Max value from RGB is 99 - color contains mainly: red. Hex color #631C5E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #631C5E is #9CE3A1. Grayscale: #383838. Windows color (decimal): -10281890 or 6167651. OLE color: 6167651.
HSL color Cylindrical-coordinate representation of color #631C5E: hue angle of 304.23º degrees, saturation: 0.56, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #631C5E is Cyan = 0, Magento = 0.72, Yellow = 0.05 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 28 | 94 | - |
| CMYK | 0 | 0.72 | 0.05 | 0.61 |
| HSL | 304.23º | 0.56% | 0.25% | - |
| HSV(B) | 304.23º | 0.72% | 0.39% | - |
| XYZ | 7.58 | 4.29 | 11.02 | - |
| YUV | 56.75 | 149.02 | 158.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 28 | 94 | 0 | 0.72 | 0.05 | 0.61 | 304.23 | 0.56 | 0.25 |
| Hex | 63 | 1C | 5E | 0 | 48 | 5 | 3D | 130 | 38 | 19 |
| Octal | 143 | 34 | 136 | 0 | 110 | 5 | 75 | 460 | 70 | 31 |
| Binary | 1100011 | 11100 | 1011110 | 0 | 1001000 | 101 | 111101 | 100110000 | 111000 | 11001 |
Color Harmonies of #631C5E
Complementary color
Monochromatic Colors of #631C5E
Black with #631C5E
Text Example
Text Example
White with #631C5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #631C5E; }
p { color: rgb(99,28,94); }
H1.HeaderClassName
{
color: #631C5E;
}
.AnyTagClassName
{
color: #631C5E;
}
</style>
background-color css
<style>
a { background-color: #631C5E; }
a { background-color: rgb(99,28,94); }
div.DivClassName
{
background-color: #631C5E;
}
.BgClassName
{
background-color: #631C5E;
}
</style>
border-color css
<style>
span { border-color: #631C5E; }
span { border-color: rgb(99,28,94); }
td.TdClassName
{
border-color: #631C5E;
}
.TagClassName
{
border-color: #631C5E;
}
</style>