Shades of Seance #632376
Tints of Seance #632376
RGB
CMYK
RGB Variations
Color information
#632376 (or 0x632376) is known color: Seance. HEX triplet: 63, 23 and 76. RGB value is (99,35,118). Sum of RGB (Red+Green+Blue) = 99+35+118=252 (33% of max value = 765). Red value is 99 (39.06% from 255 or 39.29% from 252); Green value is 35 (14.06% from 255 or 13.89% from 252); Blue value is 118 (46.48% from 255 or 46.83% from 252); Max value from RGB is 118 - color contains mainly: blue. Hex color #632376 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #632376 is #9CDC89. Grayscale: #3F3F3F. Windows color (decimal): -10280074 or 7742307. OLE color: 7742307.
HSL color Cylindrical-coordinate representation of color #632376: hue angle of 286.27º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #632376 is Cyan = 0.16, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 99 | 35 | 118 | - |
| CMYK | 0.16 | 0.70 | 0 | 0.54 |
| HSL | 286.27º | 0.54% | 0.3% | - |
| HSV(B) | 286.27º | 0.7% | 0.46% | - |
| XYZ | 9.02 | 5.16 | 17.66 | - |
| YUV | 63.6 | 158.7 | 153.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 35 | 118 | 0.16 | 0.70 | 0 | 0.54 | 286.27 | 0.54 | 0.3 |
| Hex | 63 | 23 | 76 | 10 | 46 | 0 | 36 | 11E | 36 | 1E |
| Octal | 143 | 43 | 166 | 20 | 106 | 0 | 66 | 436 | 66 | 36 |
| Binary | 1100011 | 100011 | 1110110 | 10000 | 1000110 | 0 | 110110 | 100011110 | 110110 | 11110 |
Color Harmonies of #632376
Complementary color
Monochromatic Colors of #632376
Black with #632376
Text Example
Text Example
White with #632376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #632376; }
p { color: rgb(99,35,118); }
H1.HeaderClassName
{
color: #632376;
}
.AnyTagClassName
{
color: #632376;
}
</style>
background-color css
<style>
a { background-color: #632376; }
a { background-color: rgb(99,35,118); }
div.DivClassName
{
background-color: #632376;
}
.BgClassName
{
background-color: #632376;
}
</style>
border-color css
<style>
span { border-color: #632376; }
span { border-color: rgb(99,35,118); }
td.TdClassName
{
border-color: #632376;
}
.TagClassName
{
border-color: #632376;
}
</style>