Shades of Seance #62256D
Tints of Seance #62256D
RGB
CMYK
RGB Variations
Color information
#62256D (or 0x62256D) is known color: Seance. HEX triplet: 62, 25 and 6D. RGB value is (98,37,109). Sum of RGB (Red+Green+Blue) = 98+37+109=244 (32% of max value = 765). Red value is 98 (38.67% from 255 or 40.16% from 244); Green value is 37 (14.84% from 255 or 15.16% from 244); Blue value is 109 (42.97% from 255 or 44.67% from 244); Max value from RGB is 109 - color contains mainly: blue. Hex color #62256D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62256D is #9DDA92. Grayscale: #3F3F3F. Windows color (decimal): -10345107 or 7152994. OLE color: 7152994.
HSL color Cylindrical-coordinate representation of color #62256D: hue angle of 290.83º degrees, saturation: 0.49, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #62256D is Cyan = 0.10, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 98 | 37 | 109 | - |
| CMYK | 0.10 | 0.66 | 0 | 0.57 |
| HSL | 290.83º | 0.49% | 0.29% | - |
| HSV(B) | 290.83º | 0.66% | 0.43% | - |
| XYZ | 8.46 | 5.02 | 14.99 | - |
| YUV | 63.45 | 153.71 | 152.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 37 | 109 | 0.10 | 0.66 | 0 | 0.57 | 290.83 | 0.49 | 0.29 |
| Hex | 62 | 25 | 6D | A | 42 | 0 | 39 | 123 | 31 | 1D |
| Octal | 142 | 45 | 155 | 12 | 102 | 0 | 71 | 443 | 61 | 35 |
| Binary | 1100010 | 100101 | 1101101 | 1010 | 1000010 | 0 | 111001 | 100100011 | 110001 | 11101 |
Color Harmonies of #62256D
Complementary color
Monochromatic Colors of #62256D
Black with #62256D
Text Example
Text Example
White with #62256D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62256D; }
p { color: rgb(98,37,109); }
H1.HeaderClassName
{
color: #62256D;
}
.AnyTagClassName
{
color: #62256D;
}
</style>
background-color css
<style>
a { background-color: #62256D; }
a { background-color: rgb(98,37,109); }
div.DivClassName
{
background-color: #62256D;
}
.BgClassName
{
background-color: #62256D;
}
</style>
border-color css
<style>
span { border-color: #62256D; }
span { border-color: rgb(98,37,109); }
td.TdClassName
{
border-color: #62256D;
}
.TagClassName
{
border-color: #62256D;
}
</style>