Shades of Seance #632C74
Tints of Seance #632C74
RGB
CMYK
RGB Variations
Color information
#632C74 (or 0x632C74) is known color: Seance. HEX triplet: 63, 2C and 74. RGB value is (99,44,116). Sum of RGB (Red+Green+Blue) = 99+44+116=259 (34% of max value = 765). Red value is 99 (39.06% from 255 or 38.22% from 259); Green value is 44 (17.58% from 255 or 16.99% from 259); Blue value is 116 (45.70% from 255 or 44.79% from 259); Max value from RGB is 116 - color contains mainly: blue. Hex color #632C74 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #632C74 is #9CD38B. Grayscale: #444444. Windows color (decimal): -10277772 or 7613539. OLE color: 7613539.
HSL color Cylindrical-coordinate representation of color #632C74: hue angle of 285.83º degrees, saturation: 0.45, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #632C74 is Cyan = 0.15, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 99 | 44 | 116 | - |
| CMYK | 0.15 | 0.62 | 0 | 0.55 |
| HSL | 285.83º | 0.45% | 0.31% | - |
| HSV(B) | 285.83º | 0.62% | 0.45% | - |
| XYZ | 9.2 | 5.71 | 17.14 | - |
| YUV | 68.65 | 154.72 | 149.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 44 | 116 | 0.15 | 0.62 | 0 | 0.55 | 285.83 | 0.45 | 0.31 |
| Hex | 63 | 2C | 74 | F | 3E | 0 | 37 | 11E | 2D | 1F |
| Octal | 143 | 54 | 164 | 17 | 76 | 0 | 67 | 436 | 55 | 37 |
| Binary | 1100011 | 101100 | 1110100 | 1111 | 111110 | 0 | 110111 | 100011110 | 101101 | 11111 |
Color Harmonies of #632C74
Complementary color
Monochromatic Colors of #632C74
Black with #632C74
Text Example
Text Example
White with #632C74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #632C74; }
p { color: rgb(99,44,116); }
H1.HeaderClassName
{
color: #632C74;
}
.AnyTagClassName
{
color: #632C74;
}
</style>
background-color css
<style>
a { background-color: #632C74; }
a { background-color: rgb(99,44,116); }
div.DivClassName
{
background-color: #632C74;
}
.BgClassName
{
background-color: #632C74;
}
</style>
border-color css
<style>
span { border-color: #632C74; }
span { border-color: rgb(99,44,116); }
td.TdClassName
{
border-color: #632C74;
}
.TagClassName
{
border-color: #632C74;
}
</style>