Shades of Seance #62257C
Tints of Seance #62257C
RGB
CMYK
RGB Variations
Color information
#62257C (or 0x62257C) is known color: Seance. HEX triplet: 62, 25 and 7C. RGB value is (98,37,124). Sum of RGB (Red+Green+Blue) = 98+37+124=259 (34% of max value = 765). Red value is 98 (38.67% from 255 or 37.84% from 259); Green value is 37 (14.84% from 255 or 14.29% from 259); Blue value is 124 (48.83% from 255 or 47.88% from 259); Max value from RGB is 124 - color contains mainly: blue. Hex color #62257C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62257C is #9DDA83. Grayscale: #404040. Windows color (decimal): -10345092 or 8136034. OLE color: 8136034.
HSL color Cylindrical-coordinate representation of color #62257C: hue angle of 282.07º degrees, saturation: 0.54, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #62257C is Cyan = 0.21, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 98 | 37 | 124 | - |
| CMYK | 0.21 | 0.70 | 0 | 0.51 |
| HSL | 282.07º | 0.54% | 0.32% | - |
| HSV(B) | 282.07º | 0.7% | 0.49% | - |
| XYZ | 9.34 | 5.38 | 19.61 | - |
| YUV | 65.16 | 161.21 | 151.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 37 | 124 | 0.21 | 0.70 | 0 | 0.51 | 282.07 | 0.54 | 0.32 |
| Hex | 62 | 25 | 7C | 15 | 46 | 0 | 33 | 11A | 36 | 20 |
| Octal | 142 | 45 | 174 | 25 | 106 | 0 | 63 | 432 | 66 | 40 |
| Binary | 1100010 | 100101 | 1111100 | 10101 | 1000110 | 0 | 110011 | 100011010 | 110110 | 100000 |
Color Harmonies of #62257C
Complementary color
Monochromatic Colors of #62257C
Black with #62257C
Text Example
Text Example
White with #62257C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62257C; }
p { color: rgb(98,37,124); }
H1.HeaderClassName
{
color: #62257C;
}
.AnyTagClassName
{
color: #62257C;
}
</style>
background-color css
<style>
a { background-color: #62257C; }
a { background-color: rgb(98,37,124); }
div.DivClassName
{
background-color: #62257C;
}
.BgClassName
{
background-color: #62257C;
}
</style>
border-color css
<style>
span { border-color: #62257C; }
span { border-color: rgb(98,37,124); }
td.TdClassName
{
border-color: #62257C;
}
.TagClassName
{
border-color: #62257C;
}
</style>