Shades of Purple #73056F
Tints of Purple #73056F
RGB
CMYK
RGB Variations
Color information
#73056F (or 0x73056F) is known color: Purple. HEX triplet: 73, 05 and 6F. RGB value is (115,5,111). Sum of RGB (Red+Green+Blue) = 115+5+111=231 (30% of max value = 765). Red value is 115 (45.31% from 255 or 49.78% from 231); Green value is 5 (2.34% from 255 or 2.16% from 231); Blue value is 111 (43.75% from 255 or 48.05% from 231); Max value from RGB is 115 - color contains mainly: red. Hex color #73056F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #73056F is #8CFA90. Grayscale: #313131. Windows color (decimal): -9239185 or 7275891. OLE color: 7275891.
HSL color Cylindrical-coordinate representation of color #73056F: hue angle of 302.18º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #73056F is Cyan = 0, Magento = 0.96, Yellow = 0.03 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 5 | 111 | - |
| CMYK | 0 | 0.96 | 0.03 | 0.55 |
| HSL | 302.18º | 0.92% | 0.24% | - |
| HSV(B) | 302.18º | 0.96% | 0.45% | - |
| XYZ | 9.99 | 4.9 | 15.46 | - |
| YUV | 49.97 | 162.44 | 174.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 5 | 111 | 0 | 0.96 | 0.03 | 0.55 | 302.18 | 0.92 | 0.24 |
| Hex | 73 | 5 | 6F | 0 | 60 | 3 | 37 | 12E | 5C | 18 |
| Octal | 163 | 5 | 157 | 0 | 140 | 3 | 67 | 456 | 134 | 30 |
| Binary | 1110011 | 101 | 1101111 | 0 | 1100000 | 11 | 110111 | 100101110 | 1011100 | 11000 |
Color Harmonies of #73056F
Complementary color
Monochromatic Colors of #73056F
Black with #73056F
Text Example
Text Example
White with #73056F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73056F; }
p { color: rgb(115,5,111); }
H1.HeaderClassName
{
color: #73056F;
}
.AnyTagClassName
{
color: #73056F;
}
</style>
background-color css
<style>
a { background-color: #73056F; }
a { background-color: rgb(115,5,111); }
div.DivClassName
{
background-color: #73056F;
}
.BgClassName
{
background-color: #73056F;
}
</style>
border-color css
<style>
span { border-color: #73056F; }
span { border-color: rgb(115,5,111); }
td.TdClassName
{
border-color: #73056F;
}
.TagClassName
{
border-color: #73056F;
}
</style>