Shades of Seance #621A7F
Tints of Seance #621A7F
RGB
CMYK
RGB Variations
Color information
#621A7F (or 0x621A7F) is known color: Seance. HEX triplet: 62, 1A and 7F. RGB value is (98,26,127). Sum of RGB (Red+Green+Blue) = 98+26+127=251 (33% of max value = 765). Red value is 98 (38.67% from 255 or 39.04% from 251); Green value is 26 (10.55% from 255 or 10.36% from 251); Blue value is 127 (50% from 255 or 50.60% from 251); Max value from RGB is 127 - color contains mainly: blue. Hex color #621A7F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #621A7F is #9DE580. Grayscale: #3A3A3A. Windows color (decimal): -10347905 or 8329826. OLE color: 8329826.
HSL color Cylindrical-coordinate representation of color #621A7F: hue angle of 282.77º degrees, saturation: 0.66, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #621A7F is Cyan = 0.23, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 98 | 26 | 127 | - |
| CMYK | 0.23 | 0.80 | 0 | 0.50 |
| HSL | 282.77º | 0.66% | 0.3% | - |
| HSV(B) | 282.77º | 0.8% | 0.5% | - |
| XYZ | 9.24 | 4.87 | 20.53 | - |
| YUV | 59.04 | 166.35 | 155.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 26 | 127 | 0.23 | 0.80 | 0 | 0.50 | 282.77 | 0.66 | 0.3 |
| Hex | 62 | 1A | 7F | 17 | 50 | 0 | 32 | 11B | 42 | 1E |
| Octal | 142 | 32 | 177 | 27 | 120 | 0 | 62 | 433 | 102 | 36 |
| Binary | 1100010 | 11010 | 1111111 | 10111 | 1010000 | 0 | 110010 | 100011011 | 1000010 | 11110 |
Color Harmonies of #621A7F
Complementary color
Monochromatic Colors of #621A7F
Black with #621A7F
Text Example
Text Example
White with #621A7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #621A7F; }
p { color: rgb(98,26,127); }
H1.HeaderClassName
{
color: #621A7F;
}
.AnyTagClassName
{
color: #621A7F;
}
</style>
background-color css
<style>
a { background-color: #621A7F; }
a { background-color: rgb(98,26,127); }
div.DivClassName
{
background-color: #621A7F;
}
.BgClassName
{
background-color: #621A7F;
}
</style>
border-color css
<style>
span { border-color: #621A7F; }
span { border-color: rgb(98,26,127); }
td.TdClassName
{
border-color: #621A7F;
}
.TagClassName
{
border-color: #621A7F;
}
</style>