Shades of Purple #73038A
Tints of Purple #73038A
RGB
CMYK
RGB Variations
Color information
#73038A (or 0x73038A) is known color: Purple. HEX triplet: 73, 03 and 8A. RGB value is (115,3,138). Sum of RGB (Red+Green+Blue) = 115+3+138=256 (33% of max value = 765). Red value is 115 (45.31% from 255 or 44.92% from 256); Green value is 3 (1.56% from 255 or 1.17% from 256); Blue value is 138 (54.30% from 255 or 53.91% from 256); Max value from RGB is 138 - color contains mainly: blue. Hex color #73038A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #73038A is #8CFC75. Grayscale: #333333. Windows color (decimal): -9239670 or 9044851. OLE color: 9044851.
HSL color Cylindrical-coordinate representation of color #73038A: hue angle of 289.78º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #73038A is Cyan = 0.17, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 115 | 3 | 138 | - |
| CMYK | 0.17 | 0.98 | 0 | 0.46 |
| HSL | 289.78º | 0.96% | 0.28% | - |
| HSV(B) | 289.78º | 0.98% | 0.54% | - |
| XYZ | 11.69 | 5.54 | 24.5 | - |
| YUV | 51.88 | 176.61 | 173.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 3 | 138 | 0.17 | 0.98 | 0 | 0.46 | 289.78 | 0.96 | 0.28 |
| Hex | 73 | 3 | 8A | 11 | 62 | 0 | 2E | 122 | 60 | 1C |
| Octal | 163 | 3 | 212 | 21 | 142 | 0 | 56 | 442 | 140 | 34 |
| Binary | 1110011 | 11 | 10001010 | 10001 | 1100010 | 0 | 101110 | 100100010 | 1100000 | 11100 |
Color Harmonies of #73038A
Complementary color
Monochromatic Colors of #73038A
Black with #73038A
Text Example
Text Example
White with #73038A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73038A; }
p { color: rgb(115,3,138); }
H1.HeaderClassName
{
color: #73038A;
}
.AnyTagClassName
{
color: #73038A;
}
</style>
background-color css
<style>
a { background-color: #73038A; }
a { background-color: rgb(115,3,138); }
div.DivClassName
{
background-color: #73038A;
}
.BgClassName
{
background-color: #73038A;
}
</style>
border-color css
<style>
span { border-color: #73038A; }
span { border-color: rgb(115,3,138); }
td.TdClassName
{
border-color: #73038A;
}
.TagClassName
{
border-color: #73038A;
}
</style>