Shades of Seance #76247B
Tints of Seance #76247B
RGB
CMYK
RGB Variations
Color information
#76247B (or 0x76247B) is known color: Seance. HEX triplet: 76, 24 and 7B. RGB value is (118,36,123). Sum of RGB (Red+Green+Blue) = 118+36+123=277 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.60% from 277); Green value is 36 (14.45% from 255 or 13.00% from 277); Blue value is 123 (48.44% from 255 or 44.40% from 277); Max value from RGB is 123 - color contains mainly: blue. Hex color #76247B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76247B is #89DB84. Grayscale: #464646. Windows color (decimal): -9034629 or 8070262. OLE color: 8070262.
HSL color Cylindrical-coordinate representation of color #76247B: hue angle of 296.55º degrees, saturation: 0.55, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #76247B is Cyan = 0.04, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 118 | 36 | 123 | - |
| CMYK | 0.04 | 0.71 | 0 | 0.52 |
| HSL | 296.55º | 0.55% | 0.31% | - |
| HSV(B) | 296.55º | 0.71% | 0.48% | - |
| XYZ | 11.68 | 6.54 | 19.39 | - |
| YUV | 70.44 | 157.67 | 161.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 36 | 123 | 0.04 | 0.71 | 0 | 0.52 | 296.55 | 0.55 | 0.31 |
| Hex | 76 | 24 | 7B | 4 | 47 | 0 | 34 | 129 | 37 | 1F |
| Octal | 166 | 44 | 173 | 4 | 107 | 0 | 64 | 451 | 67 | 37 |
| Binary | 1110110 | 100100 | 1111011 | 100 | 1000111 | 0 | 110100 | 100101001 | 110111 | 11111 |
Color Harmonies of #76247B
Complementary color
Monochromatic Colors of #76247B
Black with #76247B
Text Example
Text Example
White with #76247B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76247B; }
p { color: rgb(118,36,123); }
H1.HeaderClassName
{
color: #76247B;
}
.AnyTagClassName
{
color: #76247B;
}
</style>
background-color css
<style>
a { background-color: #76247B; }
a { background-color: rgb(118,36,123); }
div.DivClassName
{
background-color: #76247B;
}
.BgClassName
{
background-color: #76247B;
}
</style>
border-color css
<style>
span { border-color: #76247B; }
span { border-color: rgb(118,36,123); }
td.TdClassName
{
border-color: #76247B;
}
.TagClassName
{
border-color: #76247B;
}
</style>