Shades of Seance #621B78
Tints of Seance #621B78
RGB
CMYK
RGB Variations
Color information
#621B78 (or 0x621B78) is known color: Seance. HEX triplet: 62, 1B and 78. RGB value is (98,27,120). Sum of RGB (Red+Green+Blue) = 98+27+120=245 (32% of max value = 765). Red value is 98 (38.67% from 255 or 40% from 245); Green value is 27 (10.94% from 255 or 11.02% from 245); Blue value is 120 (47.27% from 255 or 48.98% from 245); Max value from RGB is 120 - color contains mainly: blue. Hex color #621B78 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #621B78 is #9DE487. Grayscale: #3A3A3A. Windows color (decimal): -10347656 or 7871330. OLE color: 7871330.
HSL color Cylindrical-coordinate representation of color #621B78: hue angle of 285.81º degrees, saturation: 0.63, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #621B78 is Cyan = 0.18, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 98 | 27 | 120 | - |
| CMYK | 0.18 | 0.78 | 0 | 0.53 |
| HSL | 285.81º | 0.63% | 0.29% | - |
| HSV(B) | 285.81º | 0.78% | 0.47% | - |
| XYZ | 8.82 | 4.74 | 18.22 | - |
| YUV | 58.83 | 162.52 | 155.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 27 | 120 | 0.18 | 0.78 | 0 | 0.53 | 285.81 | 0.63 | 0.29 |
| Hex | 62 | 1B | 78 | 12 | 4E | 0 | 35 | 11E | 3F | 1D |
| Octal | 142 | 33 | 170 | 22 | 116 | 0 | 65 | 436 | 77 | 35 |
| Binary | 1100010 | 11011 | 1111000 | 10010 | 1001110 | 0 | 110101 | 100011110 | 111111 | 11101 |
Color Harmonies of #621B78
Complementary color
Monochromatic Colors of #621B78
Black with #621B78
Text Example
Text Example
White with #621B78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #621B78; }
p { color: rgb(98,27,120); }
H1.HeaderClassName
{
color: #621B78;
}
.AnyTagClassName
{
color: #621B78;
}
</style>
background-color css
<style>
a { background-color: #621B78; }
a { background-color: rgb(98,27,120); }
div.DivClassName
{
background-color: #621B78;
}
.BgClassName
{
background-color: #621B78;
}
</style>
border-color css
<style>
span { border-color: #621B78; }
span { border-color: rgb(98,27,120); }
td.TdClassName
{
border-color: #621B78;
}
.TagClassName
{
border-color: #621B78;
}
</style>