Shades of Purple #73167D
Tints of Purple #73167D
RGB
CMYK
RGB Variations
Color information
#73167D (or 0x73167D) is known color: Purple. HEX triplet: 73, 16 and 7D. RGB value is (115,22,125). Sum of RGB (Red+Green+Blue) = 115+22+125=262 (34% of max value = 765). Red value is 115 (45.31% from 255 or 43.89% from 262); Green value is 22 (8.98% from 255 or 8.40% from 262); Blue value is 125 (49.22% from 255 or 47.71% from 262); Max value from RGB is 125 - color contains mainly: blue. Hex color #73167D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #73167D is #8CE982. Grayscale: #3D3D3D. Windows color (decimal): -9234819 or 8197747. OLE color: 8197747.
HSL color Cylindrical-coordinate representation of color #73167D: hue angle of 294.17º degrees, saturation: 0.7, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #73167D is Cyan = 0.08, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 115 | 22 | 125 | - |
| CMYK | 0.08 | 0.82 | 0 | 0.51 |
| HSL | 294.17º | 0.7% | 0.29% | - |
| HSV(B) | 294.17º | 0.82% | 0.49% | - |
| XYZ | 11.06 | 5.7 | 19.92 | - |
| YUV | 61.55 | 163.81 | 166.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 22 | 125 | 0.08 | 0.82 | 0 | 0.51 | 294.17 | 0.7 | 0.29 |
| Hex | 73 | 16 | 7D | 8 | 52 | 0 | 33 | 126 | 46 | 1D |
| Octal | 163 | 26 | 175 | 10 | 122 | 0 | 63 | 446 | 106 | 35 |
| Binary | 1110011 | 10110 | 1111101 | 1000 | 1010010 | 0 | 110011 | 100100110 | 1000110 | 11101 |
Color Harmonies of #73167D
Complementary color
Monochromatic Colors of #73167D
Black with #73167D
Text Example
Text Example
White with #73167D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73167D; }
p { color: rgb(115,22,125); }
H1.HeaderClassName
{
color: #73167D;
}
.AnyTagClassName
{
color: #73167D;
}
</style>
background-color css
<style>
a { background-color: #73167D; }
a { background-color: rgb(115,22,125); }
div.DivClassName
{
background-color: #73167D;
}
.BgClassName
{
background-color: #73167D;
}
</style>
border-color css
<style>
span { border-color: #73167D; }
span { border-color: rgb(115,22,125); }
td.TdClassName
{
border-color: #73167D;
}
.TagClassName
{
border-color: #73167D;
}
</style>