Shades of Seance #621E72
Tints of Seance #621E72
RGB
CMYK
RGB Variations
Color information
#621E72 (or 0x621E72) is known color: Seance. HEX triplet: 62, 1E and 72. RGB value is (98,30,114). Sum of RGB (Red+Green+Blue) = 98+30+114=242 (32% of max value = 765). Red value is 98 (38.67% from 255 or 40.50% from 242); Green value is 30 (12.11% from 255 or 12.40% from 242); Blue value is 114 (44.92% from 255 or 47.11% from 242); Max value from RGB is 114 - color contains mainly: blue. Hex color #621E72 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #621E72 is #9DE18D. Grayscale: #3B3B3B. Windows color (decimal): -10346894 or 7478882. OLE color: 7478882.
HSL color Cylindrical-coordinate representation of color #621E72: hue angle of 288.57º degrees, saturation: 0.58, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #621E72 is Cyan = 0.14, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 98 | 30 | 114 | - |
| CMYK | 0.14 | 0.74 | 0 | 0.55 |
| HSL | 288.57º | 0.58% | 0.28% | - |
| HSV(B) | 288.57º | 0.74% | 0.45% | - |
| XYZ | 8.54 | 4.74 | 16.38 | - |
| YUV | 59.91 | 158.53 | 155.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 30 | 114 | 0.14 | 0.74 | 0 | 0.55 | 288.57 | 0.58 | 0.28 |
| Hex | 62 | 1E | 72 | E | 4A | 0 | 37 | 121 | 3A | 1C |
| Octal | 142 | 36 | 162 | 16 | 112 | 0 | 67 | 441 | 72 | 34 |
| Binary | 1100010 | 11110 | 1110010 | 1110 | 1001010 | 0 | 110111 | 100100001 | 111010 | 11100 |
Color Harmonies of #621E72
Complementary color
Monochromatic Colors of #621E72
Black with #621E72
Text Example
Text Example
White with #621E72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #621E72; }
p { color: rgb(98,30,114); }
H1.HeaderClassName
{
color: #621E72;
}
.AnyTagClassName
{
color: #621E72;
}
</style>
background-color css
<style>
a { background-color: #621E72; }
a { background-color: rgb(98,30,114); }
div.DivClassName
{
background-color: #621E72;
}
.BgClassName
{
background-color: #621E72;
}
</style>
border-color css
<style>
span { border-color: #621E72; }
span { border-color: rgb(98,30,114); }
td.TdClassName
{
border-color: #621E72;
}
.TagClassName
{
border-color: #621E72;
}
</style>