Shades of Seance #731D78
Tints of Seance #731D78
RGB
CMYK
RGB Variations
Color information
#731D78 (or 0x731D78) is known color: Seance. HEX triplet: 73, 1D and 78. RGB value is (115,29,120). Sum of RGB (Red+Green+Blue) = 115+29+120=264 (34% of max value = 765). Red value is 115 (45.31% from 255 or 43.56% from 264); Green value is 29 (11.72% from 255 or 10.98% from 264); Blue value is 120 (47.27% from 255 or 45.45% from 264); Max value from RGB is 120 - color contains mainly: blue. Hex color #731D78 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #731D78 is #8CE287. Grayscale: #404040. Windows color (decimal): -9233032 or 7871859. OLE color: 7871859.
HSL color Cylindrical-coordinate representation of color #731D78: hue angle of 296.7º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #731D78 is Cyan = 0.04, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 115 | 29 | 120 | - |
| CMYK | 0.04 | 0.76 | 0 | 0.53 |
| HSL | 296.7º | 0.61% | 0.29% | - |
| HSV(B) | 296.7º | 0.76% | 0.47% | - |
| XYZ | 10.9 | 5.88 | 18.33 | - |
| YUV | 65.09 | 158.99 | 163.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 29 | 120 | 0.04 | 0.76 | 0 | 0.53 | 296.7 | 0.61 | 0.29 |
| Hex | 73 | 1D | 78 | 4 | 4C | 0 | 35 | 129 | 3D | 1D |
| Octal | 163 | 35 | 170 | 4 | 114 | 0 | 65 | 451 | 75 | 35 |
| Binary | 1110011 | 11101 | 1111000 | 100 | 1001100 | 0 | 110101 | 100101001 | 111101 | 11101 |
Color Harmonies of #731D78
Complementary color
Monochromatic Colors of #731D78
Black with #731D78
Text Example
Text Example
White with #731D78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #731D78; }
p { color: rgb(115,29,120); }
H1.HeaderClassName
{
color: #731D78;
}
.AnyTagClassName
{
color: #731D78;
}
</style>
background-color css
<style>
a { background-color: #731D78; }
a { background-color: rgb(115,29,120); }
div.DivClassName
{
background-color: #731D78;
}
.BgClassName
{
background-color: #731D78;
}
</style>
border-color css
<style>
span { border-color: #731D78; }
span { border-color: rgb(115,29,120); }
td.TdClassName
{
border-color: #731D78;
}
.TagClassName
{
border-color: #731D78;
}
</style>