Shades of Seance #642F73
Tints of Seance #642F73
RGB
CMYK
RGB Variations
Color information
#642F73 (or 0x642F73) is known color: Seance. HEX triplet: 64, 2F and 73. RGB value is (100,47,115). Sum of RGB (Red+Green+Blue) = 100+47+115=262 (34% of max value = 765). Red value is 100 (39.45% from 255 or 38.17% from 262); Green value is 47 (18.75% from 255 or 17.94% from 262); Blue value is 115 (45.31% from 255 or 43.89% from 262); Max value from RGB is 115 - color contains mainly: blue. Hex color #642F73 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #642F73 is #9BD08C. Grayscale: #464646. Windows color (decimal): -10211469 or 7548772. OLE color: 7548772.
HSL color Cylindrical-coordinate representation of color #642F73: hue angle of 286.76º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #642F73 is Cyan = 0.13, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 100 | 47 | 115 | - |
| CMYK | 0.13 | 0.59 | 0 | 0.55 |
| HSL | 286.76º | 0.42% | 0.32% | - |
| HSV(B) | 286.76º | 0.59% | 0.45% | - |
| XYZ | 9.37 | 5.98 | 16.88 | - |
| YUV | 70.6 | 153.06 | 148.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 47 | 115 | 0.13 | 0.59 | 0 | 0.55 | 286.76 | 0.42 | 0.32 |
| Hex | 64 | 2F | 73 | D | 3B | 0 | 37 | 11F | 2A | 20 |
| Octal | 144 | 57 | 163 | 15 | 73 | 0 | 67 | 437 | 52 | 40 |
| Binary | 1100100 | 101111 | 1110011 | 1101 | 111011 | 0 | 110111 | 100011111 | 101010 | 100000 |
Color Harmonies of #642F73
Complementary color
Monochromatic Colors of #642F73
Black with #642F73
Text Example
Text Example
White with #642F73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #642F73; }
p { color: rgb(100,47,115); }
H1.HeaderClassName
{
color: #642F73;
}
.AnyTagClassName
{
color: #642F73;
}
</style>
background-color css
<style>
a { background-color: #642F73; }
a { background-color: rgb(100,47,115); }
div.DivClassName
{
background-color: #642F73;
}
.BgClassName
{
background-color: #642F73;
}
</style>
border-color css
<style>
span { border-color: #642F73; }
span { border-color: rgb(100,47,115); }
td.TdClassName
{
border-color: #642F73;
}
.TagClassName
{
border-color: #642F73;
}
</style>