Shades of Seance #752377
Tints of Seance #752377
RGB
CMYK
RGB Variations
Color information
#752377 (or 0x752377) is known color: Seance. HEX triplet: 75, 23 and 77. RGB value is (117,35,119). Sum of RGB (Red+Green+Blue) = 117+35+119=271 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.17% from 271); Green value is 35 (14.06% from 255 or 12.92% from 271); Blue value is 119 (46.88% from 255 or 43.91% from 271); Max value from RGB is 119 - color contains mainly: blue. Hex color #752377 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #752377 is #8ADC88. Grayscale: #444444. Windows color (decimal): -9100425 or 7807861. OLE color: 7807861.
HSL color Cylindrical-coordinate representation of color #752377: hue angle of 298.57º degrees, saturation: 0.55, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #752377 is Cyan = 0.02, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 117 | 35 | 119 | - |
| CMYK | 0.02 | 0.71 | 0 | 0.53 |
| HSL | 298.57º | 0.55% | 0.3% | - |
| HSV(B) | 298.57º | 0.71% | 0.47% | - |
| XYZ | 11.27 | 6.32 | 18.08 | - |
| YUV | 69.09 | 156.17 | 162.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 35 | 119 | 0.02 | 0.71 | 0 | 0.53 | 298.57 | 0.55 | 0.3 |
| Hex | 75 | 23 | 77 | 2 | 47 | 0 | 35 | 12B | 37 | 1E |
| Octal | 165 | 43 | 167 | 2 | 107 | 0 | 65 | 453 | 67 | 36 |
| Binary | 1110101 | 100011 | 1110111 | 10 | 1000111 | 0 | 110101 | 100101011 | 110111 | 11110 |
Color Harmonies of #752377
Complementary color
Monochromatic Colors of #752377
Black with #752377
Text Example
Text Example
White with #752377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752377; }
p { color: rgb(117,35,119); }
H1.HeaderClassName
{
color: #752377;
}
.AnyTagClassName
{
color: #752377;
}
</style>
background-color css
<style>
a { background-color: #752377; }
a { background-color: rgb(117,35,119); }
div.DivClassName
{
background-color: #752377;
}
.BgClassName
{
background-color: #752377;
}
</style>
border-color css
<style>
span { border-color: #752377; }
span { border-color: rgb(117,35,119); }
td.TdClassName
{
border-color: #752377;
}
.TagClassName
{
border-color: #752377;
}
</style>