Shades of Seance #762A71
Tints of Seance #762A71
RGB
CMYK
RGB Variations
Color information
#762A71 (or 0x762A71) is known color: Seance. HEX triplet: 76, 2A and 71. RGB value is (118,42,113). Sum of RGB (Red+Green+Blue) = 118+42+113=273 (36% of max value = 765). Red value is 118 (46.48% from 255 or 43.22% from 273); Green value is 42 (16.80% from 255 or 15.38% from 273); Blue value is 113 (44.53% from 255 or 41.39% from 273); Max value from RGB is 118 - color contains mainly: red. Hex color #762A71 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #762A71 is #89D58E. Grayscale: #484848. Windows color (decimal): -9033103 or 7416438. OLE color: 7416438.
HSL color Cylindrical-coordinate representation of color #762A71: hue angle of 303.95º degrees, saturation: 0.47, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #762A71 is Cyan = 0, Magento = 0.64, Yellow = 0.04 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 42 | 113 | - |
| CMYK | 0 | 0.64 | 0.04 | 0.54 |
| HSL | 303.95º | 0.48% | 0.31% | - |
| HSV(B) | 303.95º | 0.64% | 0.46% | - |
| XYZ | 11.28 | 6.7 | 16.32 | - |
| YUV | 72.82 | 150.68 | 160.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 42 | 113 | 0 | 0.64 | 0.04 | 0.54 | 303.95 | 0.48 | 0.31 |
| Hex | 76 | 2A | 71 | 0 | 40 | 4 | 36 | 130 | 30 | 1F |
| Octal | 166 | 52 | 161 | 0 | 100 | 4 | 66 | 460 | 60 | 37 |
| Binary | 1110110 | 101010 | 1110001 | 0 | 1000000 | 100 | 110110 | 100110000 | 110000 | 11111 |
Color Harmonies of #762A71
Complementary color
Monochromatic Colors of #762A71
Black with #762A71
Text Example
Text Example
White with #762A71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #762A71; }
p { color: rgb(118,42,113); }
H1.HeaderClassName
{
color: #762A71;
}
.AnyTagClassName
{
color: #762A71;
}
</style>
background-color css
<style>
a { background-color: #762A71; }
a { background-color: rgb(118,42,113); }
div.DivClassName
{
background-color: #762A71;
}
.BgClassName
{
background-color: #762A71;
}
</style>
border-color css
<style>
span { border-color: #762A71; }
span { border-color: rgb(118,42,113); }
td.TdClassName
{
border-color: #762A71;
}
.TagClassName
{
border-color: #762A71;
}
</style>