Shades of Palatinate Purple #631F5E
Tints of Palatinate Purple #631F5E
RGB
CMYK
RGB Variations
Color information
#631F5E (or 0x631F5E) is known color: Palatinate Purple. HEX triplet: 63, 1F and 5E. RGB value is (99,31,94). Sum of RGB (Red+Green+Blue) = 99+31+94=224 (29% of max value = 765). Red value is 99 (39.06% from 255 or 44.20% from 224); Green value is 31 (12.5% from 255 or 13.84% from 224); Blue value is 94 (37.11% from 255 or 41.96% from 224); Max value from RGB is 99 - color contains mainly: red. Hex color #631F5E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #631F5E is #9CE0A1. Grayscale: #3A3A3A. Windows color (decimal): -10281122 or 6168419. OLE color: 6168419.
HSL color Cylindrical-coordinate representation of color #631F5E: hue angle of 304.41º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #631F5E is Cyan = 0, Magento = 0.69, Yellow = 0.05 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 31 | 94 | - |
| CMYK | 0 | 0.69 | 0.05 | 0.61 |
| HSL | 304.41º | 0.52% | 0.25% | - |
| HSV(B) | 304.41º | 0.69% | 0.39% | - |
| XYZ | 7.66 | 4.44 | 11.04 | - |
| YUV | 58.51 | 148.03 | 156.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 31 | 94 | 0 | 0.69 | 0.05 | 0.61 | 304.41 | 0.52 | 0.25 |
| Hex | 63 | 1F | 5E | 0 | 45 | 5 | 3D | 130 | 34 | 19 |
| Octal | 143 | 37 | 136 | 0 | 105 | 5 | 75 | 460 | 64 | 31 |
| Binary | 1100011 | 11111 | 1011110 | 0 | 1000101 | 101 | 111101 | 100110000 | 110100 | 11001 |
Color Harmonies of #631F5E
Complementary color
Monochromatic Colors of #631F5E
Black with #631F5E
Text Example
Text Example
White with #631F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #631F5E; }
p { color: rgb(99,31,94); }
H1.HeaderClassName
{
color: #631F5E;
}
.AnyTagClassName
{
color: #631F5E;
}
</style>
background-color css
<style>
a { background-color: #631F5E; }
a { background-color: rgb(99,31,94); }
div.DivClassName
{
background-color: #631F5E;
}
.BgClassName
{
background-color: #631F5E;
}
</style>
border-color css
<style>
span { border-color: #631F5E; }
span { border-color: rgb(99,31,94); }
td.TdClassName
{
border-color: #631F5E;
}
.TagClassName
{
border-color: #631F5E;
}
</style>