Shades of Seance #622074
Tints of Seance #622074
RGB
CMYK
RGB Variations
Color information
#622074 (or 0x622074) is known color: Seance. HEX triplet: 62, 20 and 74. RGB value is (98,32,116). Sum of RGB (Red+Green+Blue) = 98+32+116=246 (32% of max value = 765). Red value is 98 (38.67% from 255 or 39.84% from 246); Green value is 32 (12.89% from 255 or 13.01% from 246); Blue value is 116 (45.70% from 255 or 47.15% from 246); Max value from RGB is 116 - color contains mainly: blue. Hex color #622074 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #622074 is #9DDF8B. Grayscale: #3D3D3D. Windows color (decimal): -10346380 or 7610466. OLE color: 7610466.
HSL color Cylindrical-coordinate representation of color #622074: hue angle of 287.14º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #622074 is Cyan = 0.16, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 98 | 32 | 116 | - |
| CMYK | 0.16 | 0.72 | 0 | 0.55 |
| HSL | 287.14º | 0.57% | 0.29% | - |
| HSV(B) | 287.14º | 0.72% | 0.45% | - |
| XYZ | 8.71 | 4.89 | 17.01 | - |
| YUV | 61.31 | 158.87 | 154.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 32 | 116 | 0.16 | 0.72 | 0 | 0.55 | 287.14 | 0.57 | 0.29 |
| Hex | 62 | 20 | 74 | 10 | 48 | 0 | 37 | 11F | 39 | 1D |
| Octal | 142 | 40 | 164 | 20 | 110 | 0 | 67 | 437 | 71 | 35 |
| Binary | 1100010 | 100000 | 1110100 | 10000 | 1001000 | 0 | 110111 | 100011111 | 111001 | 11101 |
Color Harmonies of #622074
Complementary color
Monochromatic Colors of #622074
Black with #622074
Text Example
Text Example
White with #622074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #622074; }
p { color: rgb(98,32,116); }
H1.HeaderClassName
{
color: #622074;
}
.AnyTagClassName
{
color: #622074;
}
</style>
background-color css
<style>
a { background-color: #622074; }
a { background-color: rgb(98,32,116); }
div.DivClassName
{
background-color: #622074;
}
.BgClassName
{
background-color: #622074;
}
</style>
border-color css
<style>
span { border-color: #622074; }
span { border-color: rgb(98,32,116); }
td.TdClassName
{
border-color: #622074;
}
.TagClassName
{
border-color: #622074;
}
</style>