Shades of Seance #63276C
Tints of Seance #63276C
RGB
CMYK
RGB Variations
Color information
#63276C (or 0x63276C) is known color: Seance. HEX triplet: 63, 27 and 6C. RGB value is (99,39,108). Sum of RGB (Red+Green+Blue) = 99+39+108=246 (32% of max value = 765). Red value is 99 (39.06% from 255 or 40.24% from 246); Green value is 39 (15.62% from 255 or 15.85% from 246); Blue value is 108 (42.58% from 255 or 43.90% from 246); Max value from RGB is 108 - color contains mainly: blue. Hex color #63276C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63276C is #9CD893. Grayscale: #404040. Windows color (decimal): -10279060 or 7087971. OLE color: 7087971.
HSL color Cylindrical-coordinate representation of color #63276C: hue angle of 292.17º degrees, saturation: 0.47, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #63276C is Cyan = 0.08, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 99 | 39 | 108 | - |
| CMYK | 0.08 | 0.64 | 0 | 0.58 |
| HSL | 292.17º | 0.47% | 0.29% | - |
| HSV(B) | 292.17º | 0.64% | 0.42% | - |
| XYZ | 8.58 | 5.19 | 14.74 | - |
| YUV | 64.81 | 152.38 | 152.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 39 | 108 | 0.08 | 0.64 | 0 | 0.58 | 292.17 | 0.47 | 0.29 |
| Hex | 63 | 27 | 6C | 8 | 40 | 0 | 3A | 124 | 2F | 1D |
| Octal | 143 | 47 | 154 | 10 | 100 | 0 | 72 | 444 | 57 | 35 |
| Binary | 1100011 | 100111 | 1101100 | 1000 | 1000000 | 0 | 111010 | 100100100 | 101111 | 11101 |
Color Harmonies of #63276C
Complementary color
Monochromatic Colors of #63276C
Black with #63276C
Text Example
Text Example
White with #63276C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63276C; }
p { color: rgb(99,39,108); }
H1.HeaderClassName
{
color: #63276C;
}
.AnyTagClassName
{
color: #63276C;
}
</style>
background-color css
<style>
a { background-color: #63276C; }
a { background-color: rgb(99,39,108); }
div.DivClassName
{
background-color: #63276C;
}
.BgClassName
{
background-color: #63276C;
}
</style>
border-color css
<style>
span { border-color: #63276C; }
span { border-color: rgb(99,39,108); }
td.TdClassName
{
border-color: #63276C;
}
.TagClassName
{
border-color: #63276C;
}
</style>