Shades of Seance #622574
Tints of Seance #622574
RGB
CMYK
RGB Variations
Color information
#622574 (or 0x622574) is known color: Seance. HEX triplet: 62, 25 and 74. RGB value is (98,37,116). Sum of RGB (Red+Green+Blue) = 98+37+116=251 (33% of max value = 765). Red value is 98 (38.67% from 255 or 39.04% from 251); Green value is 37 (14.84% from 255 or 14.74% from 251); Blue value is 116 (45.70% from 255 or 46.22% from 251); Max value from RGB is 116 - color contains mainly: blue. Hex color #622574 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #622574 is #9DDA8B. Grayscale: #3F3F3F. Windows color (decimal): -10345100 or 7611746. OLE color: 7611746.
HSL color Cylindrical-coordinate representation of color #622574: hue angle of 286.33º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #622574 is Cyan = 0.16, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 98 | 37 | 116 | - |
| CMYK | 0.16 | 0.68 | 0 | 0.55 |
| HSL | 286.33º | 0.52% | 0.3% | - |
| HSV(B) | 286.33º | 0.68% | 0.45% | - |
| XYZ | 8.85 | 5.18 | 17.06 | - |
| YUV | 64.25 | 157.21 | 152.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 37 | 116 | 0.16 | 0.68 | 0 | 0.55 | 286.33 | 0.52 | 0.3 |
| Hex | 62 | 25 | 74 | 10 | 44 | 0 | 37 | 11E | 34 | 1E |
| Octal | 142 | 45 | 164 | 20 | 104 | 0 | 67 | 436 | 64 | 36 |
| Binary | 1100010 | 100101 | 1110100 | 10000 | 1000100 | 0 | 110111 | 100011110 | 110100 | 11110 |
Color Harmonies of #622574
Complementary color
Monochromatic Colors of #622574
Black with #622574
Text Example
Text Example
White with #622574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #622574; }
p { color: rgb(98,37,116); }
H1.HeaderClassName
{
color: #622574;
}
.AnyTagClassName
{
color: #622574;
}
</style>
background-color css
<style>
a { background-color: #622574; }
a { background-color: rgb(98,37,116); }
div.DivClassName
{
background-color: #622574;
}
.BgClassName
{
background-color: #622574;
}
</style>
border-color css
<style>
span { border-color: #622574; }
span { border-color: rgb(98,37,116); }
td.TdClassName
{
border-color: #622574;
}
.TagClassName
{
border-color: #622574;
}
</style>