Shades of Seance #621173
Tints of Seance #621173
RGB
CMYK
RGB Variations
Color information
#621173 (or 0x621173) is known color: Seance. HEX triplet: 62, 11 and 73. RGB value is (98,17,115). Sum of RGB (Red+Green+Blue) = 98+17+115=230 (30% of max value = 765). Red value is 98 (38.67% from 255 or 42.61% from 230); Green value is 17 (7.03% from 255 or 7.39% from 230); Blue value is 115 (45.31% from 255 or 50% from 230); Max value from RGB is 115 - color contains mainly: blue. Hex color #621173 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #621173 is #9DEE8C. Grayscale: #343434. Windows color (decimal): -10350221 or 7541090. OLE color: 7541090.
HSL color Cylindrical-coordinate representation of color #621173: hue angle of 289.59º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #621173 is Cyan = 0.15, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 98 | 17 | 115 | - |
| CMYK | 0.15 | 0.85 | 0 | 0.55 |
| HSL | 289.59º | 0.74% | 0.26% | - |
| HSV(B) | 289.59º | 0.85% | 0.45% | - |
| XYZ | 8.33 | 4.24 | 16.6 | - |
| YUV | 52.39 | 163.34 | 160.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 17 | 115 | 0.15 | 0.85 | 0 | 0.55 | 289.59 | 0.74 | 0.26 |
| Hex | 62 | 11 | 73 | F | 55 | 0 | 37 | 122 | 4A | 1A |
| Octal | 142 | 21 | 163 | 17 | 125 | 0 | 67 | 442 | 112 | 32 |
| Binary | 1100010 | 10001 | 1110011 | 1111 | 1010101 | 0 | 110111 | 100100010 | 1001010 | 11010 |
Color Harmonies of #621173
Complementary color
Monochromatic Colors of #621173
Black with #621173
Text Example
Text Example
White with #621173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #621173; }
p { color: rgb(98,17,115); }
H1.HeaderClassName
{
color: #621173;
}
.AnyTagClassName
{
color: #621173;
}
</style>
background-color css
<style>
a { background-color: #621173; }
a { background-color: rgb(98,17,115); }
div.DivClassName
{
background-color: #621173;
}
.BgClassName
{
background-color: #621173;
}
</style>
border-color css
<style>
span { border-color: #621173; }
span { border-color: rgb(98,17,115); }
td.TdClassName
{
border-color: #621173;
}
.TagClassName
{
border-color: #621173;
}
</style>