Shades of Seance #73217B
Tints of Seance #73217B
RGB
CMYK
RGB Variations
Color information
#73217B (or 0x73217B) is known color: Seance. HEX triplet: 73, 21 and 7B. RGB value is (115,33,123). Sum of RGB (Red+Green+Blue) = 115+33+123=271 (35% of max value = 765). Red value is 115 (45.31% from 255 or 42.44% from 271); Green value is 33 (13.28% from 255 or 12.18% from 271); Blue value is 123 (48.44% from 255 or 45.39% from 271); Max value from RGB is 123 - color contains mainly: blue. Hex color #73217B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73217B is #8CDE84. Grayscale: #434343. Windows color (decimal): -9232005 or 8069491. OLE color: 8069491.
HSL color Cylindrical-coordinate representation of color #73217B: hue angle of 294.67º degrees, saturation: 0.58, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #73217B is Cyan = 0.07, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 115 | 33 | 123 | - |
| CMYK | 0.07 | 0.73 | 0 | 0.52 |
| HSL | 294.67º | 0.58% | 0.31% | - |
| HSV(B) | 294.67º | 0.73% | 0.48% | - |
| XYZ | 11.19 | 6.16 | 19.34 | - |
| YUV | 67.78 | 159.17 | 161.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 33 | 123 | 0.07 | 0.73 | 0 | 0.52 | 294.67 | 0.58 | 0.31 |
| Hex | 73 | 21 | 7B | 7 | 49 | 0 | 34 | 127 | 3A | 1F |
| Octal | 163 | 41 | 173 | 7 | 111 | 0 | 64 | 447 | 72 | 37 |
| Binary | 1110011 | 100001 | 1111011 | 111 | 1001001 | 0 | 110100 | 100100111 | 111010 | 11111 |
Color Harmonies of #73217B
Complementary color
Monochromatic Colors of #73217B
Black with #73217B
Text Example
Text Example
White with #73217B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73217B; }
p { color: rgb(115,33,123); }
H1.HeaderClassName
{
color: #73217B;
}
.AnyTagClassName
{
color: #73217B;
}
</style>
background-color css
<style>
a { background-color: #73217B; }
a { background-color: rgb(115,33,123); }
div.DivClassName
{
background-color: #73217B;
}
.BgClassName
{
background-color: #73217B;
}
</style>
border-color css
<style>
span { border-color: #73217B; }
span { border-color: rgb(115,33,123); }
td.TdClassName
{
border-color: #73217B;
}
.TagClassName
{
border-color: #73217B;
}
</style>