Shades of Seance #63316D
Tints of Seance #63316D
RGB
CMYK
RGB Variations
Color information
#63316D (or 0x63316D) is known color: Seance. HEX triplet: 63, 31 and 6D. RGB value is (99,49,109). Sum of RGB (Red+Green+Blue) = 99+49+109=257 (34% of max value = 765). Red value is 99 (39.06% from 255 or 38.52% from 257); Green value is 49 (19.53% from 255 or 19.07% from 257); Blue value is 109 (42.97% from 255 or 42.41% from 257); Max value from RGB is 109 - color contains mainly: blue. Hex color #63316D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63316D is #9CCE92. Grayscale: #464646. Windows color (decimal): -10276499 or 7156067. OLE color: 7156067.
HSL color Cylindrical-coordinate representation of color #63316D: hue angle of 290º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #63316D is Cyan = 0.09, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 99 | 49 | 109 | - |
| CMYK | 0.09 | 0.55 | 0 | 0.57 |
| HSL | 290º | 0.38% | 0.31% | - |
| HSV(B) | 290º | 0.55% | 0.43% | - |
| XYZ | 9 | 5.95 | 15.14 | - |
| YUV | 70.79 | 149.57 | 148.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 49 | 109 | 0.09 | 0.55 | 0 | 0.57 | 290 | 0.38 | 0.31 |
| Hex | 63 | 31 | 6D | 9 | 37 | 0 | 39 | 122 | 26 | 1F |
| Octal | 143 | 61 | 155 | 11 | 67 | 0 | 71 | 442 | 46 | 37 |
| Binary | 1100011 | 110001 | 1101101 | 1001 | 110111 | 0 | 111001 | 100100010 | 100110 | 11111 |
Color Harmonies of #63316D
Complementary color
Monochromatic Colors of #63316D
Black with #63316D
Text Example
Text Example
White with #63316D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63316D; }
p { color: rgb(99,49,109); }
H1.HeaderClassName
{
color: #63316D;
}
.AnyTagClassName
{
color: #63316D;
}
</style>
background-color css
<style>
a { background-color: #63316D; }
a { background-color: rgb(99,49,109); }
div.DivClassName
{
background-color: #63316D;
}
.BgClassName
{
background-color: #63316D;
}
</style>
border-color css
<style>
span { border-color: #63316D; }
span { border-color: rgb(99,49,109); }
td.TdClassName
{
border-color: #63316D;
}
.TagClassName
{
border-color: #63316D;
}
</style>