Shades of Seance #632070
Tints of Seance #632070
RGB
CMYK
RGB Variations
Color information
#632070 (or 0x632070) is known color: Seance. HEX triplet: 63, 20 and 70. RGB value is (99,32,112). Sum of RGB (Red+Green+Blue) = 99+32+112=243 (32% of max value = 765). Red value is 99 (39.06% from 255 or 40.74% from 243); Green value is 32 (12.89% from 255 or 13.17% from 243); Blue value is 112 (44.14% from 255 or 46.09% from 243); Max value from RGB is 112 - color contains mainly: blue. Hex color #632070 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #632070 is #9CDF8F. Grayscale: #3C3C3C. Windows color (decimal): -10280848 or 7348323. OLE color: 7348323.
HSL color Cylindrical-coordinate representation of color #632070: hue angle of 290.25º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #632070 is Cyan = 0.12, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 99 | 32 | 112 | - |
| CMYK | 0.12 | 0.71 | 0 | 0.56 |
| HSL | 290.25º | 0.56% | 0.28% | - |
| HSV(B) | 290.25º | 0.71% | 0.44% | - |
| XYZ | 8.59 | 4.86 | 15.81 | - |
| YUV | 61.15 | 156.7 | 155 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 32 | 112 | 0.12 | 0.71 | 0 | 0.56 | 290.25 | 0.56 | 0.28 |
| Hex | 63 | 20 | 70 | C | 47 | 0 | 38 | 122 | 38 | 1C |
| Octal | 143 | 40 | 160 | 14 | 107 | 0 | 70 | 442 | 70 | 34 |
| Binary | 1100011 | 100000 | 1110000 | 1100 | 1000111 | 0 | 111000 | 100100010 | 111000 | 11100 |
Color Harmonies of #632070
Complementary color
Monochromatic Colors of #632070
Black with #632070
Text Example
Text Example
White with #632070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #632070; }
p { color: rgb(99,32,112); }
H1.HeaderClassName
{
color: #632070;
}
.AnyTagClassName
{
color: #632070;
}
</style>
background-color css
<style>
a { background-color: #632070; }
a { background-color: rgb(99,32,112); }
div.DivClassName
{
background-color: #632070;
}
.BgClassName
{
background-color: #632070;
}
</style>
border-color css
<style>
span { border-color: #632070; }
span { border-color: rgb(99,32,112); }
td.TdClassName
{
border-color: #632070;
}
.TagClassName
{
border-color: #632070;
}
</style>