Shades of Seance #752B71
Tints of Seance #752B71
RGB
CMYK
RGB Variations
Color information
#752B71 (or 0x752B71) is known color: Seance. HEX triplet: 75, 2B and 71. RGB value is (117,43,113). Sum of RGB (Red+Green+Blue) = 117+43+113=273 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.86% from 273); Green value is 43 (17.19% from 255 or 15.75% from 273); Blue value is 113 (44.53% from 255 or 41.39% from 273); Max value from RGB is 117 - color contains mainly: red. Hex color #752B71 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #752B71 is #8AD48E. Grayscale: #484848. Windows color (decimal): -9098383 or 7416693. OLE color: 7416693.
HSL color Cylindrical-coordinate representation of color #752B71: hue angle of 303.24º 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 #752B71 is Cyan = 0, Magento = 0.63, Yellow = 0.03 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 43 | 113 | - |
| CMYK | 0 | 0.63 | 0.03 | 0.54 |
| HSL | 303.24º | 0.46% | 0.31% | - |
| HSV(B) | 303.24º | 0.63% | 0.46% | - |
| XYZ | 11.18 | 6.7 | 16.33 | - |
| YUV | 73.11 | 150.52 | 159.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 43 | 113 | 0 | 0.63 | 0.03 | 0.54 | 303.24 | 0.46 | 0.31 |
| Hex | 75 | 2B | 71 | 0 | 3F | 3 | 36 | 12F | 2E | 1F |
| Octal | 165 | 53 | 161 | 0 | 77 | 3 | 66 | 457 | 56 | 37 |
| Binary | 1110101 | 101011 | 1110001 | 0 | 111111 | 11 | 110110 | 100101111 | 101110 | 11111 |
Color Harmonies of #752B71
Complementary color
Monochromatic Colors of #752B71
Black with #752B71
Text Example
Text Example
White with #752B71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752B71; }
p { color: rgb(117,43,113); }
H1.HeaderClassName
{
color: #752B71;
}
.AnyTagClassName
{
color: #752B71;
}
</style>
background-color css
<style>
a { background-color: #752B71; }
a { background-color: rgb(117,43,113); }
div.DivClassName
{
background-color: #752B71;
}
.BgClassName
{
background-color: #752B71;
}
</style>
border-color css
<style>
span { border-color: #752B71; }
span { border-color: rgb(117,43,113); }
td.TdClassName
{
border-color: #752B71;
}
.TagClassName
{
border-color: #752B71;
}
</style>