Shades of Seance #62316C
Tints of Seance #62316C
RGB
CMYK
RGB Variations
Color information
#62316C (or 0x62316C) is known color: Seance. HEX triplet: 62, 31 and 6C. RGB value is (98,49,108). Sum of RGB (Red+Green+Blue) = 98+49+108=255 (33% of max value = 765). Red value is 98 (38.67% from 255 or 38.43% from 255); Green value is 49 (19.53% from 255 or 19.22% from 255); Blue value is 108 (42.58% from 255 or 42.35% from 255); Max value from RGB is 108 - color contains mainly: blue. Hex color #62316C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62316C is #9DCE93. Grayscale: #464646. Windows color (decimal): -10342036 or 7090530. OLE color: 7090530.
HSL color Cylindrical-coordinate representation of color #62316C: hue angle of 289.83º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #62316C is Cyan = 0.09, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 98 | 49 | 108 | - |
| CMYK | 0.09 | 0.55 | 0 | 0.58 |
| HSL | 289.83º | 0.38% | 0.31% | - |
| HSV(B) | 289.83º | 0.55% | 0.42% | - |
| XYZ | 8.84 | 5.88 | 14.86 | - |
| YUV | 70.38 | 149.23 | 147.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 49 | 108 | 0.09 | 0.55 | 0 | 0.58 | 289.83 | 0.38 | 0.31 |
| Hex | 62 | 31 | 6C | 9 | 37 | 0 | 3A | 122 | 26 | 1F |
| Octal | 142 | 61 | 154 | 11 | 67 | 0 | 72 | 442 | 46 | 37 |
| Binary | 1100010 | 110001 | 1101100 | 1001 | 110111 | 0 | 111010 | 100100010 | 100110 | 11111 |
Color Harmonies of #62316C
Complementary color
Monochromatic Colors of #62316C
Black with #62316C
Text Example
Text Example
White with #62316C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62316C; }
p { color: rgb(98,49,108); }
H1.HeaderClassName
{
color: #62316C;
}
.AnyTagClassName
{
color: #62316C;
}
</style>
background-color css
<style>
a { background-color: #62316C; }
a { background-color: rgb(98,49,108); }
div.DivClassName
{
background-color: #62316C;
}
.BgClassName
{
background-color: #62316C;
}
</style>
border-color css
<style>
span { border-color: #62316C; }
span { border-color: rgb(98,49,108); }
td.TdClassName
{
border-color: #62316C;
}
.TagClassName
{
border-color: #62316C;
}
</style>