Shades of Seance #621473
Tints of Seance #621473
RGB
CMYK
RGB Variations
Color information
#621473 (or 0x621473) is known color: Seance. HEX triplet: 62, 14 and 73. RGB value is (98,20,115). Sum of RGB (Red+Green+Blue) = 98+20+115=233 (30% of max value = 765). Red value is 98 (38.67% from 255 or 42.06% from 233); Green value is 20 (8.20% from 255 or 8.58% from 233); Blue value is 115 (45.31% from 255 or 49.36% from 233); Max value from RGB is 115 - color contains mainly: blue. Hex color #621473 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #621473 is #9DEB8C. Grayscale: #353535. Windows color (decimal): -10349453 or 7541858. OLE color: 7541858.
HSL color Cylindrical-coordinate representation of color #621473: hue angle of 289.26º degrees, saturation: 0.7, 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 #621473 is Cyan = 0.15, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 98 | 20 | 115 | - |
| CMYK | 0.15 | 0.83 | 0 | 0.55 |
| HSL | 289.26º | 0.7% | 0.26% | - |
| HSV(B) | 289.26º | 0.83% | 0.45% | - |
| XYZ | 8.38 | 4.33 | 16.61 | - |
| YUV | 54.15 | 162.34 | 159.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 20 | 115 | 0.15 | 0.83 | 0 | 0.55 | 289.26 | 0.7 | 0.26 |
| Hex | 62 | 14 | 73 | F | 53 | 0 | 37 | 121 | 46 | 1A |
| Octal | 142 | 24 | 163 | 17 | 123 | 0 | 67 | 441 | 106 | 32 |
| Binary | 1100010 | 10100 | 1110011 | 1111 | 1010011 | 0 | 110111 | 100100001 | 1000110 | 11010 |
Color Harmonies of #621473
Complementary color
Monochromatic Colors of #621473
Black with #621473
Text Example
Text Example
White with #621473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #621473; }
p { color: rgb(98,20,115); }
H1.HeaderClassName
{
color: #621473;
}
.AnyTagClassName
{
color: #621473;
}
</style>
background-color css
<style>
a { background-color: #621473; }
a { background-color: rgb(98,20,115); }
div.DivClassName
{
background-color: #621473;
}
.BgClassName
{
background-color: #621473;
}
</style>
border-color css
<style>
span { border-color: #621473; }
span { border-color: rgb(98,20,115); }
td.TdClassName
{
border-color: #621473;
}
.TagClassName
{
border-color: #621473;
}
</style>