Shades of Seance #621E71
Tints of Seance #621E71
RGB
CMYK
RGB Variations
Color information
#621E71 (or 0x621E71) is known color: Seance. HEX triplet: 62, 1E and 71. RGB value is (98,30,113). Sum of RGB (Red+Green+Blue) = 98+30+113=241 (31% of max value = 765). Red value is 98 (38.67% from 255 or 40.66% from 241); Green value is 30 (12.11% from 255 or 12.45% from 241); Blue value is 113 (44.53% from 255 or 46.89% from 241); Max value from RGB is 113 - color contains mainly: blue. Hex color #621E71 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #621E71 is #9DE18E. Grayscale: #3B3B3B. Windows color (decimal): -10346895 or 7413346. OLE color: 7413346.
HSL color Cylindrical-coordinate representation of color #621E71: hue angle of 289.16º degrees, saturation: 0.58, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #621E71 is Cyan = 0.13, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 98 | 30 | 113 | - |
| CMYK | 0.13 | 0.73 | 0 | 0.56 |
| HSL | 289.16º | 0.58% | 0.28% | - |
| HSV(B) | 289.16º | 0.73% | 0.44% | - |
| XYZ | 8.48 | 4.72 | 16.09 | - |
| YUV | 59.79 | 158.03 | 155.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 30 | 113 | 0.13 | 0.73 | 0 | 0.56 | 289.16 | 0.58 | 0.28 |
| Hex | 62 | 1E | 71 | D | 49 | 0 | 38 | 121 | 3A | 1C |
| Octal | 142 | 36 | 161 | 15 | 111 | 0 | 70 | 441 | 72 | 34 |
| Binary | 1100010 | 11110 | 1110001 | 1101 | 1001001 | 0 | 111000 | 100100001 | 111010 | 11100 |
Color Harmonies of #621E71
Complementary color
Monochromatic Colors of #621E71
Black with #621E71
Text Example
Text Example
White with #621E71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #621E71; }
p { color: rgb(98,30,113); }
H1.HeaderClassName
{
color: #621E71;
}
.AnyTagClassName
{
color: #621E71;
}
</style>
background-color css
<style>
a { background-color: #621E71; }
a { background-color: rgb(98,30,113); }
div.DivClassName
{
background-color: #621E71;
}
.BgClassName
{
background-color: #621E71;
}
</style>
border-color css
<style>
span { border-color: #621E71; }
span { border-color: rgb(98,30,113); }
td.TdClassName
{
border-color: #621E71;
}
.TagClassName
{
border-color: #621E71;
}
</style>