Shades of Seance #78326F
Tints of Seance #78326F
RGB
CMYK
RGB Variations
Color information
#78326F (or 0x78326F) is known color: Seance. HEX triplet: 78, 32 and 6F. RGB value is (120,50,111). Sum of RGB (Red+Green+Blue) = 120+50+111=281 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.70% from 281); Green value is 50 (19.92% from 255 or 17.79% from 281); Blue value is 111 (43.75% from 255 or 39.50% from 281); Max value from RGB is 120 - color contains mainly: red. Hex color #78326F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78326F is #87CD90. Grayscale: #4D4D4D. Windows color (decimal): -8899985 or 7287416. OLE color: 7287416.
HSL color Cylindrical-coordinate representation of color #78326F: hue angle of 307.71º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #78326F is Cyan = 0, Magento = 0.58, Yellow = 0.08 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 50 | 111 | - |
| CMYK | 0 | 0.58 | 0.08 | 0.53 |
| HSL | 307.71º | 0.41% | 0.33% | - |
| HSV(B) | 307.71º | 0.58% | 0.47% | - |
| XYZ | 11.76 | 7.42 | 15.85 | - |
| YUV | 77.88 | 146.69 | 158.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 50 | 111 | 0 | 0.58 | 0.08 | 0.53 | 307.71 | 0.41 | 0.33 |
| Hex | 78 | 32 | 6F | 0 | 3A | 8 | 35 | 134 | 29 | 21 |
| Octal | 170 | 62 | 157 | 0 | 72 | 10 | 65 | 464 | 51 | 41 |
| Binary | 1111000 | 110010 | 1101111 | 0 | 111010 | 1000 | 110101 | 100110100 | 101001 | 100001 |
Color Harmonies of #78326F
Complementary color
Monochromatic Colors of #78326F
Black with #78326F
Text Example
Text Example
White with #78326F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78326F; }
p { color: rgb(120,50,111); }
H1.HeaderClassName
{
color: #78326F;
}
.AnyTagClassName
{
color: #78326F;
}
</style>
background-color css
<style>
a { background-color: #78326F; }
a { background-color: rgb(120,50,111); }
div.DivClassName
{
background-color: #78326F;
}
.BgClassName
{
background-color: #78326F;
}
</style>
border-color css
<style>
span { border-color: #78326F; }
span { border-color: rgb(120,50,111); }
td.TdClassName
{
border-color: #78326F;
}
.TagClassName
{
border-color: #78326F;
}
</style>