Shades of Seance #752F73
Tints of Seance #752F73
RGB
CMYK
RGB Variations
Color information
#752F73 (or 0x752F73) is known color: Seance. HEX triplet: 75, 2F and 73. RGB value is (117,47,115). Sum of RGB (Red+Green+Blue) = 117+47+115=279 (36% of max value = 765). Red value is 117 (46.09% from 255 or 41.94% from 279); Green value is 47 (18.75% from 255 or 16.85% from 279); Blue value is 115 (45.31% from 255 or 41.22% from 279); Max value from RGB is 117 - color contains mainly: red. Hex color #752F73 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #752F73 is #8AD08C. Grayscale: #4B4B4B. Windows color (decimal): -9097357 or 7548789. OLE color: 7548789.
HSL color Cylindrical-coordinate representation of color #752F73: hue angle of 301.71º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #752F73 is Cyan = 0, Magento = 0.60, Yellow = 0.02 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 47 | 115 | - |
| CMYK | 0 | 0.60 | 0.02 | 0.54 |
| HSL | 301.71º | 0.43% | 0.32% | - |
| HSV(B) | 301.71º | 0.6% | 0.46% | - |
| XYZ | 11.45 | 7.05 | 16.98 | - |
| YUV | 75.68 | 150.19 | 157.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 47 | 115 | 0 | 0.60 | 0.02 | 0.54 | 301.71 | 0.43 | 0.32 |
| Hex | 75 | 2F | 73 | 0 | 3C | 2 | 36 | 12E | 2B | 20 |
| Octal | 165 | 57 | 163 | 0 | 74 | 2 | 66 | 456 | 53 | 40 |
| Binary | 1110101 | 101111 | 1110011 | 0 | 111100 | 10 | 110110 | 100101110 | 101011 | 100000 |
Color Harmonies of #752F73
Complementary color
Monochromatic Colors of #752F73
Black with #752F73
Text Example
Text Example
White with #752F73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752F73; }
p { color: rgb(117,47,115); }
H1.HeaderClassName
{
color: #752F73;
}
.AnyTagClassName
{
color: #752F73;
}
</style>
background-color css
<style>
a { background-color: #752F73; }
a { background-color: rgb(117,47,115); }
div.DivClassName
{
background-color: #752F73;
}
.BgClassName
{
background-color: #752F73;
}
</style>
border-color css
<style>
span { border-color: #752F73; }
span { border-color: rgb(117,47,115); }
td.TdClassName
{
border-color: #752F73;
}
.TagClassName
{
border-color: #752F73;
}
</style>