Shades of Seance #622776
Tints of Seance #622776
RGB
CMYK
RGB Variations
Color information
#622776 (or 0x622776) is known color: Seance. HEX triplet: 62, 27 and 76. RGB value is (98,39,118). Sum of RGB (Red+Green+Blue) = 98+39+118=255 (33% of max value = 765). Red value is 98 (38.67% from 255 or 38.43% from 255); Green value is 39 (15.62% from 255 or 15.29% from 255); Blue value is 118 (46.48% from 255 or 46.27% from 255); Max value from RGB is 118 - color contains mainly: blue. Hex color #622776 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #622776 is #9DD889. Grayscale: #414141. Windows color (decimal): -10344586 or 7743330. OLE color: 7743330.
HSL color Cylindrical-coordinate representation of color #622776: hue angle of 284.81º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #622776 is Cyan = 0.17, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 98 | 39 | 118 | - |
| CMYK | 0.17 | 0.67 | 0 | 0.54 |
| HSL | 284.81º | 0.5% | 0.31% | - |
| HSV(B) | 284.81º | 0.67% | 0.46% | - |
| XYZ | 9.03 | 5.36 | 17.7 | - |
| YUV | 65.65 | 157.55 | 151.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 39 | 118 | 0.17 | 0.67 | 0 | 0.54 | 284.81 | 0.5 | 0.31 |
| Hex | 62 | 27 | 76 | 11 | 43 | 0 | 36 | 11D | 32 | 1F |
| Octal | 142 | 47 | 166 | 21 | 103 | 0 | 66 | 435 | 62 | 37 |
| Binary | 1100010 | 100111 | 1110110 | 10001 | 1000011 | 0 | 110110 | 100011101 | 110010 | 11111 |
Color Harmonies of #622776
Complementary color
Monochromatic Colors of #622776
Black with #622776
Text Example
Text Example
White with #622776
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #622776; }
p { color: rgb(98,39,118); }
H1.HeaderClassName
{
color: #622776;
}
.AnyTagClassName
{
color: #622776;
}
</style>
background-color css
<style>
a { background-color: #622776; }
a { background-color: rgb(98,39,118); }
div.DivClassName
{
background-color: #622776;
}
.BgClassName
{
background-color: #622776;
}
</style>
border-color css
<style>
span { border-color: #622776; }
span { border-color: rgb(98,39,118); }
td.TdClassName
{
border-color: #622776;
}
.TagClassName
{
border-color: #622776;
}
</style>