Shades of Seance #752D71
Tints of Seance #752D71
RGB
CMYK
RGB Variations
Color information
#752D71 (or 0x752D71) is known color: Seance. HEX triplet: 75, 2D and 71. RGB value is (117,45,113). Sum of RGB (Red+Green+Blue) = 117+45+113=275 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.55% from 275); Green value is 45 (17.97% from 255 or 16.36% from 275); Blue value is 113 (44.53% from 255 or 41.09% from 275); Max value from RGB is 117 - color contains mainly: red. Hex color #752D71 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #752D71 is #8AD28E. Grayscale: #4A4A4A. Windows color (decimal): -9097871 or 7417205. OLE color: 7417205.
HSL color Cylindrical-coordinate representation of color #752D71: hue angle of 303.33º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #752D71 is Cyan = 0, Magento = 0.62, Yellow = 0.03 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 45 | 113 | - |
| CMYK | 0 | 0.62 | 0.03 | 0.54 |
| HSL | 303.33º | 0.44% | 0.32% | - |
| HSV(B) | 303.33º | 0.62% | 0.46% | - |
| XYZ | 11.26 | 6.85 | 16.35 | - |
| YUV | 74.28 | 149.85 | 158.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 45 | 113 | 0 | 0.62 | 0.03 | 0.54 | 303.33 | 0.44 | 0.32 |
| Hex | 75 | 2D | 71 | 0 | 3E | 3 | 36 | 12F | 2C | 20 |
| Octal | 165 | 55 | 161 | 0 | 76 | 3 | 66 | 457 | 54 | 40 |
| Binary | 1110101 | 101101 | 1110001 | 0 | 111110 | 11 | 110110 | 100101111 | 101100 | 100000 |
Color Harmonies of #752D71
Complementary color
Monochromatic Colors of #752D71
Black with #752D71
Text Example
Text Example
White with #752D71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752D71; }
p { color: rgb(117,45,113); }
H1.HeaderClassName
{
color: #752D71;
}
.AnyTagClassName
{
color: #752D71;
}
</style>
background-color css
<style>
a { background-color: #752D71; }
a { background-color: rgb(117,45,113); }
div.DivClassName
{
background-color: #752D71;
}
.BgClassName
{
background-color: #752D71;
}
</style>
border-color css
<style>
span { border-color: #752D71; }
span { border-color: rgb(117,45,113); }
td.TdClassName
{
border-color: #752D71;
}
.TagClassName
{
border-color: #752D71;
}
</style>