Shades of Purple #73168A
Tints of Purple #73168A
RGB
CMYK
RGB Variations
Color information
#73168A (or 0x73168A) is known color: Purple. HEX triplet: 73, 16 and 8A. RGB value is (115,22,138). Sum of RGB (Red+Green+Blue) = 115+22+138=275 (36% of max value = 765). Red value is 115 (45.31% from 255 or 41.82% from 275); Green value is 22 (8.98% from 255 or 8% from 275); Blue value is 138 (54.30% from 255 or 50.18% from 275); Max value from RGB is 138 - color contains mainly: blue. Hex color #73168A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #73168A is #8CE975. Grayscale: #3E3E3E. Windows color (decimal): -9234806 or 9049715. OLE color: 9049715.
HSL color Cylindrical-coordinate representation of color #73168A: hue angle of 288.1º degrees, saturation: 0.73, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #73168A is Cyan = 0.17, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 115 | 22 | 138 | - |
| CMYK | 0.17 | 0.84 | 0 | 0.46 |
| HSL | 288.1º | 0.73% | 0.31% | - |
| HSV(B) | 288.1º | 0.84% | 0.54% | - |
| XYZ | 11.94 | 6.05 | 24.58 | - |
| YUV | 63.03 | 170.31 | 165.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 22 | 138 | 0.17 | 0.84 | 0 | 0.46 | 288.1 | 0.73 | 0.31 |
| Hex | 73 | 16 | 8A | 11 | 54 | 0 | 2E | 120 | 48 | 1F |
| Octal | 163 | 26 | 212 | 21 | 124 | 0 | 56 | 440 | 110 | 37 |
| Binary | 1110011 | 10110 | 10001010 | 10001 | 1010100 | 0 | 101110 | 100100000 | 1001000 | 11111 |
Color Harmonies of #73168A
Complementary color
Monochromatic Colors of #73168A
Black with #73168A
Text Example
Text Example
White with #73168A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73168A; }
p { color: rgb(115,22,138); }
H1.HeaderClassName
{
color: #73168A;
}
.AnyTagClassName
{
color: #73168A;
}
</style>
background-color css
<style>
a { background-color: #73168A; }
a { background-color: rgb(115,22,138); }
div.DivClassName
{
background-color: #73168A;
}
.BgClassName
{
background-color: #73168A;
}
</style>
border-color css
<style>
span { border-color: #73168A; }
span { border-color: rgb(115,22,138); }
td.TdClassName
{
border-color: #73168A;
}
.TagClassName
{
border-color: #73168A;
}
</style>