Shades of Seance #632D71
Tints of Seance #632D71
RGB
CMYK
RGB Variations
Color information
#632D71 (or 0x632D71) is known color: Seance. HEX triplet: 63, 2D and 71. RGB value is (99,45,113). Sum of RGB (Red+Green+Blue) = 99+45+113=257 (34% of max value = 765). Red value is 99 (39.06% from 255 or 38.52% from 257); Green value is 45 (17.97% from 255 or 17.51% from 257); Blue value is 113 (44.53% from 255 or 43.97% from 257); Max value from RGB is 113 - color contains mainly: blue. Hex color #632D71 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #632D71 is #9CD28E. Grayscale: #444444. Windows color (decimal): -10277519 or 7417187. OLE color: 7417187.
HSL color Cylindrical-coordinate representation of color #632D71: hue angle of 287.65º degrees, saturation: 0.43, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #632D71 is Cyan = 0.12, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 99 | 45 | 113 | - |
| CMYK | 0.12 | 0.60 | 0 | 0.56 |
| HSL | 287.65º | 0.43% | 0.31% | - |
| HSV(B) | 287.65º | 0.6% | 0.44% | - |
| XYZ | 9.06 | 5.72 | 16.25 | - |
| YUV | 68.9 | 152.89 | 149.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 45 | 113 | 0.12 | 0.60 | 0 | 0.56 | 287.65 | 0.43 | 0.31 |
| Hex | 63 | 2D | 71 | C | 3C | 0 | 38 | 120 | 2B | 1F |
| Octal | 143 | 55 | 161 | 14 | 74 | 0 | 70 | 440 | 53 | 37 |
| Binary | 1100011 | 101101 | 1110001 | 1100 | 111100 | 0 | 111000 | 100100000 | 101011 | 11111 |
Color Harmonies of #632D71
Complementary color
Monochromatic Colors of #632D71
Black with #632D71
Text Example
Text Example
White with #632D71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #632D71; }
p { color: rgb(99,45,113); }
H1.HeaderClassName
{
color: #632D71;
}
.AnyTagClassName
{
color: #632D71;
}
</style>
background-color css
<style>
a { background-color: #632D71; }
a { background-color: rgb(99,45,113); }
div.DivClassName
{
background-color: #632D71;
}
.BgClassName
{
background-color: #632D71;
}
</style>
border-color css
<style>
span { border-color: #632D71; }
span { border-color: rgb(99,45,113); }
td.TdClassName
{
border-color: #632D71;
}
.TagClassName
{
border-color: #632D71;
}
</style>