Shades of Purple #73167B
Tints of Purple #73167B
RGB
CMYK
RGB Variations
Color information
#73167B (or 0x73167B) is known color: Purple. HEX triplet: 73, 16 and 7B. RGB value is (115,22,123). Sum of RGB (Red+Green+Blue) = 115+22+123=260 (34% of max value = 765). Red value is 115 (45.31% from 255 or 44.23% from 260); Green value is 22 (8.98% from 255 or 8.46% from 260); Blue value is 123 (48.44% from 255 or 47.31% from 260); Max value from RGB is 123 - color contains mainly: blue. Hex color #73167B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #73167B is #8CE984. Grayscale: #3D3D3D. Windows color (decimal): -9234821 or 8066675. OLE color: 8066675.
HSL color Cylindrical-coordinate representation of color #73167B: hue angle of 295.25º degrees, saturation: 0.7, 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 #73167B is Cyan = 0.07, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 115 | 22 | 123 | - |
| CMYK | 0.07 | 0.82 | 0 | 0.52 |
| HSL | 295.25º | 0.7% | 0.28% | - |
| HSV(B) | 295.25º | 0.82% | 0.48% | - |
| XYZ | 10.93 | 5.65 | 19.25 | - |
| YUV | 61.32 | 162.81 | 166.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 22 | 123 | 0.07 | 0.82 | 0 | 0.52 | 295.25 | 0.7 | 0.28 |
| Hex | 73 | 16 | 7B | 7 | 52 | 0 | 34 | 127 | 46 | 1C |
| Octal | 163 | 26 | 173 | 7 | 122 | 0 | 64 | 447 | 106 | 34 |
| Binary | 1110011 | 10110 | 1111011 | 111 | 1010010 | 0 | 110100 | 100100111 | 1000110 | 11100 |
Color Harmonies of #73167B
Complementary color
Monochromatic Colors of #73167B
Black with #73167B
Text Example
Text Example
White with #73167B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73167B; }
p { color: rgb(115,22,123); }
H1.HeaderClassName
{
color: #73167B;
}
.AnyTagClassName
{
color: #73167B;
}
</style>
background-color css
<style>
a { background-color: #73167B; }
a { background-color: rgb(115,22,123); }
div.DivClassName
{
background-color: #73167B;
}
.BgClassName
{
background-color: #73167B;
}
</style>
border-color css
<style>
span { border-color: #73167B; }
span { border-color: rgb(115,22,123); }
td.TdClassName
{
border-color: #73167B;
}
.TagClassName
{
border-color: #73167B;
}
</style>