Shades of Seance #73336D
Tints of Seance #73336D
RGB
CMYK
RGB Variations
Color information
#73336D (or 0x73336D) is known color: Seance. HEX triplet: 73, 33 and 6D. RGB value is (115,51,109). Sum of RGB (Red+Green+Blue) = 115+51+109=275 (36% of max value = 765). Red value is 115 (45.31% from 255 or 41.82% from 275); Green value is 51 (20.31% from 255 or 18.55% from 275); Blue value is 109 (42.97% from 255 or 39.64% from 275); Max value from RGB is 115 - color contains mainly: red. Hex color #73336D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73336D is #8CCC92. Grayscale: #4C4C4C. Windows color (decimal): -9227411 or 7156595. OLE color: 7156595.
HSL color Cylindrical-coordinate representation of color #73336D: hue angle of 305.62º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #73336D is Cyan = 0, Magento = 0.56, Yellow = 0.05 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 51 | 109 | - |
| CMYK | 0 | 0.56 | 0.05 | 0.55 |
| HSL | 305.63º | 0.39% | 0.33% | - |
| HSV(B) | 305.63º | 0.56% | 0.45% | - |
| XYZ | 11.01 | 7.12 | 15.26 | - |
| YUV | 76.75 | 146.2 | 155.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 51 | 109 | 0 | 0.56 | 0.05 | 0.55 | 305.63 | 0.39 | 0.33 |
| Hex | 73 | 33 | 6D | 0 | 38 | 5 | 37 | 132 | 27 | 21 |
| Octal | 163 | 63 | 155 | 0 | 70 | 5 | 67 | 462 | 47 | 41 |
| Binary | 1110011 | 110011 | 1101101 | 0 | 111000 | 101 | 110111 | 100110010 | 100111 | 100001 |
Color Harmonies of #73336D
Complementary color
Monochromatic Colors of #73336D
Black with #73336D
Text Example
Text Example
White with #73336D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73336D; }
p { color: rgb(115,51,109); }
H1.HeaderClassName
{
color: #73336D;
}
.AnyTagClassName
{
color: #73336D;
}
</style>
background-color css
<style>
a { background-color: #73336D; }
a { background-color: rgb(115,51,109); }
div.DivClassName
{
background-color: #73336D;
}
.BgClassName
{
background-color: #73336D;
}
</style>
border-color css
<style>
span { border-color: #73336D; }
span { border-color: rgb(115,51,109); }
td.TdClassName
{
border-color: #73336D;
}
.TagClassName
{
border-color: #73336D;
}
</style>