Shades of Seance #632370
Tints of Seance #632370
RGB
CMYK
RGB Variations
Color information
#632370 (or 0x632370) is known color: Seance. HEX triplet: 63, 23 and 70. RGB value is (99,35,112). Sum of RGB (Red+Green+Blue) = 99+35+112=246 (32% of max value = 765). Red value is 99 (39.06% from 255 or 40.24% from 246); Green value is 35 (14.06% from 255 or 14.23% from 246); Blue value is 112 (44.14% from 255 or 45.53% from 246); Max value from RGB is 112 - color contains mainly: blue. Hex color #632370 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #632370 is #9CDC8F. Grayscale: #3E3E3E. Windows color (decimal): -10280080 or 7349091. OLE color: 7349091.
HSL color Cylindrical-coordinate representation of color #632370: hue angle of 289.87º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #632370 is Cyan = 0.12, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 99 | 35 | 112 | - |
| CMYK | 0.12 | 0.69 | 0 | 0.56 |
| HSL | 289.87º | 0.52% | 0.29% | - |
| HSV(B) | 289.87º | 0.69% | 0.44% | - |
| XYZ | 8.67 | 5.02 | 15.84 | - |
| YUV | 62.91 | 155.7 | 153.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 35 | 112 | 0.12 | 0.69 | 0 | 0.56 | 289.87 | 0.52 | 0.29 |
| Hex | 63 | 23 | 70 | C | 45 | 0 | 38 | 122 | 34 | 1D |
| Octal | 143 | 43 | 160 | 14 | 105 | 0 | 70 | 442 | 64 | 35 |
| Binary | 1100011 | 100011 | 1110000 | 1100 | 1000101 | 0 | 111000 | 100100010 | 110100 | 11101 |
Color Harmonies of #632370
Complementary color
Monochromatic Colors of #632370
Black with #632370
Text Example
Text Example
White with #632370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #632370; }
p { color: rgb(99,35,112); }
H1.HeaderClassName
{
color: #632370;
}
.AnyTagClassName
{
color: #632370;
}
</style>
background-color css
<style>
a { background-color: #632370; }
a { background-color: rgb(99,35,112); }
div.DivClassName
{
background-color: #632370;
}
.BgClassName
{
background-color: #632370;
}
</style>
border-color css
<style>
span { border-color: #632370; }
span { border-color: rgb(99,35,112); }
td.TdClassName
{
border-color: #632370;
}
.TagClassName
{
border-color: #632370;
}
</style>