Shades of Seance #62316D
Tints of Seance #62316D
RGB
CMYK
RGB Variations
Color information
#62316D (or 0x62316D) is known color: Seance. HEX triplet: 62, 31 and 6D. RGB value is (98,49,109). Sum of RGB (Red+Green+Blue) = 98+49+109=256 (33% of max value = 765). Red value is 98 (38.67% from 255 or 38.28% from 256); Green value is 49 (19.53% from 255 or 19.14% from 256); Blue value is 109 (42.97% from 255 or 42.58% from 256); Max value from RGB is 109 - color contains mainly: blue. Hex color #62316D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62316D is #9DCE92. Grayscale: #464646. Windows color (decimal): -10342035 or 7156066. OLE color: 7156066.
HSL color Cylindrical-coordinate representation of color #62316D: hue angle of 289º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #62316D is Cyan = 0.10, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 98 | 49 | 109 | - |
| CMYK | 0.10 | 0.55 | 0 | 0.57 |
| HSL | 289º | 0.38% | 0.31% | - |
| HSV(B) | 289º | 0.55% | 0.43% | - |
| XYZ | 8.9 | 5.9 | 15.14 | - |
| YUV | 70.49 | 149.73 | 147.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 49 | 109 | 0.10 | 0.55 | 0 | 0.57 | 289 | 0.38 | 0.31 |
| Hex | 62 | 31 | 6D | A | 37 | 0 | 39 | 121 | 26 | 1F |
| Octal | 142 | 61 | 155 | 12 | 67 | 0 | 71 | 441 | 46 | 37 |
| Binary | 1100010 | 110001 | 1101101 | 1010 | 110111 | 0 | 111001 | 100100001 | 100110 | 11111 |
Color Harmonies of #62316D
Complementary color
Monochromatic Colors of #62316D
Black with #62316D
Text Example
Text Example
White with #62316D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62316D; }
p { color: rgb(98,49,109); }
H1.HeaderClassName
{
color: #62316D;
}
.AnyTagClassName
{
color: #62316D;
}
</style>
background-color css
<style>
a { background-color: #62316D; }
a { background-color: rgb(98,49,109); }
div.DivClassName
{
background-color: #62316D;
}
.BgClassName
{
background-color: #62316D;
}
</style>
border-color css
<style>
span { border-color: #62316D; }
span { border-color: rgb(98,49,109); }
td.TdClassName
{
border-color: #62316D;
}
.TagClassName
{
border-color: #62316D;
}
</style>