Shades of Seance #641173
Tints of Seance #641173
RGB
CMYK
RGB Variations
Color information
#641173 (or 0x641173) is known color: Seance. HEX triplet: 64, 11 and 73. RGB value is (100,17,115). Sum of RGB (Red+Green+Blue) = 100+17+115=232 (30% of max value = 765). Red value is 100 (39.45% from 255 or 43.10% from 232); Green value is 17 (7.03% from 255 or 7.33% from 232); Blue value is 115 (45.31% from 255 or 49.57% from 232); Max value from RGB is 115 - color contains mainly: blue. Hex color #641173 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #641173 is #9BEE8C. Grayscale: #343434. Windows color (decimal): -10219149 or 7541092. OLE color: 7541092.
HSL color Cylindrical-coordinate representation of color #641173: hue angle of 290.82º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #641173 is Cyan = 0.13, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 100 | 17 | 115 | - |
| CMYK | 0.13 | 0.85 | 0 | 0.55 |
| HSL | 290.82º | 0.74% | 0.26% | - |
| HSV(B) | 290.82º | 0.85% | 0.45% | - |
| XYZ | 8.55 | 4.35 | 16.61 | - |
| YUV | 52.99 | 163 | 161.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 17 | 115 | 0.13 | 0.85 | 0 | 0.55 | 290.82 | 0.74 | 0.26 |
| Hex | 64 | 11 | 73 | D | 55 | 0 | 37 | 123 | 4A | 1A |
| Octal | 144 | 21 | 163 | 15 | 125 | 0 | 67 | 443 | 112 | 32 |
| Binary | 1100100 | 10001 | 1110011 | 1101 | 1010101 | 0 | 110111 | 100100011 | 1001010 | 11010 |
Color Harmonies of #641173
Complementary color
Monochromatic Colors of #641173
Black with #641173
Text Example
Text Example
White with #641173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #641173; }
p { color: rgb(100,17,115); }
H1.HeaderClassName
{
color: #641173;
}
.AnyTagClassName
{
color: #641173;
}
</style>
background-color css
<style>
a { background-color: #641173; }
a { background-color: rgb(100,17,115); }
div.DivClassName
{
background-color: #641173;
}
.BgClassName
{
background-color: #641173;
}
</style>
border-color css
<style>
span { border-color: #641173; }
span { border-color: rgb(100,17,115); }
td.TdClassName
{
border-color: #641173;
}
.TagClassName
{
border-color: #641173;
}
</style>