Shades of Seance #721D82
Tints of Seance #721D82
RGB
CMYK
RGB Variations
Color information
#721D82 (or 0x721D82) is known color: Seance. HEX triplet: 72, 1D and 82. RGB value is (114,29,130). Sum of RGB (Red+Green+Blue) = 114+29+130=273 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.76% from 273); Green value is 29 (11.72% from 255 or 10.62% from 273); Blue value is 130 (51.17% from 255 or 47.62% from 273); Max value from RGB is 130 - color contains mainly: blue. Hex color #721D82 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #721D82 is #8DE27D. Grayscale: #414141. Windows color (decimal): -9298558 or 8527218. OLE color: 8527218.
HSL color Cylindrical-coordinate representation of color #721D82: hue angle of 290.5º degrees, saturation: 0.64, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #721D82 is Cyan = 0.12, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 114 | 29 | 130 | - |
| CMYK | 0.12 | 0.78 | 0 | 0.49 |
| HSL | 290.5º | 0.64% | 0.31% | - |
| HSV(B) | 290.5º | 0.78% | 0.51% | - |
| XYZ | 11.41 | 6.07 | 21.69 | - |
| YUV | 65.93 | 164.16 | 162.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 29 | 130 | 0.12 | 0.78 | 0 | 0.49 | 290.5 | 0.64 | 0.31 |
| Hex | 72 | 1D | 82 | C | 4E | 0 | 31 | 122 | 40 | 1F |
| Octal | 162 | 35 | 202 | 14 | 116 | 0 | 61 | 442 | 100 | 37 |
| Binary | 1110010 | 11101 | 10000010 | 1100 | 1001110 | 0 | 110001 | 100100010 | 1000000 | 11111 |
Color Harmonies of #721D82
Complementary color
Monochromatic Colors of #721D82
Black with #721D82
Text Example
Text Example
White with #721D82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #721D82; }
p { color: rgb(114,29,130); }
H1.HeaderClassName
{
color: #721D82;
}
.AnyTagClassName
{
color: #721D82;
}
</style>
background-color css
<style>
a { background-color: #721D82; }
a { background-color: rgb(114,29,130); }
div.DivClassName
{
background-color: #721D82;
}
.BgClassName
{
background-color: #721D82;
}
</style>
border-color css
<style>
span { border-color: #721D82; }
span { border-color: rgb(114,29,130); }
td.TdClassName
{
border-color: #721D82;
}
.TagClassName
{
border-color: #721D82;
}
</style>