Shades of Seance #633170
Tints of Seance #633170
RGB
CMYK
RGB Variations
Color information
#633170 (or 0x633170) is known color: Seance. HEX triplet: 63, 31 and 70. RGB value is (99,49,112). Sum of RGB (Red+Green+Blue) = 99+49+112=260 (34% of max value = 765). Red value is 99 (39.06% from 255 or 38.08% from 260); Green value is 49 (19.53% from 255 or 18.85% from 260); Blue value is 112 (44.14% from 255 or 43.08% from 260); Max value from RGB is 112 - color contains mainly: blue. Hex color #633170 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #633170 is #9CCE8F. Grayscale: #464646. Windows color (decimal): -10276496 or 7352675. OLE color: 7352675.
HSL color Cylindrical-coordinate representation of color #633170: hue angle of 287.62º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #633170 is Cyan = 0.12, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 99 | 49 | 112 | - |
| CMYK | 0.12 | 0.56 | 0 | 0.56 |
| HSL | 287.62º | 0.39% | 0.32% | - |
| HSV(B) | 287.62º | 0.56% | 0.44% | - |
| XYZ | 9.17 | 6.02 | 16.01 | - |
| YUV | 71.13 | 151.07 | 147.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 49 | 112 | 0.12 | 0.56 | 0 | 0.56 | 287.62 | 0.39 | 0.32 |
| Hex | 63 | 31 | 70 | C | 38 | 0 | 38 | 120 | 27 | 20 |
| Octal | 143 | 61 | 160 | 14 | 70 | 0 | 70 | 440 | 47 | 40 |
| Binary | 1100011 | 110001 | 1110000 | 1100 | 111000 | 0 | 111000 | 100100000 | 100111 | 100000 |
Color Harmonies of #633170
Complementary color
Monochromatic Colors of #633170
Black with #633170
Text Example
Text Example
White with #633170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #633170; }
p { color: rgb(99,49,112); }
H1.HeaderClassName
{
color: #633170;
}
.AnyTagClassName
{
color: #633170;
}
</style>
background-color css
<style>
a { background-color: #633170; }
a { background-color: rgb(99,49,112); }
div.DivClassName
{
background-color: #633170;
}
.BgClassName
{
background-color: #633170;
}
</style>
border-color css
<style>
span { border-color: #633170; }
span { border-color: rgb(99,49,112); }
td.TdClassName
{
border-color: #633170;
}
.TagClassName
{
border-color: #633170;
}
</style>