Shades of Seance #721B80
Tints of Seance #721B80
RGB
CMYK
RGB Variations
Color information
#721B80 (or 0x721B80) is known color: Seance. HEX triplet: 72, 1B and 80. RGB value is (114,27,128). Sum of RGB (Red+Green+Blue) = 114+27+128=269 (35% of max value = 765). Red value is 114 (44.92% from 255 or 42.38% from 269); Green value is 27 (10.94% from 255 or 10.04% from 269); Blue value is 128 (50.39% from 255 or 47.58% from 269); Max value from RGB is 128 - color contains mainly: blue. Hex color #721B80 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #721B80 is #8DE47F. Grayscale: #404040. Windows color (decimal): -9299072 or 8395634. OLE color: 8395634.
HSL color Cylindrical-coordinate representation of color #721B80: hue angle of 291.68º degrees, saturation: 0.65, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #721B80 is Cyan = 0.11, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 114 | 27 | 128 | - |
| CMYK | 0.11 | 0.79 | 0 | 0.50 |
| HSL | 291.68º | 0.65% | 0.3% | - |
| HSV(B) | 291.68º | 0.79% | 0.5% | - |
| XYZ | 11.23 | 5.92 | 20.97 | - |
| YUV | 64.53 | 163.82 | 163.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 27 | 128 | 0.11 | 0.79 | 0 | 0.50 | 291.68 | 0.65 | 0.3 |
| Hex | 72 | 1B | 80 | B | 4F | 0 | 32 | 124 | 41 | 1E |
| Octal | 162 | 33 | 200 | 13 | 117 | 0 | 62 | 444 | 101 | 36 |
| Binary | 1110010 | 11011 | 10000000 | 1011 | 1001111 | 0 | 110010 | 100100100 | 1000001 | 11110 |
Color Harmonies of #721B80
Complementary color
Monochromatic Colors of #721B80
Black with #721B80
Text Example
Text Example
White with #721B80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #721B80; }
p { color: rgb(114,27,128); }
H1.HeaderClassName
{
color: #721B80;
}
.AnyTagClassName
{
color: #721B80;
}
</style>
background-color css
<style>
a { background-color: #721B80; }
a { background-color: rgb(114,27,128); }
div.DivClassName
{
background-color: #721B80;
}
.BgClassName
{
background-color: #721B80;
}
</style>
border-color css
<style>
span { border-color: #721B80; }
span { border-color: rgb(114,27,128); }
td.TdClassName
{
border-color: #721B80;
}
.TagClassName
{
border-color: #721B80;
}
</style>