Shades of Seance #642377
Tints of Seance #642377
RGB
CMYK
RGB Variations
Color information
#642377 (or 0x642377) is known color: Seance. HEX triplet: 64, 23 and 77. RGB value is (100,35,119). Sum of RGB (Red+Green+Blue) = 100+35+119=254 (33% of max value = 765). Red value is 100 (39.45% from 255 or 39.37% from 254); Green value is 35 (14.06% from 255 or 13.78% from 254); Blue value is 119 (46.88% from 255 or 46.85% from 254); Max value from RGB is 119 - color contains mainly: blue. Hex color #642377 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #642377 is #9BDC88. Grayscale: #3F3F3F. Windows color (decimal): -10214537 or 7807844. OLE color: 7807844.
HSL color Cylindrical-coordinate representation of color #642377: hue angle of 286.43º degrees, saturation: 0.55, 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 #642377 is Cyan = 0.16, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 100 | 35 | 119 | - |
| CMYK | 0.16 | 0.71 | 0 | 0.53 |
| HSL | 286.43º | 0.55% | 0.3% | - |
| HSV(B) | 286.43º | 0.71% | 0.47% | - |
| XYZ | 9.19 | 5.24 | 17.98 | - |
| YUV | 64.01 | 159.03 | 153.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 35 | 119 | 0.16 | 0.71 | 0 | 0.53 | 286.43 | 0.55 | 0.3 |
| Hex | 64 | 23 | 77 | 10 | 47 | 0 | 35 | 11E | 37 | 1E |
| Octal | 144 | 43 | 167 | 20 | 107 | 0 | 65 | 436 | 67 | 36 |
| Binary | 1100100 | 100011 | 1110111 | 10000 | 1000111 | 0 | 110101 | 100011110 | 110111 | 11110 |
Color Harmonies of #642377
Complementary color
Monochromatic Colors of #642377
Black with #642377
Text Example
Text Example
White with #642377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #642377; }
p { color: rgb(100,35,119); }
H1.HeaderClassName
{
color: #642377;
}
.AnyTagClassName
{
color: #642377;
}
</style>
background-color css
<style>
a { background-color: #642377; }
a { background-color: rgb(100,35,119); }
div.DivClassName
{
background-color: #642377;
}
.BgClassName
{
background-color: #642377;
}
</style>
border-color css
<style>
span { border-color: #642377; }
span { border-color: rgb(100,35,119); }
td.TdClassName
{
border-color: #642377;
}
.TagClassName
{
border-color: #642377;
}
</style>