Shades of Seance #642074
Tints of Seance #642074
RGB
CMYK
RGB Variations
Color information
#642074 (or 0x642074) is known color: Seance. HEX triplet: 64, 20 and 74. RGB value is (100,32,116). Sum of RGB (Red+Green+Blue) = 100+32+116=248 (32% of max value = 765). Red value is 100 (39.45% from 255 or 40.32% from 248); Green value is 32 (12.89% from 255 or 12.90% from 248); Blue value is 116 (45.70% from 255 or 46.77% from 248); Max value from RGB is 116 - color contains mainly: blue. Hex color #642074 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #642074 is #9BDF8B. Grayscale: #3D3D3D. Windows color (decimal): -10215308 or 7610468. OLE color: 7610468.
HSL color Cylindrical-coordinate representation of color #642074: hue angle of 288.57º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #642074 is Cyan = 0.14, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 100 | 32 | 116 | - |
| CMYK | 0.14 | 0.72 | 0 | 0.55 |
| HSL | 288.57º | 0.57% | 0.29% | - |
| HSV(B) | 288.57º | 0.72% | 0.45% | - |
| XYZ | 8.92 | 5 | 17.02 | - |
| YUV | 61.91 | 158.53 | 155.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 32 | 116 | 0.14 | 0.72 | 0 | 0.55 | 288.57 | 0.57 | 0.29 |
| Hex | 64 | 20 | 74 | E | 48 | 0 | 37 | 121 | 39 | 1D |
| Octal | 144 | 40 | 164 | 16 | 110 | 0 | 67 | 441 | 71 | 35 |
| Binary | 1100100 | 100000 | 1110100 | 1110 | 1001000 | 0 | 110111 | 100100001 | 111001 | 11101 |
Color Harmonies of #642074
Complementary color
Monochromatic Colors of #642074
Black with #642074
Text Example
Text Example
White with #642074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #642074; }
p { color: rgb(100,32,116); }
H1.HeaderClassName
{
color: #642074;
}
.AnyTagClassName
{
color: #642074;
}
</style>
background-color css
<style>
a { background-color: #642074; }
a { background-color: rgb(100,32,116); }
div.DivClassName
{
background-color: #642074;
}
.BgClassName
{
background-color: #642074;
}
</style>
border-color css
<style>
span { border-color: #642074; }
span { border-color: rgb(100,32,116); }
td.TdClassName
{
border-color: #642074;
}
.TagClassName
{
border-color: #642074;
}
</style>