Shades of Seance #621471
Tints of Seance #621471
RGB
CMYK
RGB Variations
Color information
#621471 (or 0x621471) is known color: Seance. HEX triplet: 62, 14 and 71. RGB value is (98,20,113). Sum of RGB (Red+Green+Blue) = 98+20+113=231 (30% of max value = 765). Red value is 98 (38.67% from 255 or 42.42% from 231); Green value is 20 (8.20% from 255 or 8.66% from 231); Blue value is 113 (44.53% from 255 or 48.92% from 231); Max value from RGB is 113 - color contains mainly: blue. Hex color #621471 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #621471 is #9DEB8E. Grayscale: #353535. Windows color (decimal): -10349455 or 7410786. OLE color: 7410786.
HSL color Cylindrical-coordinate representation of color #621471: hue angle of 290.32º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #621471 is Cyan = 0.13, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 98 | 20 | 113 | - |
| CMYK | 0.13 | 0.82 | 0 | 0.56 |
| HSL | 290.32º | 0.7% | 0.26% | - |
| HSV(B) | 290.32º | 0.82% | 0.44% | - |
| XYZ | 8.27 | 4.29 | 16.01 | - |
| YUV | 53.92 | 161.34 | 159.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 20 | 113 | 0.13 | 0.82 | 0 | 0.56 | 290.32 | 0.7 | 0.26 |
| Hex | 62 | 14 | 71 | D | 52 | 0 | 38 | 122 | 46 | 1A |
| Octal | 142 | 24 | 161 | 15 | 122 | 0 | 70 | 442 | 106 | 32 |
| Binary | 1100010 | 10100 | 1110001 | 1101 | 1010010 | 0 | 111000 | 100100010 | 1000110 | 11010 |
Color Harmonies of #621471
Complementary color
Monochromatic Colors of #621471
Black with #621471
Text Example
Text Example
White with #621471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #621471; }
p { color: rgb(98,20,113); }
H1.HeaderClassName
{
color: #621471;
}
.AnyTagClassName
{
color: #621471;
}
</style>
background-color css
<style>
a { background-color: #621471; }
a { background-color: rgb(98,20,113); }
div.DivClassName
{
background-color: #621471;
}
.BgClassName
{
background-color: #621471;
}
</style>
border-color css
<style>
span { border-color: #621471; }
span { border-color: rgb(98,20,113); }
td.TdClassName
{
border-color: #621471;
}
.TagClassName
{
border-color: #621471;
}
</style>