Shades of Palatinate Purple #631F62
Tints of Palatinate Purple #631F62
RGB
CMYK
RGB Variations
Color information
#631F62 (or 0x631F62) is known color: Palatinate Purple. HEX triplet: 63, 1F and 62. RGB value is (99,31,98). Sum of RGB (Red+Green+Blue) = 99+31+98=228 (30% of max value = 765). Red value is 99 (39.06% from 255 or 43.42% from 228); Green value is 31 (12.5% from 255 or 13.60% from 228); Blue value is 98 (38.67% from 255 or 42.98% from 228); Max value from RGB is 99 - color contains mainly: red. Hex color #631F62 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #631F62 is #9CE09D. Grayscale: #3A3A3A. Windows color (decimal): -10281118 or 6430563. OLE color: 6430563.
HSL color Cylindrical-coordinate representation of color #631F62: hue angle of 300.88º 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 #631F62 is Cyan = 0, Magento = 0.69, Yellow = 0.01 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 31 | 98 | - |
| CMYK | 0 | 0.69 | 0.01 | 0.61 |
| HSL | 300.88º | 0.52% | 0.25% | - |
| HSV(B) | 300.88º | 0.69% | 0.39% | - |
| XYZ | 7.84 | 4.51 | 12.01 | - |
| YUV | 58.97 | 150.03 | 156.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 31 | 98 | 0 | 0.69 | 0.01 | 0.61 | 300.88 | 0.52 | 0.25 |
| Hex | 63 | 1F | 62 | 0 | 45 | 1 | 3D | 12D | 34 | 19 |
| Octal | 143 | 37 | 142 | 0 | 105 | 1 | 75 | 455 | 64 | 31 |
| Binary | 1100011 | 11111 | 1100010 | 0 | 1000101 | 1 | 111101 | 100101101 | 110100 | 11001 |
Color Harmonies of #631F62
Complementary color
Monochromatic Colors of #631F62
Black with #631F62
Text Example
Text Example
White with #631F62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #631F62; }
p { color: rgb(99,31,98); }
H1.HeaderClassName
{
color: #631F62;
}
.AnyTagClassName
{
color: #631F62;
}
</style>
background-color css
<style>
a { background-color: #631F62; }
a { background-color: rgb(99,31,98); }
div.DivClassName
{
background-color: #631F62;
}
.BgClassName
{
background-color: #631F62;
}
</style>
border-color css
<style>
span { border-color: #631F62; }
span { border-color: rgb(99,31,98); }
td.TdClassName
{
border-color: #631F62;
}
.TagClassName
{
border-color: #631F62;
}
</style>