Shades of Seance #621372
Tints of Seance #621372
RGB
CMYK
RGB Variations
Color information
#621372 (or 0x621372) is known color: Seance. HEX triplet: 62, 13 and 72. RGB value is (98,19,114). Sum of RGB (Red+Green+Blue) = 98+19+114=231 (30% of max value = 765). Red value is 98 (38.67% from 255 or 42.42% from 231); Green value is 19 (7.81% from 255 or 8.23% from 231); Blue value is 114 (44.92% from 255 or 49.35% from 231); Max value from RGB is 114 - color contains mainly: blue. Hex color #621372 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #621372 is #9DEC8D. Grayscale: #353535. Windows color (decimal): -10349710 or 7476066. OLE color: 7476066.
HSL color Cylindrical-coordinate representation of color #621372: hue angle of 289.89º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #621372 is Cyan = 0.14, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 98 | 19 | 114 | - |
| CMYK | 0.14 | 0.83 | 0 | 0.55 |
| HSL | 289.89º | 0.71% | 0.26% | - |
| HSV(B) | 289.89º | 0.83% | 0.45% | - |
| XYZ | 8.31 | 4.28 | 16.31 | - |
| YUV | 53.45 | 162.17 | 159.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 19 | 114 | 0.14 | 0.83 | 0 | 0.55 | 289.89 | 0.71 | 0.26 |
| Hex | 62 | 13 | 72 | E | 53 | 0 | 37 | 122 | 47 | 1A |
| Octal | 142 | 23 | 162 | 16 | 123 | 0 | 67 | 442 | 107 | 32 |
| Binary | 1100010 | 10011 | 1110010 | 1110 | 1010011 | 0 | 110111 | 100100010 | 1000111 | 11010 |
Color Harmonies of #621372
Complementary color
Monochromatic Colors of #621372
Black with #621372
Text Example
Text Example
White with #621372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #621372; }
p { color: rgb(98,19,114); }
H1.HeaderClassName
{
color: #621372;
}
.AnyTagClassName
{
color: #621372;
}
</style>
background-color css
<style>
a { background-color: #621372; }
a { background-color: rgb(98,19,114); }
div.DivClassName
{
background-color: #621372;
}
.BgClassName
{
background-color: #621372;
}
</style>
border-color css
<style>
span { border-color: #621372; }
span { border-color: rgb(98,19,114); }
td.TdClassName
{
border-color: #621372;
}
.TagClassName
{
border-color: #621372;
}
</style>