Shades of Seance #752C73
Tints of Seance #752C73
RGB
CMYK
RGB Variations
Color information
#752C73 (or 0x752C73) is known color: Seance. HEX triplet: 75, 2C and 73. RGB value is (117,44,115). Sum of RGB (Red+Green+Blue) = 117+44+115=276 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.39% from 276); Green value is 44 (17.58% from 255 or 15.94% from 276); Blue value is 115 (45.31% from 255 or 41.67% from 276); Max value from RGB is 117 - color contains mainly: red. Hex color #752C73 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #752C73 is #8AD38C. Grayscale: #494949. Windows color (decimal): -9098125 or 7548021. OLE color: 7548021.
HSL color Cylindrical-coordinate representation of color #752C73: hue angle of 301.64º degrees, saturation: 0.45, 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 #752C73 is Cyan = 0, Magento = 0.62, Yellow = 0.02 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 44 | 115 | - |
| CMYK | 0 | 0.62 | 0.02 | 0.54 |
| HSL | 301.64º | 0.45% | 0.32% | - |
| HSV(B) | 301.64º | 0.62% | 0.46% | - |
| XYZ | 11.33 | 6.82 | 16.94 | - |
| YUV | 73.92 | 151.18 | 158.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 44 | 115 | 0 | 0.62 | 0.02 | 0.54 | 301.64 | 0.45 | 0.32 |
| Hex | 75 | 2C | 73 | 0 | 3E | 2 | 36 | 12E | 2D | 20 |
| Octal | 165 | 54 | 163 | 0 | 76 | 2 | 66 | 456 | 55 | 40 |
| Binary | 1110101 | 101100 | 1110011 | 0 | 111110 | 10 | 110110 | 100101110 | 101101 | 100000 |
Color Harmonies of #752C73
Complementary color
Monochromatic Colors of #752C73
Black with #752C73
Text Example
Text Example
White with #752C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752C73; }
p { color: rgb(117,44,115); }
H1.HeaderClassName
{
color: #752C73;
}
.AnyTagClassName
{
color: #752C73;
}
</style>
background-color css
<style>
a { background-color: #752C73; }
a { background-color: rgb(117,44,115); }
div.DivClassName
{
background-color: #752C73;
}
.BgClassName
{
background-color: #752C73;
}
</style>
border-color css
<style>
span { border-color: #752C73; }
span { border-color: rgb(117,44,115); }
td.TdClassName
{
border-color: #752C73;
}
.TagClassName
{
border-color: #752C73;
}
</style>