Shades of Seance #621371
Tints of Seance #621371
RGB
CMYK
RGB Variations
Color information
#621371 (or 0x621371) is known color: Seance. HEX triplet: 62, 13 and 71. RGB value is (98,19,113). Sum of RGB (Red+Green+Blue) = 98+19+113=230 (30% of max value = 765). Red value is 98 (38.67% from 255 or 42.61% from 230); Green value is 19 (7.81% from 255 or 8.26% from 230); Blue value is 113 (44.53% from 255 or 49.13% from 230); Max value from RGB is 113 - color contains mainly: blue. Hex color #621371 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #621371 is #9DEC8E. Grayscale: #353535. Windows color (decimal): -10349711 or 7410530. OLE color: 7410530.
HSL color Cylindrical-coordinate representation of color #621371: hue angle of 290.43º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #621371 is Cyan = 0.13, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 98 | 19 | 113 | - |
| CMYK | 0.13 | 0.83 | 0 | 0.56 |
| HSL | 290.43º | 0.71% | 0.26% | - |
| HSV(B) | 290.43º | 0.83% | 0.44% | - |
| XYZ | 8.25 | 4.25 | 16.01 | - |
| YUV | 53.34 | 161.67 | 159.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 19 | 113 | 0.13 | 0.83 | 0 | 0.56 | 290.43 | 0.71 | 0.26 |
| Hex | 62 | 13 | 71 | D | 53 | 0 | 38 | 122 | 47 | 1A |
| Octal | 142 | 23 | 161 | 15 | 123 | 0 | 70 | 442 | 107 | 32 |
| Binary | 1100010 | 10011 | 1110001 | 1101 | 1010011 | 0 | 111000 | 100100010 | 1000111 | 11010 |
Color Harmonies of #621371
Complementary color
Monochromatic Colors of #621371
Black with #621371
Text Example
Text Example
White with #621371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #621371; }
p { color: rgb(98,19,113); }
H1.HeaderClassName
{
color: #621371;
}
.AnyTagClassName
{
color: #621371;
}
</style>
background-color css
<style>
a { background-color: #621371; }
a { background-color: rgb(98,19,113); }
div.DivClassName
{
background-color: #621371;
}
.BgClassName
{
background-color: #621371;
}
</style>
border-color css
<style>
span { border-color: #621371; }
span { border-color: rgb(98,19,113); }
td.TdClassName
{
border-color: #621371;
}
.TagClassName
{
border-color: #621371;
}
</style>