Shades of Seance #642374
Tints of Seance #642374
RGB
CMYK
RGB Variations
Color information
#642374 (or 0x642374) is known color: Seance. HEX triplet: 64, 23 and 74. RGB value is (100,35,116). Sum of RGB (Red+Green+Blue) = 100+35+116=251 (33% of max value = 765). Red value is 100 (39.45% from 255 or 39.84% from 251); Green value is 35 (14.06% from 255 or 13.94% from 251); Blue value is 116 (45.70% from 255 or 46.22% from 251); Max value from RGB is 116 - color contains mainly: blue. Hex color #642374 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #642374 is #9BDC8B. Grayscale: #3F3F3F. Windows color (decimal): -10214540 or 7611236. OLE color: 7611236.
HSL color Cylindrical-coordinate representation of color #642374: hue angle of 288.15º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #642374 is Cyan = 0.14, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 100 | 35 | 116 | - |
| CMYK | 0.14 | 0.70 | 0 | 0.55 |
| HSL | 288.15º | 0.54% | 0.3% | - |
| HSV(B) | 288.15º | 0.7% | 0.45% | - |
| XYZ | 9.01 | 5.17 | 17.05 | - |
| YUV | 63.67 | 157.53 | 153.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 35 | 116 | 0.14 | 0.70 | 0 | 0.55 | 288.15 | 0.54 | 0.3 |
| Hex | 64 | 23 | 74 | E | 46 | 0 | 37 | 120 | 36 | 1E |
| Octal | 144 | 43 | 164 | 16 | 106 | 0 | 67 | 440 | 66 | 36 |
| Binary | 1100100 | 100011 | 1110100 | 1110 | 1000110 | 0 | 110111 | 100100000 | 110110 | 11110 |
Color Harmonies of #642374
Complementary color
Monochromatic Colors of #642374
Black with #642374
Text Example
Text Example
White with #642374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #642374; }
p { color: rgb(100,35,116); }
H1.HeaderClassName
{
color: #642374;
}
.AnyTagClassName
{
color: #642374;
}
</style>
background-color css
<style>
a { background-color: #642374; }
a { background-color: rgb(100,35,116); }
div.DivClassName
{
background-color: #642374;
}
.BgClassName
{
background-color: #642374;
}
</style>
border-color css
<style>
span { border-color: #642374; }
span { border-color: rgb(100,35,116); }
td.TdClassName
{
border-color: #642374;
}
.TagClassName
{
border-color: #642374;
}
</style>