Shades of Seance #63366E
Tints of Seance #63366E
RGB
CMYK
RGB Variations
Color information
#63366E (or 0x63366E) is known color: Seance. HEX triplet: 63, 36 and 6E. RGB value is (99,54,110). Sum of RGB (Red+Green+Blue) = 99+54+110=263 (34% of max value = 765). Red value is 99 (39.06% from 255 or 37.64% from 263); Green value is 54 (21.48% from 255 or 20.53% from 263); Blue value is 110 (43.36% from 255 or 41.83% from 263); Max value from RGB is 110 - color contains mainly: blue. Hex color #63366E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63366E is #9CC991. Grayscale: #494949. Windows color (decimal): -10275218 or 7222883. OLE color: 7222883.
HSL color Cylindrical-coordinate representation of color #63366E: hue angle of 288.21º degrees, saturation: 0.34, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #63366E is Cyan = 0.1, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 99 | 54 | 110 | - |
| CMYK | 0.1 | 0.51 | 0 | 0.57 |
| HSL | 288.21º | 0.34% | 0.32% | - |
| HSV(B) | 288.21º | 0.51% | 0.43% | - |
| XYZ | 9.28 | 6.42 | 15.5 | - |
| YUV | 73.84 | 148.41 | 145.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 54 | 110 | 0.1 | 0.51 | 0 | 0.57 | 288.21 | 0.34 | 0.32 |
| Hex | 63 | 36 | 6E | A | 33 | 0 | 39 | 120 | 22 | 20 |
| Octal | 143 | 66 | 156 | 12 | 63 | 0 | 71 | 440 | 42 | 40 |
| Binary | 1100011 | 110110 | 1101110 | 1010 | 110011 | 0 | 111001 | 100100000 | 100010 | 100000 |
Color Harmonies of #63366E
Complementary color
Monochromatic Colors of #63366E
Black with #63366E
Text Example
Text Example
White with #63366E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63366E; }
p { color: rgb(99,54,110); }
H1.HeaderClassName
{
color: #63366E;
}
.AnyTagClassName
{
color: #63366E;
}
</style>
background-color css
<style>
a { background-color: #63366E; }
a { background-color: rgb(99,54,110); }
div.DivClassName
{
background-color: #63366E;
}
.BgClassName
{
background-color: #63366E;
}
</style>
border-color css
<style>
span { border-color: #63366E; }
span { border-color: rgb(99,54,110); }
td.TdClassName
{
border-color: #63366E;
}
.TagClassName
{
border-color: #63366E;
}
</style>