Shades of Purple #73187C
Tints of Purple #73187C
RGB
CMYK
RGB Variations
Color information
#73187C (or 0x73187C) is known color: Purple. HEX triplet: 73, 18 and 7C. RGB value is (115,24,124). Sum of RGB (Red+Green+Blue) = 115+24+124=263 (34% of max value = 765). Red value is 115 (45.31% from 255 or 43.73% from 263); Green value is 24 (9.77% from 255 or 9.13% from 263); Blue value is 124 (48.83% from 255 or 47.15% from 263); Max value from RGB is 124 - color contains mainly: blue. Hex color #73187C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #73187C is #8CE783. Grayscale: #3E3E3E. Windows color (decimal): -9234308 or 8132723. OLE color: 8132723.
HSL color Cylindrical-coordinate representation of color #73187C: hue angle of 294.6º degrees, saturation: 0.68, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #73187C is Cyan = 0.07, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 115 | 24 | 124 | - |
| CMYK | 0.07 | 0.81 | 0 | 0.51 |
| HSL | 294.6º | 0.68% | 0.29% | - |
| HSV(B) | 294.6º | 0.81% | 0.49% | - |
| XYZ | 11.03 | 5.75 | 19.6 | - |
| YUV | 62.61 | 162.65 | 165.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 24 | 124 | 0.07 | 0.81 | 0 | 0.51 | 294.6 | 0.68 | 0.29 |
| Hex | 73 | 18 | 7C | 7 | 51 | 0 | 33 | 127 | 44 | 1D |
| Octal | 163 | 30 | 174 | 7 | 121 | 0 | 63 | 447 | 104 | 35 |
| Binary | 1110011 | 11000 | 1111100 | 111 | 1010001 | 0 | 110011 | 100100111 | 1000100 | 11101 |
Color Harmonies of #73187C
Complementary color
Monochromatic Colors of #73187C
Black with #73187C
Text Example
Text Example
White with #73187C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73187C; }
p { color: rgb(115,24,124); }
H1.HeaderClassName
{
color: #73187C;
}
.AnyTagClassName
{
color: #73187C;
}
</style>
background-color css
<style>
a { background-color: #73187C; }
a { background-color: rgb(115,24,124); }
div.DivClassName
{
background-color: #73187C;
}
.BgClassName
{
background-color: #73187C;
}
</style>
border-color css
<style>
span { border-color: #73187C; }
span { border-color: rgb(115,24,124); }
td.TdClassName
{
border-color: #73187C;
}
.TagClassName
{
border-color: #73187C;
}
</style>