Shades of Seance #62287A
Tints of Seance #62287A
RGB
CMYK
RGB Variations
Color information
#62287A (or 0x62287A) is known color: Seance. HEX triplet: 62, 28 and 7A. RGB value is (98,40,122). Sum of RGB (Red+Green+Blue) = 98+40+122=260 (34% of max value = 765). Red value is 98 (38.67% from 255 or 37.69% from 260); Green value is 40 (16.02% from 255 or 15.38% from 260); Blue value is 122 (48.05% from 255 or 46.92% from 260); Max value from RGB is 122 - color contains mainly: blue. Hex color #62287A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62287A is #9DD785. Grayscale: #424242. Windows color (decimal): -10344326 or 8005730. OLE color: 8005730.
HSL color Cylindrical-coordinate representation of color #62287A: hue angle of 282.44º degrees, saturation: 0.51, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #62287A is Cyan = 0.20, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 98 | 40 | 122 | - |
| CMYK | 0.20 | 0.67 | 0 | 0.52 |
| HSL | 282.44º | 0.51% | 0.32% | - |
| HSV(B) | 282.44º | 0.67% | 0.48% | - |
| XYZ | 9.31 | 5.52 | 18.99 | - |
| YUV | 66.69 | 159.22 | 150.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 40 | 122 | 0.20 | 0.67 | 0 | 0.52 | 282.44 | 0.51 | 0.32 |
| Hex | 62 | 28 | 7A | 14 | 43 | 0 | 34 | 11A | 33 | 20 |
| Octal | 142 | 50 | 172 | 24 | 103 | 0 | 64 | 432 | 63 | 40 |
| Binary | 1100010 | 101000 | 1111010 | 10100 | 1000011 | 0 | 110100 | 100011010 | 110011 | 100000 |
Color Harmonies of #62287A
Complementary color
Monochromatic Colors of #62287A
Black with #62287A
Text Example
Text Example
White with #62287A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62287A; }
p { color: rgb(98,40,122); }
H1.HeaderClassName
{
color: #62287A;
}
.AnyTagClassName
{
color: #62287A;
}
</style>
background-color css
<style>
a { background-color: #62287A; }
a { background-color: rgb(98,40,122); }
div.DivClassName
{
background-color: #62287A;
}
.BgClassName
{
background-color: #62287A;
}
</style>
border-color css
<style>
span { border-color: #62287A; }
span { border-color: rgb(98,40,122); }
td.TdClassName
{
border-color: #62287A;
}
.TagClassName
{
border-color: #62287A;
}
</style>