Shades of Seance #63227C
Tints of Seance #63227C
RGB
CMYK
RGB Variations
Color information
#63227C (or 0x63227C) is known color: Seance. HEX triplet: 63, 22 and 7C. RGB value is (99,34,124). Sum of RGB (Red+Green+Blue) = 99+34+124=257 (34% of max value = 765). Red value is 99 (39.06% from 255 or 38.52% from 257); Green value is 34 (13.67% from 255 or 13.23% from 257); Blue value is 124 (48.83% from 255 or 48.25% from 257); Max value from RGB is 124 - color contains mainly: blue. Hex color #63227C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63227C is #9CDD83. Grayscale: #3F3F3F. Windows color (decimal): -10280324 or 8135267. OLE color: 8135267.
HSL color Cylindrical-coordinate representation of color #63227C: hue angle of 283.33º degrees, saturation: 0.57, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #63227C is Cyan = 0.20, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 99 | 34 | 124 | - |
| CMYK | 0.20 | 0.73 | 0 | 0.51 |
| HSL | 283.33º | 0.57% | 0.31% | - |
| HSV(B) | 283.33º | 0.73% | 0.49% | - |
| XYZ | 9.36 | 5.25 | 19.59 | - |
| YUV | 63.7 | 162.03 | 153.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 34 | 124 | 0.20 | 0.73 | 0 | 0.51 | 283.33 | 0.57 | 0.31 |
| Hex | 63 | 22 | 7C | 14 | 49 | 0 | 33 | 11B | 39 | 1F |
| Octal | 143 | 42 | 174 | 24 | 111 | 0 | 63 | 433 | 71 | 37 |
| Binary | 1100011 | 100010 | 1111100 | 10100 | 1001001 | 0 | 110011 | 100011011 | 111001 | 11111 |
Color Harmonies of #63227C
Complementary color
Monochromatic Colors of #63227C
Black with #63227C
Text Example
Text Example
White with #63227C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63227C; }
p { color: rgb(99,34,124); }
H1.HeaderClassName
{
color: #63227C;
}
.AnyTagClassName
{
color: #63227C;
}
</style>
background-color css
<style>
a { background-color: #63227C; }
a { background-color: rgb(99,34,124); }
div.DivClassName
{
background-color: #63227C;
}
.BgClassName
{
background-color: #63227C;
}
</style>
border-color css
<style>
span { border-color: #63227C; }
span { border-color: rgb(99,34,124); }
td.TdClassName
{
border-color: #63227C;
}
.TagClassName
{
border-color: #63227C;
}
</style>