Shades of Seance #73336F
Tints of Seance #73336F
RGB
CMYK
RGB Variations
Color information
#73336F (or 0x73336F) is known color: Seance. HEX triplet: 73, 33 and 6F. RGB value is (115,51,111). Sum of RGB (Red+Green+Blue) = 115+51+111=277 (36% of max value = 765). Red value is 115 (45.31% from 255 or 41.52% from 277); Green value is 51 (20.31% from 255 or 18.41% from 277); Blue value is 111 (43.75% from 255 or 40.07% from 277); Max value from RGB is 115 - color contains mainly: red. Hex color #73336F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73336F is #8CCC90. Grayscale: #4C4C4C. Windows color (decimal): -9227409 or 7287667. OLE color: 7287667.
HSL color Cylindrical-coordinate representation of color #73336F: hue angle of 303.75º 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 #73336F is Cyan = 0, Magento = 0.56, Yellow = 0.03 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 51 | 111 | - |
| CMYK | 0 | 0.56 | 0.03 | 0.55 |
| HSL | 303.75º | 0.39% | 0.33% | - |
| HSV(B) | 303.75º | 0.56% | 0.45% | - |
| XYZ | 11.12 | 7.16 | 15.83 | - |
| YUV | 76.98 | 147.2 | 155.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 51 | 111 | 0 | 0.56 | 0.03 | 0.55 | 303.75 | 0.39 | 0.33 |
| Hex | 73 | 33 | 6F | 0 | 38 | 3 | 37 | 130 | 27 | 21 |
| Octal | 163 | 63 | 157 | 0 | 70 | 3 | 67 | 460 | 47 | 41 |
| Binary | 1110011 | 110011 | 1101111 | 0 | 111000 | 11 | 110111 | 100110000 | 100111 | 100001 |
Color Harmonies of #73336F
Complementary color
Monochromatic Colors of #73336F
Black with #73336F
Text Example
Text Example
White with #73336F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73336F; }
p { color: rgb(115,51,111); }
H1.HeaderClassName
{
color: #73336F;
}
.AnyTagClassName
{
color: #73336F;
}
</style>
background-color css
<style>
a { background-color: #73336F; }
a { background-color: rgb(115,51,111); }
div.DivClassName
{
background-color: #73336F;
}
.BgClassName
{
background-color: #73336F;
}
</style>
border-color css
<style>
span { border-color: #73336F; }
span { border-color: rgb(115,51,111); }
td.TdClassName
{
border-color: #73336F;
}
.TagClassName
{
border-color: #73336F;
}
</style>