Shades of Purple #73086D
Tints of Purple #73086D
RGB
CMYK
RGB Variations
Color information
#73086D (or 0x73086D) is known color: Purple. HEX triplet: 73, 08 and 6D. RGB value is (115,8,109). Sum of RGB (Red+Green+Blue) = 115+8+109=232 (30% of max value = 765). Red value is 115 (45.31% from 255 or 49.57% from 232); Green value is 8 (3.52% from 255 or 3.45% from 232); Blue value is 109 (42.97% from 255 or 46.98% from 232); Max value from RGB is 115 - color contains mainly: red. Hex color #73086D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #73086D is #8CF792. Grayscale: #333333. Windows color (decimal): -9238419 or 7145587. OLE color: 7145587.
HSL color Cylindrical-coordinate representation of color #73086D: hue angle of 303.36º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #73086D is Cyan = 0, Magento = 0.93, Yellow = 0.05 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 8 | 109 | - |
| CMYK | 0 | 0.93 | 0.05 | 0.55 |
| HSL | 303.36º | 0.87% | 0.24% | - |
| HSV(B) | 303.36º | 0.93% | 0.45% | - |
| XYZ | 9.92 | 4.92 | 14.9 | - |
| YUV | 51.51 | 160.45 | 173.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 8 | 109 | 0 | 0.93 | 0.05 | 0.55 | 303.36 | 0.87 | 0.24 |
| Hex | 73 | 8 | 6D | 0 | 5D | 5 | 37 | 12F | 57 | 18 |
| Octal | 163 | 10 | 155 | 0 | 135 | 5 | 67 | 457 | 127 | 30 |
| Binary | 1110011 | 1000 | 1101101 | 0 | 1011101 | 101 | 110111 | 100101111 | 1010111 | 11000 |
Color Harmonies of #73086D
Complementary color
Monochromatic Colors of #73086D
Black with #73086D
Text Example
Text Example
White with #73086D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73086D; }
p { color: rgb(115,8,109); }
H1.HeaderClassName
{
color: #73086D;
}
.AnyTagClassName
{
color: #73086D;
}
</style>
background-color css
<style>
a { background-color: #73086D; }
a { background-color: rgb(115,8,109); }
div.DivClassName
{
background-color: #73086D;
}
.BgClassName
{
background-color: #73086D;
}
</style>
border-color css
<style>
span { border-color: #73086D; }
span { border-color: rgb(115,8,109); }
td.TdClassName
{
border-color: #73086D;
}
.TagClassName
{
border-color: #73086D;
}
</style>