Shades of Purple #73187B
Tints of Purple #73187B
RGB
CMYK
RGB Variations
Color information
#73187B (or 0x73187B) is known color: Purple. HEX triplet: 73, 18 and 7B. RGB value is (115,24,123). Sum of RGB (Red+Green+Blue) = 115+24+123=262 (34% of max value = 765). Red value is 115 (45.31% from 255 or 43.89% from 262); Green value is 24 (9.77% from 255 or 9.16% from 262); Blue value is 123 (48.44% from 255 or 46.95% from 262); Max value from RGB is 123 - color contains mainly: blue. Hex color #73187B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #73187B is #8CE784. Grayscale: #3E3E3E. Windows color (decimal): -9234309 or 8067187. OLE color: 8067187.
HSL color Cylindrical-coordinate representation of color #73187B: hue angle of 295.15º degrees, saturation: 0.67, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #73187B is Cyan = 0.07, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 115 | 24 | 123 | - |
| CMYK | 0.07 | 0.80 | 0 | 0.52 |
| HSL | 295.15º | 0.67% | 0.29% | - |
| HSV(B) | 295.15º | 0.8% | 0.48% | - |
| XYZ | 10.97 | 5.73 | 19.27 | - |
| YUV | 62.5 | 162.15 | 165.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 24 | 123 | 0.07 | 0.80 | 0 | 0.52 | 295.15 | 0.67 | 0.29 |
| Hex | 73 | 18 | 7B | 7 | 50 | 0 | 34 | 127 | 43 | 1D |
| Octal | 163 | 30 | 173 | 7 | 120 | 0 | 64 | 447 | 103 | 35 |
| Binary | 1110011 | 11000 | 1111011 | 111 | 1010000 | 0 | 110100 | 100100111 | 1000011 | 11101 |
Color Harmonies of #73187B
Complementary color
Monochromatic Colors of #73187B
Black with #73187B
Text Example
Text Example
White with #73187B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73187B; }
p { color: rgb(115,24,123); }
H1.HeaderClassName
{
color: #73187B;
}
.AnyTagClassName
{
color: #73187B;
}
</style>
background-color css
<style>
a { background-color: #73187B; }
a { background-color: rgb(115,24,123); }
div.DivClassName
{
background-color: #73187B;
}
.BgClassName
{
background-color: #73187B;
}
</style>
border-color css
<style>
span { border-color: #73187B; }
span { border-color: rgb(115,24,123); }
td.TdClassName
{
border-color: #73187B;
}
.TagClassName
{
border-color: #73187B;
}
</style>