Shades of Seance #73266F
Tints of Seance #73266F
RGB
CMYK
RGB Variations
Color information
#73266F (or 0x73266F) is known color: Seance. HEX triplet: 73, 26 and 6F. RGB value is (115,38,111). Sum of RGB (Red+Green+Blue) = 115+38+111=264 (34% of max value = 765). Red value is 115 (45.31% from 255 or 43.56% from 264); Green value is 38 (15.23% from 255 or 14.39% from 264); Blue value is 111 (43.75% from 255 or 42.05% from 264); Max value from RGB is 115 - color contains mainly: red. Hex color #73266F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73266F is #8CD990. Grayscale: #454545. Windows color (decimal): -9230737 or 7284339. OLE color: 7284339.
HSL color Cylindrical-coordinate representation of color #73266F: hue angle of 303.12º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #73266F is Cyan = 0, Magento = 0.67, Yellow = 0.03 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 38 | 111 | - |
| CMYK | 0 | 0.67 | 0.03 | 0.55 |
| HSL | 303.12º | 0.5% | 0.3% | - |
| HSV(B) | 303.12º | 0.67% | 0.45% | - |
| XYZ | 10.63 | 6.18 | 15.67 | - |
| YUV | 69.35 | 151.51 | 160.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 38 | 111 | 0 | 0.67 | 0.03 | 0.55 | 303.12 | 0.5 | 0.3 |
| Hex | 73 | 26 | 6F | 0 | 43 | 3 | 37 | 12F | 32 | 1E |
| Octal | 163 | 46 | 157 | 0 | 103 | 3 | 67 | 457 | 62 | 36 |
| Binary | 1110011 | 100110 | 1101111 | 0 | 1000011 | 11 | 110111 | 100101111 | 110010 | 11110 |
Color Harmonies of #73266F
Complementary color
Monochromatic Colors of #73266F
Black with #73266F
Text Example
Text Example
White with #73266F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73266F; }
p { color: rgb(115,38,111); }
H1.HeaderClassName
{
color: #73266F;
}
.AnyTagClassName
{
color: #73266F;
}
</style>
background-color css
<style>
a { background-color: #73266F; }
a { background-color: rgb(115,38,111); }
div.DivClassName
{
background-color: #73266F;
}
.BgClassName
{
background-color: #73266F;
}
</style>
border-color css
<style>
span { border-color: #73266F; }
span { border-color: rgb(115,38,111); }
td.TdClassName
{
border-color: #73266F;
}
.TagClassName
{
border-color: #73266F;
}
</style>