Shades of Seance #752F71
Tints of Seance #752F71
RGB
CMYK
RGB Variations
Color information
#752F71 (or 0x752F71) is known color: Seance. HEX triplet: 75, 2F and 71. RGB value is (117,47,113). Sum of RGB (Red+Green+Blue) = 117+47+113=277 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.24% from 277); Green value is 47 (18.75% from 255 or 16.97% from 277); Blue value is 113 (44.53% from 255 or 40.79% from 277); Max value from RGB is 117 - color contains mainly: red. Hex color #752F71 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #752F71 is #8AD08E. Grayscale: #4B4B4B. Windows color (decimal): -9097359 or 7417717. OLE color: 7417717.
HSL color Cylindrical-coordinate representation of color #752F71: hue angle of 303.43º 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 #752F71 is Cyan = 0, Magento = 0.60, Yellow = 0.03 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 47 | 113 | - |
| CMYK | 0 | 0.60 | 0.03 | 0.54 |
| HSL | 303.43º | 0.43% | 0.32% | - |
| HSV(B) | 303.43º | 0.6% | 0.46% | - |
| XYZ | 11.33 | 7.01 | 16.38 | - |
| YUV | 75.45 | 149.19 | 157.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 47 | 113 | 0 | 0.60 | 0.03 | 0.54 | 303.43 | 0.43 | 0.32 |
| Hex | 75 | 2F | 71 | 0 | 3C | 3 | 36 | 12F | 2B | 20 |
| Octal | 165 | 57 | 161 | 0 | 74 | 3 | 66 | 457 | 53 | 40 |
| Binary | 1110101 | 101111 | 1110001 | 0 | 111100 | 11 | 110110 | 100101111 | 101011 | 100000 |
Color Harmonies of #752F71
Complementary color
Monochromatic Colors of #752F71
Black with #752F71
Text Example
Text Example
White with #752F71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752F71; }
p { color: rgb(117,47,113); }
H1.HeaderClassName
{
color: #752F71;
}
.AnyTagClassName
{
color: #752F71;
}
</style>
background-color css
<style>
a { background-color: #752F71; }
a { background-color: rgb(117,47,113); }
div.DivClassName
{
background-color: #752F71;
}
.BgClassName
{
background-color: #752F71;
}
</style>
border-color css
<style>
span { border-color: #752F71; }
span { border-color: rgb(117,47,113); }
td.TdClassName
{
border-color: #752F71;
}
.TagClassName
{
border-color: #752F71;
}
</style>