Shades of Purple #73137A
Tints of Purple #73137A
RGB
CMYK
RGB Variations
Color information
#73137A (or 0x73137A) is known color: Purple. HEX triplet: 73, 13 and 7A. RGB value is (115,19,122). Sum of RGB (Red+Green+Blue) = 115+19+122=256 (33% of max value = 765). Red value is 115 (45.31% from 255 or 44.92% from 256); Green value is 19 (7.81% from 255 or 7.42% from 256); Blue value is 122 (48.05% from 255 or 47.66% from 256); Max value from RGB is 122 - color contains mainly: blue. Hex color #73137A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #73137A is #8CEC85. Grayscale: #3B3B3B. Windows color (decimal): -9235590 or 8000371. OLE color: 8000371.
HSL color Cylindrical-coordinate representation of color #73137A: hue angle of 295.92º degrees, saturation: 0.73, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #73137A is Cyan = 0.06, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 115 | 19 | 122 | - |
| CMYK | 0.06 | 0.84 | 0 | 0.52 |
| HSL | 295.92º | 0.73% | 0.28% | - |
| HSV(B) | 295.92º | 0.84% | 0.48% | - |
| XYZ | 10.82 | 5.52 | 18.91 | - |
| YUV | 59.45 | 163.3 | 167.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 19 | 122 | 0.06 | 0.84 | 0 | 0.52 | 295.92 | 0.73 | 0.28 |
| Hex | 73 | 13 | 7A | 6 | 54 | 0 | 34 | 128 | 49 | 1C |
| Octal | 163 | 23 | 172 | 6 | 124 | 0 | 64 | 450 | 111 | 34 |
| Binary | 1110011 | 10011 | 1111010 | 110 | 1010100 | 0 | 110100 | 100101000 | 1001001 | 11100 |
Color Harmonies of #73137A
Complementary color
Monochromatic Colors of #73137A
Black with #73137A
Text Example
Text Example
White with #73137A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73137A; }
p { color: rgb(115,19,122); }
H1.HeaderClassName
{
color: #73137A;
}
.AnyTagClassName
{
color: #73137A;
}
</style>
background-color css
<style>
a { background-color: #73137A; }
a { background-color: rgb(115,19,122); }
div.DivClassName
{
background-color: #73137A;
}
.BgClassName
{
background-color: #73137A;
}
</style>
border-color css
<style>
span { border-color: #73137A; }
span { border-color: rgb(115,19,122); }
td.TdClassName
{
border-color: #73137A;
}
.TagClassName
{
border-color: #73137A;
}
</style>