Shades of Purple #73167A
Tints of Purple #73167A
RGB
CMYK
RGB Variations
Color information
#73167A (or 0x73167A) is known color: Purple. HEX triplet: 73, 16 and 7A. RGB value is (115,22,122). Sum of RGB (Red+Green+Blue) = 115+22+122=259 (34% of max value = 765). Red value is 115 (45.31% from 255 or 44.40% from 259); Green value is 22 (8.98% from 255 or 8.49% from 259); Blue value is 122 (48.05% from 255 or 47.10% from 259); Max value from RGB is 122 - color contains mainly: blue. Hex color #73167A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #73167A is #8CE985. Grayscale: #3C3C3C. Windows color (decimal): -9234822 or 8001139. OLE color: 8001139.
HSL color Cylindrical-coordinate representation of color #73167A: hue angle of 295.8º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #73167A is Cyan = 0.06, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 115 | 22 | 122 | - |
| CMYK | 0.06 | 0.82 | 0 | 0.52 |
| HSL | 295.8º | 0.69% | 0.28% | - |
| HSV(B) | 295.8º | 0.82% | 0.48% | - |
| XYZ | 10.87 | 5.62 | 18.92 | - |
| YUV | 61.21 | 162.31 | 166.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 22 | 122 | 0.06 | 0.82 | 0 | 0.52 | 295.8 | 0.69 | 0.28 |
| Hex | 73 | 16 | 7A | 6 | 52 | 0 | 34 | 128 | 45 | 1C |
| Octal | 163 | 26 | 172 | 6 | 122 | 0 | 64 | 450 | 105 | 34 |
| Binary | 1110011 | 10110 | 1111010 | 110 | 1010010 | 0 | 110100 | 100101000 | 1000101 | 11100 |
Color Harmonies of #73167A
Complementary color
Monochromatic Colors of #73167A
Black with #73167A
Text Example
Text Example
White with #73167A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73167A; }
p { color: rgb(115,22,122); }
H1.HeaderClassName
{
color: #73167A;
}
.AnyTagClassName
{
color: #73167A;
}
</style>
background-color css
<style>
a { background-color: #73167A; }
a { background-color: rgb(115,22,122); }
div.DivClassName
{
background-color: #73167A;
}
.BgClassName
{
background-color: #73167A;
}
</style>
border-color css
<style>
span { border-color: #73167A; }
span { border-color: rgb(115,22,122); }
td.TdClassName
{
border-color: #73167A;
}
.TagClassName
{
border-color: #73167A;
}
</style>