Shades of Seance #752B72
Tints of Seance #752B72
RGB
CMYK
RGB Variations
Color information
#752B72 (or 0x752B72) is known color: Seance. HEX triplet: 75, 2B and 72. RGB value is (117,43,114). Sum of RGB (Red+Green+Blue) = 117+43+114=274 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.70% from 274); Green value is 43 (17.19% from 255 or 15.69% from 274); Blue value is 114 (44.92% from 255 or 41.61% from 274); Max value from RGB is 117 - color contains mainly: red. Hex color #752B72 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #752B72 is #8AD48D. Grayscale: #494949. Windows color (decimal): -9098382 or 7482229. OLE color: 7482229.
HSL color Cylindrical-coordinate representation of color #752B72: hue angle of 302.43º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #752B72 is Cyan = 0, Magento = 0.63, Yellow = 0.03 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 43 | 114 | - |
| CMYK | 0 | 0.63 | 0.03 | 0.54 |
| HSL | 302.43º | 0.46% | 0.31% | - |
| HSV(B) | 302.43º | 0.63% | 0.46% | - |
| XYZ | 11.24 | 6.72 | 16.63 | - |
| YUV | 73.22 | 151.02 | 159.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 43 | 114 | 0 | 0.63 | 0.03 | 0.54 | 302.43 | 0.46 | 0.31 |
| Hex | 75 | 2B | 72 | 0 | 3F | 3 | 36 | 12E | 2E | 1F |
| Octal | 165 | 53 | 162 | 0 | 77 | 3 | 66 | 456 | 56 | 37 |
| Binary | 1110101 | 101011 | 1110010 | 0 | 111111 | 11 | 110110 | 100101110 | 101110 | 11111 |
Color Harmonies of #752B72
Complementary color
Monochromatic Colors of #752B72
Black with #752B72
Text Example
Text Example
White with #752B72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752B72; }
p { color: rgb(117,43,114); }
H1.HeaderClassName
{
color: #752B72;
}
.AnyTagClassName
{
color: #752B72;
}
</style>
background-color css
<style>
a { background-color: #752B72; }
a { background-color: rgb(117,43,114); }
div.DivClassName
{
background-color: #752B72;
}
.BgClassName
{
background-color: #752B72;
}
</style>
border-color css
<style>
span { border-color: #752B72; }
span { border-color: rgb(117,43,114); }
td.TdClassName
{
border-color: #752B72;
}
.TagClassName
{
border-color: #752B72;
}
</style>