Shades of Seance #63296E
Tints of Seance #63296E
RGB
CMYK
RGB Variations
Color information
#63296E (or 0x63296E) is known color: Seance. HEX triplet: 63, 29 and 6E. RGB value is (99,41,110). Sum of RGB (Red+Green+Blue) = 99+41+110=250 (33% of max value = 765). Red value is 99 (39.06% from 255 or 39.6% from 250); Green value is 41 (16.41% from 255 or 16.4% from 250); Blue value is 110 (43.36% from 255 or 44% from 250); Max value from RGB is 110 - color contains mainly: blue. Hex color #63296E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63296E is #9CD691. Grayscale: #414141. Windows color (decimal): -10278546 or 7219555. OLE color: 7219555.
HSL color Cylindrical-coordinate representation of color #63296E: hue angle of 290.43º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #63296E is Cyan = 0.1, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 99 | 41 | 110 | - |
| CMYK | 0.1 | 0.63 | 0 | 0.57 |
| HSL | 290.43º | 0.46% | 0.3% | - |
| HSV(B) | 290.43º | 0.63% | 0.43% | - |
| XYZ | 8.75 | 5.36 | 15.33 | - |
| YUV | 66.21 | 152.72 | 151.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 41 | 110 | 0.1 | 0.63 | 0 | 0.57 | 290.43 | 0.46 | 0.3 |
| Hex | 63 | 29 | 6E | A | 3F | 0 | 39 | 122 | 2E | 1E |
| Octal | 143 | 51 | 156 | 12 | 77 | 0 | 71 | 442 | 56 | 36 |
| Binary | 1100011 | 101001 | 1101110 | 1010 | 111111 | 0 | 111001 | 100100010 | 101110 | 11110 |
Color Harmonies of #63296E
Complementary color
Monochromatic Colors of #63296E
Black with #63296E
Text Example
Text Example
White with #63296E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63296E; }
p { color: rgb(99,41,110); }
H1.HeaderClassName
{
color: #63296E;
}
.AnyTagClassName
{
color: #63296E;
}
</style>
background-color css
<style>
a { background-color: #63296E; }
a { background-color: rgb(99,41,110); }
div.DivClassName
{
background-color: #63296E;
}
.BgClassName
{
background-color: #63296E;
}
</style>
border-color css
<style>
span { border-color: #63296E; }
span { border-color: rgb(99,41,110); }
td.TdClassName
{
border-color: #63296E;
}
.TagClassName
{
border-color: #63296E;
}
</style>