Shades of Seance #76257C
Tints of Seance #76257C
RGB
CMYK
RGB Variations
Color information
#76257C (or 0x76257C) is known color: Seance. HEX triplet: 76, 25 and 7C. RGB value is (118,37,124). Sum of RGB (Red+Green+Blue) = 118+37+124=279 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.29% from 279); Green value is 37 (14.84% from 255 or 13.26% from 279); Blue value is 124 (48.83% from 255 or 44.44% from 279); Max value from RGB is 124 - color contains mainly: blue. Hex color #76257C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76257C is #89DA83. Grayscale: #464646. Windows color (decimal): -9034372 or 8136054. OLE color: 8136054.
HSL color Cylindrical-coordinate representation of color #76257C: hue angle of 295.86º degrees, saturation: 0.54, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #76257C is Cyan = 0.05, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 118 | 37 | 124 | - |
| CMYK | 0.05 | 0.70 | 0 | 0.51 |
| HSL | 295.86º | 0.54% | 0.32% | - |
| HSV(B) | 295.86º | 0.7% | 0.49% | - |
| XYZ | 11.77 | 6.63 | 19.73 | - |
| YUV | 71.14 | 157.84 | 161.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 37 | 124 | 0.05 | 0.70 | 0 | 0.51 | 295.86 | 0.54 | 0.32 |
| Hex | 76 | 25 | 7C | 5 | 46 | 0 | 33 | 128 | 36 | 20 |
| Octal | 166 | 45 | 174 | 5 | 106 | 0 | 63 | 450 | 66 | 40 |
| Binary | 1110110 | 100101 | 1111100 | 101 | 1000110 | 0 | 110011 | 100101000 | 110110 | 100000 |
Color Harmonies of #76257C
Complementary color
Monochromatic Colors of #76257C
Black with #76257C
Text Example
Text Example
White with #76257C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76257C; }
p { color: rgb(118,37,124); }
H1.HeaderClassName
{
color: #76257C;
}
.AnyTagClassName
{
color: #76257C;
}
</style>
background-color css
<style>
a { background-color: #76257C; }
a { background-color: rgb(118,37,124); }
div.DivClassName
{
background-color: #76257C;
}
.BgClassName
{
background-color: #76257C;
}
</style>
border-color css
<style>
span { border-color: #76257C; }
span { border-color: rgb(118,37,124); }
td.TdClassName
{
border-color: #76257C;
}
.TagClassName
{
border-color: #76257C;
}
</style>