Shades of Purple #73098A
Tints of Purple #73098A
RGB
CMYK
RGB Variations
Color information
#73098A (or 0x73098A) is known color: Purple. HEX triplet: 73, 09 and 8A. RGB value is (115,9,138). Sum of RGB (Red+Green+Blue) = 115+9+138=262 (34% of max value = 765). Red value is 115 (45.31% from 255 or 43.89% from 262); Green value is 9 (3.91% from 255 or 3.44% from 262); Blue value is 138 (54.30% from 255 or 52.67% from 262); Max value from RGB is 138 - color contains mainly: blue. Hex color #73098A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #73098A is #8CF675. Grayscale: #363636. Windows color (decimal): -9238134 or 9046387. OLE color: 9046387.
HSL color Cylindrical-coordinate representation of color #73098A: hue angle of 289.3º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #73098A is Cyan = 0.17, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 115 | 9 | 138 | - |
| CMYK | 0.17 | 0.93 | 0 | 0.46 |
| HSL | 289.3º | 0.88% | 0.29% | - |
| HSV(B) | 289.3º | 0.93% | 0.54% | - |
| XYZ | 11.76 | 5.68 | 24.52 | - |
| YUV | 55.4 | 174.62 | 170.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 9 | 138 | 0.17 | 0.93 | 0 | 0.46 | 289.3 | 0.88 | 0.29 |
| Hex | 73 | 9 | 8A | 11 | 5D | 0 | 2E | 121 | 58 | 1D |
| Octal | 163 | 11 | 212 | 21 | 135 | 0 | 56 | 441 | 130 | 35 |
| Binary | 1110011 | 1001 | 10001010 | 10001 | 1011101 | 0 | 101110 | 100100001 | 1011000 | 11101 |
Color Harmonies of #73098A
Complementary color
Monochromatic Colors of #73098A
Black with #73098A
Text Example
Text Example
White with #73098A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73098A; }
p { color: rgb(115,9,138); }
H1.HeaderClassName
{
color: #73098A;
}
.AnyTagClassName
{
color: #73098A;
}
</style>
background-color css
<style>
a { background-color: #73098A; }
a { background-color: rgb(115,9,138); }
div.DivClassName
{
background-color: #73098A;
}
.BgClassName
{
background-color: #73098A;
}
</style>
border-color css
<style>
span { border-color: #73098A; }
span { border-color: rgb(115,9,138); }
td.TdClassName
{
border-color: #73098A;
}
.TagClassName
{
border-color: #73098A;
}
</style>