Shades of Seance #63136E
Tints of Seance #63136E
RGB
CMYK
RGB Variations
Color information
#63136E (or 0x63136E) is known color: Seance. HEX triplet: 63, 13 and 6E. RGB value is (99,19,110). Sum of RGB (Red+Green+Blue) = 99+19+110=228 (30% of max value = 765). Red value is 99 (39.06% from 255 or 43.42% from 228); Green value is 19 (7.81% from 255 or 8.33% from 228); Blue value is 110 (43.36% from 255 or 48.25% from 228); Max value from RGB is 110 - color contains mainly: blue. Hex color #63136E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #63136E is #9CEC91. Grayscale: #353535. Windows color (decimal): -10284178 or 7213923. OLE color: 7213923.
HSL color Cylindrical-coordinate representation of color #63136E: hue angle of 292.75º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #63136E is Cyan = 0.1, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 99 | 19 | 110 | - |
| CMYK | 0.1 | 0.83 | 0 | 0.57 |
| HSL | 292.75º | 0.71% | 0.25% | - |
| HSV(B) | 292.75º | 0.83% | 0.43% | - |
| XYZ | 8.19 | 4.24 | 15.14 | - |
| YUV | 53.29 | 160 | 160.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 19 | 110 | 0.1 | 0.83 | 0 | 0.57 | 292.75 | 0.71 | 0.25 |
| Hex | 63 | 13 | 6E | A | 53 | 0 | 39 | 125 | 47 | 19 |
| Octal | 143 | 23 | 156 | 12 | 123 | 0 | 71 | 445 | 107 | 31 |
| Binary | 1100011 | 10011 | 1101110 | 1010 | 1010011 | 0 | 111001 | 100100101 | 1000111 | 11001 |
Color Harmonies of #63136E
Complementary color
Monochromatic Colors of #63136E
Black with #63136E
Text Example
Text Example
White with #63136E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63136E; }
p { color: rgb(99,19,110); }
H1.HeaderClassName
{
color: #63136E;
}
.AnyTagClassName
{
color: #63136E;
}
</style>
background-color css
<style>
a { background-color: #63136E; }
a { background-color: rgb(99,19,110); }
div.DivClassName
{
background-color: #63136E;
}
.BgClassName
{
background-color: #63136E;
}
</style>
border-color css
<style>
span { border-color: #63136E; }
span { border-color: rgb(99,19,110); }
td.TdClassName
{
border-color: #63136E;
}
.TagClassName
{
border-color: #63136E;
}
</style>