Shades of Seance #631C71
Tints of Seance #631C71
RGB
CMYK
RGB Variations
Color information
#631C71 (or 0x631C71) is known color: Seance. HEX triplet: 63, 1C and 71. RGB value is (99,28,113). Sum of RGB (Red+Green+Blue) = 99+28+113=240 (31% of max value = 765). Red value is 99 (39.06% from 255 or 41.25% from 240); Green value is 28 (11.33% from 255 or 11.67% from 240); Blue value is 113 (44.53% from 255 or 47.08% from 240); Max value from RGB is 113 - color contains mainly: blue. Hex color #631C71 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #631C71 is #9CE38E. Grayscale: #3A3A3A. Windows color (decimal): -10281871 or 7412835. OLE color: 7412835.
HSL color Cylindrical-coordinate representation of color #631C71: hue angle of 290.12º degrees, saturation: 0.6, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #631C71 is Cyan = 0.12, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 99 | 28 | 113 | - |
| CMYK | 0.12 | 0.75 | 0 | 0.56 |
| HSL | 290.12º | 0.6% | 0.28% | - |
| HSV(B) | 290.12º | 0.75% | 0.44% | - |
| XYZ | 8.54 | 4.68 | 16.08 | - |
| YUV | 58.92 | 158.52 | 156.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 28 | 113 | 0.12 | 0.75 | 0 | 0.56 | 290.12 | 0.6 | 0.28 |
| Hex | 63 | 1C | 71 | C | 4B | 0 | 38 | 122 | 3C | 1C |
| Octal | 143 | 34 | 161 | 14 | 113 | 0 | 70 | 442 | 74 | 34 |
| Binary | 1100011 | 11100 | 1110001 | 1100 | 1001011 | 0 | 111000 | 100100010 | 111100 | 11100 |
Color Harmonies of #631C71
Complementary color
Monochromatic Colors of #631C71
Black with #631C71
Text Example
Text Example
White with #631C71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #631C71; }
p { color: rgb(99,28,113); }
H1.HeaderClassName
{
color: #631C71;
}
.AnyTagClassName
{
color: #631C71;
}
</style>
background-color css
<style>
a { background-color: #631C71; }
a { background-color: rgb(99,28,113); }
div.DivClassName
{
background-color: #631C71;
}
.BgClassName
{
background-color: #631C71;
}
</style>
border-color css
<style>
span { border-color: #631C71; }
span { border-color: rgb(99,28,113); }
td.TdClassName
{
border-color: #631C71;
}
.TagClassName
{
border-color: #631C71;
}
</style>