Shades of Seance #621C72
Tints of Seance #621C72
RGB
CMYK
RGB Variations
Color information
#621C72 (or 0x621C72) is known color: Seance. HEX triplet: 62, 1C and 72. RGB value is (98,28,114). Sum of RGB (Red+Green+Blue) = 98+28+114=240 (31% of max value = 765). Red value is 98 (38.67% from 255 or 40.83% from 240); Green value is 28 (11.33% from 255 or 11.67% from 240); Blue value is 114 (44.92% from 255 or 47.5% from 240); Max value from RGB is 114 - color contains mainly: blue. Hex color #621C72 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #621C72 is #9DE38D. Grayscale: #3A3A3A. Windows color (decimal): -10347406 or 7478370. OLE color: 7478370.
HSL color Cylindrical-coordinate representation of color #621C72: hue angle of 288.84º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #621C72 is Cyan = 0.14, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 98 | 28 | 114 | - |
| CMYK | 0.14 | 0.75 | 0 | 0.55 |
| HSL | 288.84º | 0.61% | 0.28% | - |
| HSV(B) | 288.84º | 0.75% | 0.45% | - |
| XYZ | 8.49 | 4.64 | 16.37 | - |
| YUV | 58.73 | 159.19 | 156.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 28 | 114 | 0.14 | 0.75 | 0 | 0.55 | 288.84 | 0.61 | 0.28 |
| Hex | 62 | 1C | 72 | E | 4B | 0 | 37 | 121 | 3D | 1C |
| Octal | 142 | 34 | 162 | 16 | 113 | 0 | 67 | 441 | 75 | 34 |
| Binary | 1100010 | 11100 | 1110010 | 1110 | 1001011 | 0 | 110111 | 100100001 | 111101 | 11100 |
Color Harmonies of #621C72
Complementary color
Monochromatic Colors of #621C72
Black with #621C72
Text Example
Text Example
White with #621C72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #621C72; }
p { color: rgb(98,28,114); }
H1.HeaderClassName
{
color: #621C72;
}
.AnyTagClassName
{
color: #621C72;
}
</style>
background-color css
<style>
a { background-color: #621C72; }
a { background-color: rgb(98,28,114); }
div.DivClassName
{
background-color: #621C72;
}
.BgClassName
{
background-color: #621C72;
}
</style>
border-color css
<style>
span { border-color: #621C72; }
span { border-color: rgb(98,28,114); }
td.TdClassName
{
border-color: #621C72;
}
.TagClassName
{
border-color: #621C72;
}
</style>