Shades of Seance #63236D
Tints of Seance #63236D
RGB
CMYK
RGB Variations
Color information
#63236D (or 0x63236D) is known color: Seance. HEX triplet: 63, 23 and 6D. RGB value is (99,35,109). Sum of RGB (Red+Green+Blue) = 99+35+109=243 (32% of max value = 765). Red value is 99 (39.06% from 255 or 40.74% from 243); Green value is 35 (14.06% from 255 or 14.40% from 243); Blue value is 109 (42.97% from 255 or 44.86% from 243); Max value from RGB is 109 - color contains mainly: blue. Hex color #63236D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63236D is #9CDC92. Grayscale: #3E3E3E. Windows color (decimal): -10280083 or 7152483. OLE color: 7152483.
HSL color Cylindrical-coordinate representation of color #63236D: hue angle of 291.89º degrees, saturation: 0.51, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #63236D is Cyan = 0.09, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 99 | 35 | 109 | - |
| CMYK | 0.09 | 0.68 | 0 | 0.57 |
| HSL | 291.89º | 0.51% | 0.28% | - |
| HSV(B) | 291.89º | 0.68% | 0.43% | - |
| XYZ | 8.51 | 4.96 | 14.98 | - |
| YUV | 62.57 | 154.2 | 153.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 35 | 109 | 0.09 | 0.68 | 0 | 0.57 | 291.89 | 0.51 | 0.28 |
| Hex | 63 | 23 | 6D | 9 | 44 | 0 | 39 | 124 | 33 | 1C |
| Octal | 143 | 43 | 155 | 11 | 104 | 0 | 71 | 444 | 63 | 34 |
| Binary | 1100011 | 100011 | 1101101 | 1001 | 1000100 | 0 | 111001 | 100100100 | 110011 | 11100 |
Color Harmonies of #63236D
Complementary color
Monochromatic Colors of #63236D
Black with #63236D
Text Example
Text Example
White with #63236D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63236D; }
p { color: rgb(99,35,109); }
H1.HeaderClassName
{
color: #63236D;
}
.AnyTagClassName
{
color: #63236D;
}
</style>
background-color css
<style>
a { background-color: #63236D; }
a { background-color: rgb(99,35,109); }
div.DivClassName
{
background-color: #63236D;
}
.BgClassName
{
background-color: #63236D;
}
</style>
border-color css
<style>
span { border-color: #63236D; }
span { border-color: rgb(99,35,109); }
td.TdClassName
{
border-color: #63236D;
}
.TagClassName
{
border-color: #63236D;
}
</style>