Shades of Seance #631B71
Tints of Seance #631B71
RGB
CMYK
RGB Variations
Color information
#631B71 (or 0x631B71) is known color: Seance. HEX triplet: 63, 1B and 71. RGB value is (99,27,113). Sum of RGB (Red+Green+Blue) = 99+27+113=239 (31% of max value = 765). Red value is 99 (39.06% from 255 or 41.42% from 239); Green value is 27 (10.94% from 255 or 11.30% from 239); Blue value is 113 (44.53% from 255 or 47.28% from 239); Max value from RGB is 113 - color contains mainly: blue. Hex color #631B71 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #631B71 is #9CE48E. Grayscale: #3A3A3A. Windows color (decimal): -10282127 or 7412579. OLE color: 7412579.
HSL color Cylindrical-coordinate representation of color #631B71: hue angle of 290.23º degrees, saturation: 0.61, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #631B71 is Cyan = 0.12, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 99 | 27 | 113 | - |
| CMYK | 0.12 | 0.76 | 0 | 0.56 |
| HSL | 290.23º | 0.61% | 0.27% | - |
| HSV(B) | 290.23º | 0.76% | 0.44% | - |
| XYZ | 8.52 | 4.63 | 16.07 | - |
| YUV | 58.33 | 158.85 | 157.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 27 | 113 | 0.12 | 0.76 | 0 | 0.56 | 290.23 | 0.61 | 0.27 |
| Hex | 63 | 1B | 71 | C | 4C | 0 | 38 | 122 | 3D | 1B |
| Octal | 143 | 33 | 161 | 14 | 114 | 0 | 70 | 442 | 75 | 33 |
| Binary | 1100011 | 11011 | 1110001 | 1100 | 1001100 | 0 | 111000 | 100100010 | 111101 | 11011 |
Color Harmonies of #631B71
Complementary color
Monochromatic Colors of #631B71
Black with #631B71
Text Example
Text Example
White with #631B71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #631B71; }
p { color: rgb(99,27,113); }
H1.HeaderClassName
{
color: #631B71;
}
.AnyTagClassName
{
color: #631B71;
}
</style>
background-color css
<style>
a { background-color: #631B71; }
a { background-color: rgb(99,27,113); }
div.DivClassName
{
background-color: #631B71;
}
.BgClassName
{
background-color: #631B71;
}
</style>
border-color css
<style>
span { border-color: #631B71; }
span { border-color: rgb(99,27,113); }
td.TdClassName
{
border-color: #631B71;
}
.TagClassName
{
border-color: #631B71;
}
</style>