Shades of Seance #63247C
Tints of Seance #63247C
RGB
CMYK
RGB Variations
Color information
#63247C (or 0x63247C) is known color: Seance. HEX triplet: 63, 24 and 7C. RGB value is (99,36,124). Sum of RGB (Red+Green+Blue) = 99+36+124=259 (34% of max value = 765). Red value is 99 (39.06% from 255 or 38.22% from 259); Green value is 36 (14.45% from 255 or 13.90% from 259); Blue value is 124 (48.83% from 255 or 47.88% from 259); Max value from RGB is 124 - color contains mainly: blue. Hex color #63247C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63247C is #9CDB83. Grayscale: #404040. Windows color (decimal): -10279812 or 8135779. OLE color: 8135779.
HSL color Cylindrical-coordinate representation of color #63247C: hue angle of 282.95º degrees, saturation: 0.55, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #63247C is Cyan = 0.20, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 99 | 36 | 124 | - |
| CMYK | 0.20 | 0.71 | 0 | 0.51 |
| HSL | 282.95º | 0.55% | 0.31% | - |
| HSV(B) | 282.95º | 0.71% | 0.49% | - |
| XYZ | 9.41 | 5.37 | 19.61 | - |
| YUV | 64.87 | 161.37 | 152.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 36 | 124 | 0.20 | 0.71 | 0 | 0.51 | 282.95 | 0.55 | 0.31 |
| Hex | 63 | 24 | 7C | 14 | 47 | 0 | 33 | 11B | 37 | 1F |
| Octal | 143 | 44 | 174 | 24 | 107 | 0 | 63 | 433 | 67 | 37 |
| Binary | 1100011 | 100100 | 1111100 | 10100 | 1000111 | 0 | 110011 | 100011011 | 110111 | 11111 |
Color Harmonies of #63247C
Complementary color
Monochromatic Colors of #63247C
Black with #63247C
Text Example
Text Example
White with #63247C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63247C; }
p { color: rgb(99,36,124); }
H1.HeaderClassName
{
color: #63247C;
}
.AnyTagClassName
{
color: #63247C;
}
</style>
background-color css
<style>
a { background-color: #63247C; }
a { background-color: rgb(99,36,124); }
div.DivClassName
{
background-color: #63247C;
}
.BgClassName
{
background-color: #63247C;
}
</style>
border-color css
<style>
span { border-color: #63247C; }
span { border-color: rgb(99,36,124); }
td.TdClassName
{
border-color: #63247C;
}
.TagClassName
{
border-color: #63247C;
}
</style>