Shades of Seance #721E82
Tints of Seance #721E82
RGB
CMYK
RGB Variations
Color information
#721E82 (or 0x721E82) is known color: Seance. HEX triplet: 72, 1E and 82. RGB value is (114,30,130). Sum of RGB (Red+Green+Blue) = 114+30+130=274 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.61% from 274); Green value is 30 (12.11% from 255 or 10.95% from 274); Blue value is 130 (51.17% from 255 or 47.45% from 274); Max value from RGB is 130 - color contains mainly: blue. Hex color #721E82 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #721E82 is #8DE17D. Grayscale: #424242. Windows color (decimal): -9298302 or 8527474. OLE color: 8527474.
HSL color Cylindrical-coordinate representation of color #721E82: hue angle of 290.4º degrees, saturation: 0.62, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #721E82 is Cyan = 0.12, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 114 | 30 | 130 | - |
| CMYK | 0.12 | 0.77 | 0 | 0.49 |
| HSL | 290.4º | 0.63% | 0.31% | - |
| HSV(B) | 290.4º | 0.77% | 0.51% | - |
| XYZ | 11.43 | 6.12 | 21.7 | - |
| YUV | 66.52 | 163.83 | 161.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 30 | 130 | 0.12 | 0.77 | 0 | 0.49 | 290.4 | 0.63 | 0.31 |
| Hex | 72 | 1E | 82 | C | 4D | 0 | 31 | 122 | 3E | 1F |
| Octal | 162 | 36 | 202 | 14 | 115 | 0 | 61 | 442 | 76 | 37 |
| Binary | 1110010 | 11110 | 10000010 | 1100 | 1001101 | 0 | 110001 | 100100010 | 111110 | 11111 |
Color Harmonies of #721E82
Complementary color
Monochromatic Colors of #721E82
Black with #721E82
Text Example
Text Example
White with #721E82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #721E82; }
p { color: rgb(114,30,130); }
H1.HeaderClassName
{
color: #721E82;
}
.AnyTagClassName
{
color: #721E82;
}
</style>
background-color css
<style>
a { background-color: #721E82; }
a { background-color: rgb(114,30,130); }
div.DivClassName
{
background-color: #721E82;
}
.BgClassName
{
background-color: #721E82;
}
</style>
border-color css
<style>
span { border-color: #721E82; }
span { border-color: rgb(114,30,130); }
td.TdClassName
{
border-color: #721E82;
}
.TagClassName
{
border-color: #721E82;
}
</style>