Shades of Seance #62187D
Tints of Seance #62187D
RGB
CMYK
RGB Variations
Color information
#62187D (or 0x62187D) is known color: Seance. HEX triplet: 62, 18 and 7D. RGB value is (98,24,125). Sum of RGB (Red+Green+Blue) = 98+24+125=247 (32% of max value = 765). Red value is 98 (38.67% from 255 or 39.68% from 247); Green value is 24 (9.77% from 255 or 9.72% from 247); Blue value is 125 (49.22% from 255 or 50.61% from 247); Max value from RGB is 125 - color contains mainly: blue. Hex color #62187D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #62187D is #9DE782. Grayscale: #393939. Windows color (decimal): -10348419 or 8198242. OLE color: 8198242.
HSL color Cylindrical-coordinate representation of color #62187D: hue angle of 283.96º degrees, saturation: 0.68, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #62187D is Cyan = 0.22, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 98 | 24 | 125 | - |
| CMYK | 0.22 | 0.81 | 0 | 0.51 |
| HSL | 283.96º | 0.68% | 0.29% | - |
| HSV(B) | 283.96º | 0.81% | 0.49% | - |
| XYZ | 9.07 | 4.73 | 19.84 | - |
| YUV | 57.64 | 166.02 | 156.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 24 | 125 | 0.22 | 0.81 | 0 | 0.51 | 283.96 | 0.68 | 0.29 |
| Hex | 62 | 18 | 7D | 16 | 51 | 0 | 33 | 11C | 44 | 1D |
| Octal | 142 | 30 | 175 | 26 | 121 | 0 | 63 | 434 | 104 | 35 |
| Binary | 1100010 | 11000 | 1111101 | 10110 | 1010001 | 0 | 110011 | 100011100 | 1000100 | 11101 |
Color Harmonies of #62187D
Complementary color
Monochromatic Colors of #62187D
Black with #62187D
Text Example
Text Example
White with #62187D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62187D; }
p { color: rgb(98,24,125); }
H1.HeaderClassName
{
color: #62187D;
}
.AnyTagClassName
{
color: #62187D;
}
</style>
background-color css
<style>
a { background-color: #62187D; }
a { background-color: rgb(98,24,125); }
div.DivClassName
{
background-color: #62187D;
}
.BgClassName
{
background-color: #62187D;
}
</style>
border-color css
<style>
span { border-color: #62187D; }
span { border-color: rgb(98,24,125); }
td.TdClassName
{
border-color: #62187D;
}
.TagClassName
{
border-color: #62187D;
}
</style>