Shades of Seance #75247C
Tints of Seance #75247C
RGB
CMYK
RGB Variations
Color information
#75247C (or 0x75247C) is known color: Seance. HEX triplet: 75, 24 and 7C. RGB value is (117,36,124). Sum of RGB (Red+Green+Blue) = 117+36+124=277 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.24% from 277); Green value is 36 (14.45% from 255 or 13.00% from 277); Blue value is 124 (48.83% from 255 or 44.77% from 277); Max value from RGB is 124 - color contains mainly: blue. Hex color #75247C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75247C is #8ADB83. Grayscale: #454545. Windows color (decimal): -9100164 or 8135797. OLE color: 8135797.
HSL color Cylindrical-coordinate representation of color #75247C: hue angle of 295.23º degrees, saturation: 0.55, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #75247C is Cyan = 0.06, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 117 | 36 | 124 | - |
| CMYK | 0.06 | 0.71 | 0 | 0.51 |
| HSL | 295.23º | 0.55% | 0.31% | - |
| HSV(B) | 295.23º | 0.71% | 0.49% | - |
| XYZ | 11.61 | 6.5 | 19.71 | - |
| YUV | 70.25 | 158.34 | 161.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 36 | 124 | 0.06 | 0.71 | 0 | 0.51 | 295.23 | 0.55 | 0.31 |
| Hex | 75 | 24 | 7C | 6 | 47 | 0 | 33 | 127 | 37 | 1F |
| Octal | 165 | 44 | 174 | 6 | 107 | 0 | 63 | 447 | 67 | 37 |
| Binary | 1110101 | 100100 | 1111100 | 110 | 1000111 | 0 | 110011 | 100100111 | 110111 | 11111 |
Color Harmonies of #75247C
Complementary color
Monochromatic Colors of #75247C
Black with #75247C
Text Example
Text Example
White with #75247C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75247C; }
p { color: rgb(117,36,124); }
H1.HeaderClassName
{
color: #75247C;
}
.AnyTagClassName
{
color: #75247C;
}
</style>
background-color css
<style>
a { background-color: #75247C; }
a { background-color: rgb(117,36,124); }
div.DivClassName
{
background-color: #75247C;
}
.BgClassName
{
background-color: #75247C;
}
</style>
border-color css
<style>
span { border-color: #75247C; }
span { border-color: rgb(117,36,124); }
td.TdClassName
{
border-color: #75247C;
}
.TagClassName
{
border-color: #75247C;
}
</style>