Shades of Seance #622277
Tints of Seance #622277
RGB
CMYK
RGB Variations
Color information
#622277 (or 0x622277) is known color: Seance. HEX triplet: 62, 22 and 77. RGB value is (98,34,119). Sum of RGB (Red+Green+Blue) = 98+34+119=251 (33% of max value = 765). Red value is 98 (38.67% from 255 or 39.04% from 251); Green value is 34 (13.67% from 255 or 13.55% from 251); Blue value is 119 (46.88% from 255 or 47.41% from 251); Max value from RGB is 119 - color contains mainly: blue. Hex color #622277 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #622277 is #9DDD88. Grayscale: #3E3E3E. Windows color (decimal): -10345865 or 7807586. OLE color: 7807586.
HSL color Cylindrical-coordinate representation of color #622277: hue angle of 285.18º degrees, saturation: 0.56, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #622277 is Cyan = 0.18, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 98 | 34 | 119 | - |
| CMYK | 0.18 | 0.71 | 0 | 0.53 |
| HSL | 285.18º | 0.56% | 0.3% | - |
| HSV(B) | 285.18º | 0.71% | 0.47% | - |
| XYZ | 8.94 | 5.07 | 17.96 | - |
| YUV | 62.83 | 159.7 | 153.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 34 | 119 | 0.18 | 0.71 | 0 | 0.53 | 285.18 | 0.56 | 0.3 |
| Hex | 62 | 22 | 77 | 12 | 47 | 0 | 35 | 11D | 38 | 1E |
| Octal | 142 | 42 | 167 | 22 | 107 | 0 | 65 | 435 | 70 | 36 |
| Binary | 1100010 | 100010 | 1110111 | 10010 | 1000111 | 0 | 110101 | 100011101 | 111000 | 11110 |
Color Harmonies of #622277
Complementary color
Monochromatic Colors of #622277
Black with #622277
Text Example
Text Example
White with #622277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #622277; }
p { color: rgb(98,34,119); }
H1.HeaderClassName
{
color: #622277;
}
.AnyTagClassName
{
color: #622277;
}
</style>
background-color css
<style>
a { background-color: #622277; }
a { background-color: rgb(98,34,119); }
div.DivClassName
{
background-color: #622277;
}
.BgClassName
{
background-color: #622277;
}
</style>
border-color css
<style>
span { border-color: #622277; }
span { border-color: rgb(98,34,119); }
td.TdClassName
{
border-color: #622277;
}
.TagClassName
{
border-color: #622277;
}
</style>