Shades of Seance #633372
Tints of Seance #633372
RGB
CMYK
RGB Variations
Color information
#633372 (or 0x633372) is known color: Seance. HEX triplet: 63, 33 and 72. RGB value is (99,51,114). Sum of RGB (Red+Green+Blue) = 99+51+114=264 (34% of max value = 765). Red value is 99 (39.06% from 255 or 37.5% from 264); Green value is 51 (20.31% from 255 or 19.32% from 264); Blue value is 114 (44.92% from 255 or 43.18% from 264); Max value from RGB is 114 - color contains mainly: blue. Hex color #633372 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #633372 is #9CCC8D. Grayscale: #484848. Windows color (decimal): -10275982 or 7484259. OLE color: 7484259.
HSL color Cylindrical-coordinate representation of color #633372: hue angle of 285.71º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #633372 is Cyan = 0.13, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 99 | 51 | 114 | - |
| CMYK | 0.13 | 0.55 | 0 | 0.55 |
| HSL | 285.71º | 0.38% | 0.32% | - |
| HSV(B) | 285.71º | 0.55% | 0.45% | - |
| XYZ | 9.37 | 6.24 | 16.63 | - |
| YUV | 72.53 | 151.4 | 146.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 51 | 114 | 0.13 | 0.55 | 0 | 0.55 | 285.71 | 0.38 | 0.32 |
| Hex | 63 | 33 | 72 | D | 37 | 0 | 37 | 11E | 26 | 20 |
| Octal | 143 | 63 | 162 | 15 | 67 | 0 | 67 | 436 | 46 | 40 |
| Binary | 1100011 | 110011 | 1110010 | 1101 | 110111 | 0 | 110111 | 100011110 | 100110 | 100000 |
Color Harmonies of #633372
Complementary color
Monochromatic Colors of #633372
Black with #633372
Text Example
Text Example
White with #633372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #633372; }
p { color: rgb(99,51,114); }
H1.HeaderClassName
{
color: #633372;
}
.AnyTagClassName
{
color: #633372;
}
</style>
background-color css
<style>
a { background-color: #633372; }
a { background-color: rgb(99,51,114); }
div.DivClassName
{
background-color: #633372;
}
.BgClassName
{
background-color: #633372;
}
</style>
border-color css
<style>
span { border-color: #633372; }
span { border-color: rgb(99,51,114); }
td.TdClassName
{
border-color: #633372;
}
.TagClassName
{
border-color: #633372;
}
</style>