Shades of Seance #621879
Tints of Seance #621879
RGB
CMYK
RGB Variations
Color information
#621879 (or 0x621879) is known color: Seance. HEX triplet: 62, 18 and 79. RGB value is (98,24,121). Sum of RGB (Red+Green+Blue) = 98+24+121=243 (32% of max value = 765). Red value is 98 (38.67% from 255 or 40.33% from 243); Green value is 24 (9.77% from 255 or 9.88% from 243); Blue value is 121 (47.66% from 255 or 49.79% from 243); Max value from RGB is 121 - color contains mainly: blue. Hex color #621879 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #621879 is #9DE786. Grayscale: #383838. Windows color (decimal): -10348423 or 7936098. OLE color: 7936098.
HSL color Cylindrical-coordinate representation of color #621879: hue angle of 285.77º degrees, saturation: 0.67, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #621879 is Cyan = 0.19, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 98 | 24 | 121 | - |
| CMYK | 0.19 | 0.80 | 0 | 0.53 |
| HSL | 285.77º | 0.67% | 0.28% | - |
| HSV(B) | 285.77º | 0.8% | 0.47% | - |
| XYZ | 8.81 | 4.63 | 18.52 | - |
| YUV | 57.18 | 164.02 | 157.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 24 | 121 | 0.19 | 0.80 | 0 | 0.53 | 285.77 | 0.67 | 0.28 |
| Hex | 62 | 18 | 79 | 13 | 50 | 0 | 35 | 11E | 43 | 1C |
| Octal | 142 | 30 | 171 | 23 | 120 | 0 | 65 | 436 | 103 | 34 |
| Binary | 1100010 | 11000 | 1111001 | 10011 | 1010000 | 0 | 110101 | 100011110 | 1000011 | 11100 |
Color Harmonies of #621879
Complementary color
Monochromatic Colors of #621879
Black with #621879
Text Example
Text Example
White with #621879
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #621879; }
p { color: rgb(98,24,121); }
H1.HeaderClassName
{
color: #621879;
}
.AnyTagClassName
{
color: #621879;
}
</style>
background-color css
<style>
a { background-color: #621879; }
a { background-color: rgb(98,24,121); }
div.DivClassName
{
background-color: #621879;
}
.BgClassName
{
background-color: #621879;
}
</style>
border-color css
<style>
span { border-color: #621879; }
span { border-color: rgb(98,24,121); }
td.TdClassName
{
border-color: #621879;
}
.TagClassName
{
border-color: #621879;
}
</style>