Shades of Seance #631173
Tints of Seance #631173
RGB
CMYK
RGB Variations
Color information
#631173 (or 0x631173) is known color: Seance. HEX triplet: 63, 11 and 73. RGB value is (99,17,115). Sum of RGB (Red+Green+Blue) = 99+17+115=231 (30% of max value = 765). Red value is 99 (39.06% from 255 or 42.86% from 231); Green value is 17 (7.03% from 255 or 7.36% from 231); Blue value is 115 (45.31% from 255 or 49.78% from 231); Max value from RGB is 115 - color contains mainly: blue. Hex color #631173 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #631173 is #9CEE8C. Grayscale: #343434. Windows color (decimal): -10284685 or 7541091. OLE color: 7541091.
HSL color Cylindrical-coordinate representation of color #631173: hue angle of 290.2º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #631173 is Cyan = 0.14, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 99 | 17 | 115 | - |
| CMYK | 0.14 | 0.85 | 0 | 0.55 |
| HSL | 290.2º | 0.74% | 0.26% | - |
| HSV(B) | 290.2º | 0.85% | 0.45% | - |
| XYZ | 8.44 | 4.29 | 16.6 | - |
| YUV | 52.69 | 163.17 | 161.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 17 | 115 | 0.14 | 0.85 | 0 | 0.55 | 290.2 | 0.74 | 0.26 |
| Hex | 63 | 11 | 73 | E | 55 | 0 | 37 | 122 | 4A | 1A |
| Octal | 143 | 21 | 163 | 16 | 125 | 0 | 67 | 442 | 112 | 32 |
| Binary | 1100011 | 10001 | 1110011 | 1110 | 1010101 | 0 | 110111 | 100100010 | 1001010 | 11010 |
Color Harmonies of #631173
Complementary color
Monochromatic Colors of #631173
Black with #631173
Text Example
Text Example
White with #631173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #631173; }
p { color: rgb(99,17,115); }
H1.HeaderClassName
{
color: #631173;
}
.AnyTagClassName
{
color: #631173;
}
</style>
background-color css
<style>
a { background-color: #631173; }
a { background-color: rgb(99,17,115); }
div.DivClassName
{
background-color: #631173;
}
.BgClassName
{
background-color: #631173;
}
</style>
border-color css
<style>
span { border-color: #631173; }
span { border-color: rgb(99,17,115); }
td.TdClassName
{
border-color: #631173;
}
.TagClassName
{
border-color: #631173;
}
</style>