Shades of Seance #62197E
Tints of Seance #62197E
RGB
CMYK
RGB Variations
Color information
#62197E (or 0x62197E) is known color: Seance. HEX triplet: 62, 19 and 7E. RGB value is (98,25,126). Sum of RGB (Red+Green+Blue) = 98+25+126=249 (32% of max value = 765). Red value is 98 (38.67% from 255 or 39.36% from 249); Green value is 25 (10.16% from 255 or 10.04% from 249); Blue value is 126 (49.61% from 255 or 50.60% from 249); Max value from RGB is 126 - color contains mainly: blue. Hex color #62197E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #62197E is #9DE681. Grayscale: #3A3A3A. Windows color (decimal): -10348162 or 8264034. OLE color: 8264034.
HSL color Cylindrical-coordinate representation of color #62197E: hue angle of 283.37º degrees, saturation: 0.67, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #62197E is Cyan = 0.22, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 98 | 25 | 126 | - |
| CMYK | 0.22 | 0.80 | 0 | 0.51 |
| HSL | 283.37º | 0.67% | 0.3% | - |
| HSV(B) | 283.37º | 0.8% | 0.49% | - |
| XYZ | 9.15 | 4.8 | 20.18 | - |
| YUV | 58.34 | 166.18 | 156.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 25 | 126 | 0.22 | 0.80 | 0 | 0.51 | 283.37 | 0.67 | 0.3 |
| Hex | 62 | 19 | 7E | 16 | 50 | 0 | 33 | 11B | 43 | 1E |
| Octal | 142 | 31 | 176 | 26 | 120 | 0 | 63 | 433 | 103 | 36 |
| Binary | 1100010 | 11001 | 1111110 | 10110 | 1010000 | 0 | 110011 | 100011011 | 1000011 | 11110 |
Color Harmonies of #62197E
Complementary color
Monochromatic Colors of #62197E
Black with #62197E
Text Example
Text Example
White with #62197E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62197E; }
p { color: rgb(98,25,126); }
H1.HeaderClassName
{
color: #62197E;
}
.AnyTagClassName
{
color: #62197E;
}
</style>
background-color css
<style>
a { background-color: #62197E; }
a { background-color: rgb(98,25,126); }
div.DivClassName
{
background-color: #62197E;
}
.BgClassName
{
background-color: #62197E;
}
</style>
border-color css
<style>
span { border-color: #62197E; }
span { border-color: rgb(98,25,126); }
td.TdClassName
{
border-color: #62197E;
}
.TagClassName
{
border-color: #62197E;
}
</style>