Shades of Seance #73257D
Tints of Seance #73257D
RGB
CMYK
RGB Variations
Color information
#73257D (or 0x73257D) is known color: Seance. HEX triplet: 73, 25 and 7D. RGB value is (115,37,125). Sum of RGB (Red+Green+Blue) = 115+37+125=277 (36% of max value = 765). Red value is 115 (45.31% from 255 or 41.52% from 277); Green value is 37 (14.84% from 255 or 13.36% from 277); Blue value is 125 (49.22% from 255 or 45.13% from 277); Max value from RGB is 125 - color contains mainly: blue. Hex color #73257D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73257D is #8CDA82. Grayscale: #464646. Windows color (decimal): -9230979 or 8201587. OLE color: 8201587.
HSL color Cylindrical-coordinate representation of color #73257D: hue angle of 293.18º degrees, saturation: 0.54, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #73257D is Cyan = 0.08, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 115 | 37 | 125 | - |
| CMYK | 0.08 | 0.70 | 0 | 0.51 |
| HSL | 293.18º | 0.54% | 0.32% | - |
| HSV(B) | 293.18º | 0.7% | 0.49% | - |
| XYZ | 11.43 | 6.45 | 20.04 | - |
| YUV | 70.35 | 158.84 | 159.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 37 | 125 | 0.08 | 0.70 | 0 | 0.51 | 293.18 | 0.54 | 0.32 |
| Hex | 73 | 25 | 7D | 8 | 46 | 0 | 33 | 125 | 36 | 20 |
| Octal | 163 | 45 | 175 | 10 | 106 | 0 | 63 | 445 | 66 | 40 |
| Binary | 1110011 | 100101 | 1111101 | 1000 | 1000110 | 0 | 110011 | 100100101 | 110110 | 100000 |
Color Harmonies of #73257D
Complementary color
Monochromatic Colors of #73257D
Black with #73257D
Text Example
Text Example
White with #73257D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73257D; }
p { color: rgb(115,37,125); }
H1.HeaderClassName
{
color: #73257D;
}
.AnyTagClassName
{
color: #73257D;
}
</style>
background-color css
<style>
a { background-color: #73257D; }
a { background-color: rgb(115,37,125); }
div.DivClassName
{
background-color: #73257D;
}
.BgClassName
{
background-color: #73257D;
}
</style>
border-color css
<style>
span { border-color: #73257D; }
span { border-color: rgb(115,37,125); }
td.TdClassName
{
border-color: #73257D;
}
.TagClassName
{
border-color: #73257D;
}
</style>