Shades of Seance #62156F
Tints of Seance #62156F
RGB
CMYK
RGB Variations
Color information
#62156F (or 0x62156F) is known color: Seance. HEX triplet: 62, 15 and 6F. RGB value is (98,21,111). Sum of RGB (Red+Green+Blue) = 98+21+111=230 (30% of max value = 765). Red value is 98 (38.67% from 255 or 42.61% from 230); Green value is 21 (8.59% from 255 or 9.13% from 230); Blue value is 111 (43.75% from 255 or 48.26% from 230); Max value from RGB is 111 - color contains mainly: blue. Hex color #62156F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #62156F is #9DEA90. Grayscale: #363636. Windows color (decimal): -10349201 or 7279970. OLE color: 7279970.
HSL color Cylindrical-coordinate representation of color #62156F: hue angle of 291.33º degrees, saturation: 0.68, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #62156F is Cyan = 0.12, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 98 | 21 | 111 | - |
| CMYK | 0.12 | 0.81 | 0 | 0.56 |
| HSL | 291.33º | 0.68% | 0.26% | - |
| HSV(B) | 291.33º | 0.81% | 0.44% | - |
| XYZ | 8.17 | 4.28 | 15.43 | - |
| YUV | 54.28 | 160.01 | 159.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 21 | 111 | 0.12 | 0.81 | 0 | 0.56 | 291.33 | 0.68 | 0.26 |
| Hex | 62 | 15 | 6F | C | 51 | 0 | 38 | 123 | 44 | 1A |
| Octal | 142 | 25 | 157 | 14 | 121 | 0 | 70 | 443 | 104 | 32 |
| Binary | 1100010 | 10101 | 1101111 | 1100 | 1010001 | 0 | 111000 | 100100011 | 1000100 | 11010 |
Color Harmonies of #62156F
Complementary color
Monochromatic Colors of #62156F
Black with #62156F
Text Example
Text Example
White with #62156F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62156F; }
p { color: rgb(98,21,111); }
H1.HeaderClassName
{
color: #62156F;
}
.AnyTagClassName
{
color: #62156F;
}
</style>
background-color css
<style>
a { background-color: #62156F; }
a { background-color: rgb(98,21,111); }
div.DivClassName
{
background-color: #62156F;
}
.BgClassName
{
background-color: #62156F;
}
</style>
border-color css
<style>
span { border-color: #62156F; }
span { border-color: rgb(98,21,111); }
td.TdClassName
{
border-color: #62156F;
}
.TagClassName
{
border-color: #62156F;
}
</style>