Shades of Purple #73157B
Tints of Purple #73157B
RGB
CMYK
RGB Variations
Color information
#73157B (or 0x73157B) is known color: Purple. HEX triplet: 73, 15 and 7B. RGB value is (115,21,123). Sum of RGB (Red+Green+Blue) = 115+21+123=259 (34% of max value = 765). Red value is 115 (45.31% from 255 or 44.40% from 259); Green value is 21 (8.59% from 255 or 8.11% from 259); Blue value is 123 (48.44% from 255 or 47.49% from 259); Max value from RGB is 123 - color contains mainly: blue. Hex color #73157B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #73157B is #8CEA84. Grayscale: #3C3C3C. Windows color (decimal): -9235077 or 8066419. OLE color: 8066419.
HSL color Cylindrical-coordinate representation of color #73157B: hue angle of 295.29º degrees, saturation: 0.71, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #73157B is Cyan = 0.07, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 115 | 21 | 123 | - |
| CMYK | 0.07 | 0.83 | 0 | 0.52 |
| HSL | 295.29º | 0.71% | 0.28% | - |
| HSV(B) | 295.29º | 0.83% | 0.48% | - |
| XYZ | 10.91 | 5.61 | 19.25 | - |
| YUV | 60.73 | 163.14 | 166.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 21 | 123 | 0.07 | 0.83 | 0 | 0.52 | 295.29 | 0.71 | 0.28 |
| Hex | 73 | 15 | 7B | 7 | 53 | 0 | 34 | 127 | 47 | 1C |
| Octal | 163 | 25 | 173 | 7 | 123 | 0 | 64 | 447 | 107 | 34 |
| Binary | 1110011 | 10101 | 1111011 | 111 | 1010011 | 0 | 110100 | 100100111 | 1000111 | 11100 |
Color Harmonies of #73157B
Complementary color
Monochromatic Colors of #73157B
Black with #73157B
Text Example
Text Example
White with #73157B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73157B; }
p { color: rgb(115,21,123); }
H1.HeaderClassName
{
color: #73157B;
}
.AnyTagClassName
{
color: #73157B;
}
</style>
background-color css
<style>
a { background-color: #73157B; }
a { background-color: rgb(115,21,123); }
div.DivClassName
{
background-color: #73157B;
}
.BgClassName
{
background-color: #73157B;
}
</style>
border-color css
<style>
span { border-color: #73157B; }
span { border-color: rgb(115,21,123); }
td.TdClassName
{
border-color: #73157B;
}
.TagClassName
{
border-color: #73157B;
}
</style>