Shades of Seance #63356E
Tints of Seance #63356E
RGB
CMYK
RGB Variations
Color information
#63356E (or 0x63356E) is known color: Seance. HEX triplet: 63, 35 and 6E. RGB value is (99,53,110). Sum of RGB (Red+Green+Blue) = 99+53+110=262 (34% of max value = 765). Red value is 99 (39.06% from 255 or 37.79% from 262); Green value is 53 (21.09% from 255 or 20.23% from 262); Blue value is 110 (43.36% from 255 or 41.98% from 262); Max value from RGB is 110 - color contains mainly: blue. Hex color #63356E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63356E is #9CCA91. Grayscale: #494949. Windows color (decimal): -10275474 or 7222627. OLE color: 7222627.
HSL color Cylindrical-coordinate representation of color #63356E: hue angle of 288.42º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #63356E is Cyan = 0.1, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 99 | 53 | 110 | - |
| CMYK | 0.1 | 0.52 | 0 | 0.57 |
| HSL | 288.42º | 0.35% | 0.32% | - |
| HSV(B) | 288.42º | 0.52% | 0.43% | - |
| XYZ | 9.23 | 6.32 | 15.49 | - |
| YUV | 73.25 | 148.74 | 146.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 53 | 110 | 0.1 | 0.52 | 0 | 0.57 | 288.42 | 0.35 | 0.32 |
| Hex | 63 | 35 | 6E | A | 34 | 0 | 39 | 120 | 23 | 20 |
| Octal | 143 | 65 | 156 | 12 | 64 | 0 | 71 | 440 | 43 | 40 |
| Binary | 1100011 | 110101 | 1101110 | 1010 | 110100 | 0 | 111001 | 100100000 | 100011 | 100000 |
Color Harmonies of #63356E
Complementary color
Monochromatic Colors of #63356E
Black with #63356E
Text Example
Text Example
White with #63356E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63356E; }
p { color: rgb(99,53,110); }
H1.HeaderClassName
{
color: #63356E;
}
.AnyTagClassName
{
color: #63356E;
}
</style>
background-color css
<style>
a { background-color: #63356E; }
a { background-color: rgb(99,53,110); }
div.DivClassName
{
background-color: #63356E;
}
.BgClassName
{
background-color: #63356E;
}
</style>
border-color css
<style>
span { border-color: #63356E; }
span { border-color: rgb(99,53,110); }
td.TdClassName
{
border-color: #63356E;
}
.TagClassName
{
border-color: #63356E;
}
</style>