Shades of Seance #632D77
Tints of Seance #632D77
RGB
CMYK
RGB Variations
Color information
#632D77 (or 0x632D77) is known color: Seance. HEX triplet: 63, 2D and 77. RGB value is (99,45,119). Sum of RGB (Red+Green+Blue) = 99+45+119=263 (34% of max value = 765). Red value is 99 (39.06% from 255 or 37.64% from 263); Green value is 45 (17.97% from 255 or 17.11% from 263); Blue value is 119 (46.88% from 255 or 45.25% from 263); Max value from RGB is 119 - color contains mainly: blue. Hex color #632D77 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #632D77 is #9CD288. Grayscale: #454545. Windows color (decimal): -10277513 or 7810403. OLE color: 7810403.
HSL color Cylindrical-coordinate representation of color #632D77: hue angle of 283.78º degrees, saturation: 0.45, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #632D77 is Cyan = 0.17, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 99 | 45 | 119 | - |
| CMYK | 0.17 | 0.62 | 0 | 0.53 |
| HSL | 283.78º | 0.45% | 0.32% | - |
| HSV(B) | 283.78º | 0.62% | 0.47% | - |
| XYZ | 9.41 | 5.86 | 18.09 | - |
| YUV | 69.58 | 155.89 | 148.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 45 | 119 | 0.17 | 0.62 | 0 | 0.53 | 283.78 | 0.45 | 0.32 |
| Hex | 63 | 2D | 77 | 11 | 3E | 0 | 35 | 11C | 2D | 20 |
| Octal | 143 | 55 | 167 | 21 | 76 | 0 | 65 | 434 | 55 | 40 |
| Binary | 1100011 | 101101 | 1110111 | 10001 | 111110 | 0 | 110101 | 100011100 | 101101 | 100000 |
Color Harmonies of #632D77
Complementary color
Monochromatic Colors of #632D77
Black with #632D77
Text Example
Text Example
White with #632D77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #632D77; }
p { color: rgb(99,45,119); }
H1.HeaderClassName
{
color: #632D77;
}
.AnyTagClassName
{
color: #632D77;
}
</style>
background-color css
<style>
a { background-color: #632D77; }
a { background-color: rgb(99,45,119); }
div.DivClassName
{
background-color: #632D77;
}
.BgClassName
{
background-color: #632D77;
}
</style>
border-color css
<style>
span { border-color: #632D77; }
span { border-color: rgb(99,45,119); }
td.TdClassName
{
border-color: #632D77;
}
.TagClassName
{
border-color: #632D77;
}
</style>