Shades of Seance #63286C
Tints of Seance #63286C
RGB
CMYK
RGB Variations
Color information
#63286C (or 0x63286C) is known color: Seance. HEX triplet: 63, 28 and 6C. RGB value is (99,40,108). Sum of RGB (Red+Green+Blue) = 99+40+108=247 (32% of max value = 765). Red value is 99 (39.06% from 255 or 40.08% from 247); Green value is 40 (16.02% from 255 or 16.19% from 247); Blue value is 108 (42.58% from 255 or 43.72% from 247); Max value from RGB is 108 - color contains mainly: blue. Hex color #63286C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63286C is #9CD793. Grayscale: #414141. Windows color (decimal): -10278804 or 7088227. OLE color: 7088227.
HSL color Cylindrical-coordinate representation of color #63286C: hue angle of 292.06º degrees, saturation: 0.46, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #63286C is Cyan = 0.08, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 99 | 40 | 108 | - |
| CMYK | 0.08 | 0.63 | 0 | 0.58 |
| HSL | 292.06º | 0.46% | 0.29% | - |
| HSV(B) | 292.06º | 0.63% | 0.42% | - |
| XYZ | 8.61 | 5.25 | 14.75 | - |
| YUV | 65.39 | 152.05 | 151.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 40 | 108 | 0.08 | 0.63 | 0 | 0.58 | 292.06 | 0.46 | 0.29 |
| Hex | 63 | 28 | 6C | 8 | 3F | 0 | 3A | 124 | 2E | 1D |
| Octal | 143 | 50 | 154 | 10 | 77 | 0 | 72 | 444 | 56 | 35 |
| Binary | 1100011 | 101000 | 1101100 | 1000 | 111111 | 0 | 111010 | 100100100 | 101110 | 11101 |
Color Harmonies of #63286C
Complementary color
Monochromatic Colors of #63286C
Black with #63286C
Text Example
Text Example
White with #63286C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63286C; }
p { color: rgb(99,40,108); }
H1.HeaderClassName
{
color: #63286C;
}
.AnyTagClassName
{
color: #63286C;
}
</style>
background-color css
<style>
a { background-color: #63286C; }
a { background-color: rgb(99,40,108); }
div.DivClassName
{
background-color: #63286C;
}
.BgClassName
{
background-color: #63286C;
}
</style>
border-color css
<style>
span { border-color: #63286C; }
span { border-color: rgb(99,40,108); }
td.TdClassName
{
border-color: #63286C;
}
.TagClassName
{
border-color: #63286C;
}
</style>