Shades of Seance #62116D
Tints of Seance #62116D
RGB
CMYK
RGB Variations
Color information
#62116D (or 0x62116D) is known color: Seance. HEX triplet: 62, 11 and 6D. RGB value is (98,17,109). Sum of RGB (Red+Green+Blue) = 98+17+109=224 (29% of max value = 765). Red value is 98 (38.67% from 255 or 43.75% from 224); Green value is 17 (7.03% from 255 or 7.59% from 224); Blue value is 109 (42.97% from 255 or 48.66% from 224); Max value from RGB is 109 - color contains mainly: blue. Hex color #62116D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #62116D is #9DEE92. Grayscale: #333333. Windows color (decimal): -10350227 or 7147874. OLE color: 7147874.
HSL color Cylindrical-coordinate representation of color #62116D: hue angle of 292.83º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #62116D is Cyan = 0.10, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 98 | 17 | 109 | - |
| CMYK | 0.10 | 0.84 | 0 | 0.57 |
| HSL | 292.83º | 0.73% | 0.25% | - |
| HSV(B) | 292.83º | 0.84% | 0.43% | - |
| XYZ | 8 | 4.1 | 14.84 | - |
| YUV | 51.71 | 160.34 | 161.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 17 | 109 | 0.10 | 0.84 | 0 | 0.57 | 292.83 | 0.73 | 0.25 |
| Hex | 62 | 11 | 6D | A | 54 | 0 | 39 | 125 | 49 | 19 |
| Octal | 142 | 21 | 155 | 12 | 124 | 0 | 71 | 445 | 111 | 31 |
| Binary | 1100010 | 10001 | 1101101 | 1010 | 1010100 | 0 | 111001 | 100100101 | 1001001 | 11001 |
Color Harmonies of #62116D
Complementary color
Monochromatic Colors of #62116D
Black with #62116D
Text Example
Text Example
White with #62116D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62116D; }
p { color: rgb(98,17,109); }
H1.HeaderClassName
{
color: #62116D;
}
.AnyTagClassName
{
color: #62116D;
}
</style>
background-color css
<style>
a { background-color: #62116D; }
a { background-color: rgb(98,17,109); }
div.DivClassName
{
background-color: #62116D;
}
.BgClassName
{
background-color: #62116D;
}
</style>
border-color css
<style>
span { border-color: #62116D; }
span { border-color: rgb(98,17,109); }
td.TdClassName
{
border-color: #62116D;
}
.TagClassName
{
border-color: #62116D;
}
</style>