Shades of Seance #632978
Tints of Seance #632978
RGB
CMYK
RGB Variations
Color information
#632978 (or 0x632978) is known color: Seance. HEX triplet: 63, 29 and 78. RGB value is (99,41,120). Sum of RGB (Red+Green+Blue) = 99+41+120=260 (34% of max value = 765). Red value is 99 (39.06% from 255 or 38.08% from 260); Green value is 41 (16.41% from 255 or 15.77% from 260); Blue value is 120 (47.27% from 255 or 46.15% from 260); Max value from RGB is 120 - color contains mainly: blue. Hex color #632978 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #632978 is #9CD687. Grayscale: #434343. Windows color (decimal): -10278536 or 7874915. OLE color: 7874915.
HSL color Cylindrical-coordinate representation of color #632978: hue angle of 284.05º degrees, saturation: 0.49, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #632978 is Cyan = 0.17, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 99 | 41 | 120 | - |
| CMYK | 0.17 | 0.66 | 0 | 0.53 |
| HSL | 284.05º | 0.49% | 0.32% | - |
| HSV(B) | 284.05º | 0.66% | 0.47% | - |
| XYZ | 9.33 | 5.59 | 18.36 | - |
| YUV | 67.35 | 157.72 | 150.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 41 | 120 | 0.17 | 0.66 | 0 | 0.53 | 284.05 | 0.49 | 0.32 |
| Hex | 63 | 29 | 78 | 11 | 42 | 0 | 35 | 11C | 31 | 20 |
| Octal | 143 | 51 | 170 | 21 | 102 | 0 | 65 | 434 | 61 | 40 |
| Binary | 1100011 | 101001 | 1111000 | 10001 | 1000010 | 0 | 110101 | 100011100 | 110001 | 100000 |
Color Harmonies of #632978
Complementary color
Monochromatic Colors of #632978
Black with #632978
Text Example
Text Example
White with #632978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #632978; }
p { color: rgb(99,41,120); }
H1.HeaderClassName
{
color: #632978;
}
.AnyTagClassName
{
color: #632978;
}
</style>
background-color css
<style>
a { background-color: #632978; }
a { background-color: rgb(99,41,120); }
div.DivClassName
{
background-color: #632978;
}
.BgClassName
{
background-color: #632978;
}
</style>
border-color css
<style>
span { border-color: #632978; }
span { border-color: rgb(99,41,120); }
td.TdClassName
{
border-color: #632978;
}
.TagClassName
{
border-color: #632978;
}
</style>