Shades of Seance #621F72
Tints of Seance #621F72
RGB
CMYK
RGB Variations
Color information
#621F72 (or 0x621F72) is known color: Seance. HEX triplet: 62, 1F and 72. RGB value is (98,31,114). Sum of RGB (Red+Green+Blue) = 98+31+114=243 (32% of max value = 765). Red value is 98 (38.67% from 255 or 40.33% from 243); Green value is 31 (12.5% from 255 or 12.76% from 243); Blue value is 114 (44.92% from 255 or 46.91% from 243); Max value from RGB is 114 - color contains mainly: blue. Hex color #621F72 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #621F72 is #9DE08D. Grayscale: #3C3C3C. Windows color (decimal): -10346638 or 7479138. OLE color: 7479138.
HSL color Cylindrical-coordinate representation of color #621F72: hue angle of 288.43º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #621F72 is Cyan = 0.14, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 98 | 31 | 114 | - |
| CMYK | 0.14 | 0.73 | 0 | 0.55 |
| HSL | 288.43º | 0.57% | 0.28% | - |
| HSV(B) | 288.43º | 0.73% | 0.45% | - |
| XYZ | 8.56 | 4.79 | 16.39 | - |
| YUV | 60.5 | 158.2 | 154.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 31 | 114 | 0.14 | 0.73 | 0 | 0.55 | 288.43 | 0.57 | 0.28 |
| Hex | 62 | 1F | 72 | E | 49 | 0 | 37 | 120 | 39 | 1C |
| Octal | 142 | 37 | 162 | 16 | 111 | 0 | 67 | 440 | 71 | 34 |
| Binary | 1100010 | 11111 | 1110010 | 1110 | 1001001 | 0 | 110111 | 100100000 | 111001 | 11100 |
Color Harmonies of #621F72
Complementary color
Monochromatic Colors of #621F72
Black with #621F72
Text Example
Text Example
White with #621F72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #621F72; }
p { color: rgb(98,31,114); }
H1.HeaderClassName
{
color: #621F72;
}
.AnyTagClassName
{
color: #621F72;
}
</style>
background-color css
<style>
a { background-color: #621F72; }
a { background-color: rgb(98,31,114); }
div.DivClassName
{
background-color: #621F72;
}
.BgClassName
{
background-color: #621F72;
}
</style>
border-color css
<style>
span { border-color: #621F72; }
span { border-color: rgb(98,31,114); }
td.TdClassName
{
border-color: #621F72;
}
.TagClassName
{
border-color: #621F72;
}
</style>