Shades of Seance #642077
Tints of Seance #642077
RGB
CMYK
RGB Variations
Color information
#642077 (or 0x642077) is known color: Seance. HEX triplet: 64, 20 and 77. RGB value is (100,32,119). Sum of RGB (Red+Green+Blue) = 100+32+119=251 (33% of max value = 765). Red value is 100 (39.45% from 255 or 39.84% from 251); Green value is 32 (12.89% from 255 or 12.75% 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 #642077 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #642077 is #9BDF88. Grayscale: #3D3D3D. Windows color (decimal): -10215305 or 7807076. OLE color: 7807076.
HSL color Cylindrical-coordinate representation of color #642077: hue angle of 286.9º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #642077 is Cyan = 0.16, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 100 | 32 | 119 | - |
| CMYK | 0.16 | 0.73 | 0 | 0.53 |
| HSL | 286.9º | 0.58% | 0.3% | - |
| HSV(B) | 286.9º | 0.73% | 0.47% | - |
| XYZ | 9.1 | 5.07 | 17.95 | - |
| YUV | 62.25 | 160.03 | 154.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 32 | 119 | 0.16 | 0.73 | 0 | 0.53 | 286.9 | 0.58 | 0.3 |
| Hex | 64 | 20 | 77 | 10 | 49 | 0 | 35 | 11F | 3A | 1E |
| Octal | 144 | 40 | 167 | 20 | 111 | 0 | 65 | 437 | 72 | 36 |
| Binary | 1100100 | 100000 | 1110111 | 10000 | 1001001 | 0 | 110101 | 100011111 | 111010 | 11110 |
Color Harmonies of #642077
Complementary color
Monochromatic Colors of #642077
Black with #642077
Text Example
Text Example
White with #642077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #642077; }
p { color: rgb(100,32,119); }
H1.HeaderClassName
{
color: #642077;
}
.AnyTagClassName
{
color: #642077;
}
</style>
background-color css
<style>
a { background-color: #642077; }
a { background-color: rgb(100,32,119); }
div.DivClassName
{
background-color: #642077;
}
.BgClassName
{
background-color: #642077;
}
</style>
border-color css
<style>
span { border-color: #642077; }
span { border-color: rgb(100,32,119); }
td.TdClassName
{
border-color: #642077;
}
.TagClassName
{
border-color: #642077;
}
</style>