Shades of Purple #73086C
Tints of Purple #73086C
RGB
CMYK
RGB Variations
Color information
#73086C (or 0x73086C) is known color: Purple. HEX triplet: 73, 08 and 6C. RGB value is (115,8,108). Sum of RGB (Red+Green+Blue) = 115+8+108=231 (30% of max value = 765). Red value is 115 (45.31% from 255 or 49.78% from 231); Green value is 8 (3.52% from 255 or 3.46% from 231); Blue value is 108 (42.58% from 255 or 46.75% from 231); Max value from RGB is 115 - color contains mainly: red. Hex color #73086C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #73086C is #8CF793. Grayscale: #333333. Windows color (decimal): -9238420 or 7080051. OLE color: 7080051.
HSL color Cylindrical-coordinate representation of color #73086C: hue angle of 303.93º 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 #73086C is Cyan = 0, Magento = 0.93, Yellow = 0.06 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 8 | 108 | - |
| CMYK | 0 | 0.93 | 0.06 | 0.55 |
| HSL | 303.93º | 0.87% | 0.24% | - |
| HSV(B) | 303.93º | 0.93% | 0.45% | - |
| XYZ | 9.86 | 4.9 | 14.61 | - |
| YUV | 51.39 | 159.95 | 173.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 8 | 108 | 0 | 0.93 | 0.06 | 0.55 | 303.93 | 0.87 | 0.24 |
| Hex | 73 | 8 | 6C | 0 | 5D | 6 | 37 | 130 | 57 | 18 |
| Octal | 163 | 10 | 154 | 0 | 135 | 6 | 67 | 460 | 127 | 30 |
| Binary | 1110011 | 1000 | 1101100 | 0 | 1011101 | 110 | 110111 | 100110000 | 1010111 | 11000 |
Color Harmonies of #73086C
Complementary color
Monochromatic Colors of #73086C
Black with #73086C
Text Example
Text Example
White with #73086C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73086C; }
p { color: rgb(115,8,108); }
H1.HeaderClassName
{
color: #73086C;
}
.AnyTagClassName
{
color: #73086C;
}
</style>
background-color css
<style>
a { background-color: #73086C; }
a { background-color: rgb(115,8,108); }
div.DivClassName
{
background-color: #73086C;
}
.BgClassName
{
background-color: #73086C;
}
</style>
border-color css
<style>
span { border-color: #73086C; }
span { border-color: rgb(115,8,108); }
td.TdClassName
{
border-color: #73086C;
}
.TagClassName
{
border-color: #73086C;
}
</style>