Shades of Purple #73147A
Tints of Purple #73147A
RGB
CMYK
RGB Variations
Color information
#73147A (or 0x73147A) is known color: Purple. HEX triplet: 73, 14 and 7A. RGB value is (115,20,122). Sum of RGB (Red+Green+Blue) = 115+20+122=257 (34% of max value = 765). Red value is 115 (45.31% from 255 or 44.75% from 257); Green value is 20 (8.20% from 255 or 7.78% from 257); Blue value is 122 (48.05% from 255 or 47.47% from 257); Max value from RGB is 122 - color contains mainly: blue. Hex color #73147A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #73147A is #8CEB85. Grayscale: #3B3B3B. Windows color (decimal): -9235334 or 8000627. OLE color: 8000627.
HSL color Cylindrical-coordinate representation of color #73147A: hue angle of 295.88º degrees, saturation: 0.72, 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 #73147A is Cyan = 0.06, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 115 | 20 | 122 | - |
| CMYK | 0.06 | 0.84 | 0 | 0.52 |
| HSL | 295.88º | 0.72% | 0.28% | - |
| HSV(B) | 295.88º | 0.84% | 0.48% | - |
| XYZ | 10.83 | 5.55 | 18.91 | - |
| YUV | 60.03 | 162.97 | 167.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 20 | 122 | 0.06 | 0.84 | 0 | 0.52 | 295.88 | 0.72 | 0.28 |
| Hex | 73 | 14 | 7A | 6 | 54 | 0 | 34 | 128 | 48 | 1C |
| Octal | 163 | 24 | 172 | 6 | 124 | 0 | 64 | 450 | 110 | 34 |
| Binary | 1110011 | 10100 | 1111010 | 110 | 1010100 | 0 | 110100 | 100101000 | 1001000 | 11100 |
Color Harmonies of #73147A
Complementary color
Monochromatic Colors of #73147A
Black with #73147A
Text Example
Text Example
White with #73147A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73147A; }
p { color: rgb(115,20,122); }
H1.HeaderClassName
{
color: #73147A;
}
.AnyTagClassName
{
color: #73147A;
}
</style>
background-color css
<style>
a { background-color: #73147A; }
a { background-color: rgb(115,20,122); }
div.DivClassName
{
background-color: #73147A;
}
.BgClassName
{
background-color: #73147A;
}
</style>
border-color css
<style>
span { border-color: #73147A; }
span { border-color: rgb(115,20,122); }
td.TdClassName
{
border-color: #73147A;
}
.TagClassName
{
border-color: #73147A;
}
</style>