Shades of Seance #630E71
Tints of Seance #630E71
RGB
CMYK
RGB Variations
Color information
#630E71 (or 0x630E71) is known color: Seance. HEX triplet: 63, 0E and 71. RGB value is (99,14,113). Sum of RGB (Red+Green+Blue) = 99+14+113=226 (29% of max value = 765). Red value is 99 (39.06% from 255 or 43.81% from 226); Green value is 14 (5.86% from 255 or 6.19% from 226); Blue value is 113 (44.53% from 255 or 50% from 226); Max value from RGB is 113 - color contains mainly: blue. Hex color #630E71 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #630E71 is #9CF18E. Grayscale: #323232. Windows color (decimal): -10285455 or 7409251. OLE color: 7409251.
HSL color Cylindrical-coordinate representation of color #630E71: hue angle of 291.52º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #630E71 is Cyan = 0.12, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 99 | 14 | 113 | - |
| CMYK | 0.12 | 0.88 | 0 | 0.56 |
| HSL | 291.52º | 0.78% | 0.25% | - |
| HSV(B) | 291.52º | 0.88% | 0.44% | - |
| XYZ | 8.28 | 4.16 | 15.99 | - |
| YUV | 50.7 | 163.16 | 162.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 14 | 113 | 0.12 | 0.88 | 0 | 0.56 | 291.52 | 0.78 | 0.25 |
| Hex | 63 | E | 71 | C | 58 | 0 | 38 | 124 | 4E | 19 |
| Octal | 143 | 16 | 161 | 14 | 130 | 0 | 70 | 444 | 116 | 31 |
| Binary | 1100011 | 1110 | 1110001 | 1100 | 1011000 | 0 | 111000 | 100100100 | 1001110 | 11001 |
Color Harmonies of #630E71
Complementary color
Monochromatic Colors of #630E71
Black with #630E71
Text Example
Text Example
White with #630E71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #630E71; }
p { color: rgb(99,14,113); }
H1.HeaderClassName
{
color: #630E71;
}
.AnyTagClassName
{
color: #630E71;
}
</style>
background-color css
<style>
a { background-color: #630E71; }
a { background-color: rgb(99,14,113); }
div.DivClassName
{
background-color: #630E71;
}
.BgClassName
{
background-color: #630E71;
}
</style>
border-color css
<style>
span { border-color: #630E71; }
span { border-color: rgb(99,14,113); }
td.TdClassName
{
border-color: #630E71;
}
.TagClassName
{
border-color: #630E71;
}
</style>