Shades of Seance #63356A
Tints of Seance #63356A
RGB
CMYK
RGB Variations
Color information
#63356A (or 0x63356A) is known color: Seance. HEX triplet: 63, 35 and 6A. RGB value is (99,53,106). Sum of RGB (Red+Green+Blue) = 99+53+106=258 (34% of max value = 765). Red value is 99 (39.06% from 255 or 38.37% from 258); Green value is 53 (21.09% from 255 or 20.54% from 258); Blue value is 106 (41.80% from 255 or 41.09% from 258); Max value from RGB is 106 - color contains mainly: blue. Hex color #63356A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63356A is #9CCA95. Grayscale: #484848. Windows color (decimal): -10275478 or 6960483. OLE color: 6960483.
HSL color Cylindrical-coordinate representation of color #63356A: hue angle of 292.08º degrees, saturation: 0.33, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #63356A is Cyan = 0.07, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 99 | 53 | 106 | - |
| CMYK | 0.07 | 0.5 | 0 | 0.58 |
| HSL | 292.08º | 0.33% | 0.31% | - |
| HSV(B) | 292.08º | 0.5% | 0.42% | - |
| XYZ | 9.02 | 6.24 | 14.36 | - |
| YUV | 72.8 | 146.74 | 146.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 53 | 106 | 0.07 | 0.5 | 0 | 0.58 | 292.08 | 0.33 | 0.31 |
| Hex | 63 | 35 | 6A | 7 | 32 | 0 | 3A | 124 | 21 | 1F |
| Octal | 143 | 65 | 152 | 7 | 62 | 0 | 72 | 444 | 41 | 37 |
| Binary | 1100011 | 110101 | 1101010 | 111 | 110010 | 0 | 111010 | 100100100 | 100001 | 11111 |
Color Harmonies of #63356A
Complementary color
Monochromatic Colors of #63356A
Black with #63356A
Text Example
Text Example
White with #63356A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63356A; }
p { color: rgb(99,53,106); }
H1.HeaderClassName
{
color: #63356A;
}
.AnyTagClassName
{
color: #63356A;
}
</style>
background-color css
<style>
a { background-color: #63356A; }
a { background-color: rgb(99,53,106); }
div.DivClassName
{
background-color: #63356A;
}
.BgClassName
{
background-color: #63356A;
}
</style>
border-color css
<style>
span { border-color: #63356A; }
span { border-color: rgb(99,53,106); }
td.TdClassName
{
border-color: #63356A;
}
.TagClassName
{
border-color: #63356A;
}
</style>