Shades of Seance #62256B
Tints of Seance #62256B
RGB
CMYK
RGB Variations
Color information
#62256B (or 0x62256B) is known color: Seance. HEX triplet: 62, 25 and 6B. RGB value is (98,37,107). Sum of RGB (Red+Green+Blue) = 98+37+107=242 (32% of max value = 765). Red value is 98 (38.67% from 255 or 40.50% from 242); Green value is 37 (14.84% from 255 or 15.29% from 242); Blue value is 107 (42.19% from 255 or 44.21% from 242); Max value from RGB is 107 - color contains mainly: blue. Hex color #62256B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62256B is #9DDA94. Grayscale: #3F3F3F. Windows color (decimal): -10345109 or 7021922. OLE color: 7021922.
HSL color Cylindrical-coordinate representation of color #62256B: hue angle of 292.29º degrees, saturation: 0.49, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #62256B is Cyan = 0.08, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 98 | 37 | 107 | - |
| CMYK | 0.08 | 0.65 | 0 | 0.58 |
| HSL | 292.29º | 0.49% | 0.28% | - |
| HSV(B) | 292.29º | 0.65% | 0.42% | - |
| XYZ | 8.35 | 4.98 | 14.43 | - |
| YUV | 63.22 | 152.71 | 152.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 37 | 107 | 0.08 | 0.65 | 0 | 0.58 | 292.29 | 0.49 | 0.28 |
| Hex | 62 | 25 | 6B | 8 | 41 | 0 | 3A | 124 | 31 | 1C |
| Octal | 142 | 45 | 153 | 10 | 101 | 0 | 72 | 444 | 61 | 34 |
| Binary | 1100010 | 100101 | 1101011 | 1000 | 1000001 | 0 | 111010 | 100100100 | 110001 | 11100 |
Color Harmonies of #62256B
Complementary color
Monochromatic Colors of #62256B
Black with #62256B
Text Example
Text Example
White with #62256B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62256B; }
p { color: rgb(98,37,107); }
H1.HeaderClassName
{
color: #62256B;
}
.AnyTagClassName
{
color: #62256B;
}
</style>
background-color css
<style>
a { background-color: #62256B; }
a { background-color: rgb(98,37,107); }
div.DivClassName
{
background-color: #62256B;
}
.BgClassName
{
background-color: #62256B;
}
</style>
border-color css
<style>
span { border-color: #62256B; }
span { border-color: rgb(98,37,107); }
td.TdClassName
{
border-color: #62256B;
}
.TagClassName
{
border-color: #62256B;
}
</style>