Shades of Purple #73177D
Tints of Purple #73177D
RGB
CMYK
RGB Variations
Color information
#73177D (or 0x73177D) is known color: Purple. HEX triplet: 73, 17 and 7D. RGB value is (115,23,125). Sum of RGB (Red+Green+Blue) = 115+23+125=263 (34% of max value = 765). Red value is 115 (45.31% from 255 or 43.73% from 263); Green value is 23 (9.38% from 255 or 8.75% from 263); Blue value is 125 (49.22% from 255 or 47.53% from 263); Max value from RGB is 125 - color contains mainly: blue. Hex color #73177D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #73177D is #8CE882. Grayscale: #3D3D3D. Windows color (decimal): -9234563 or 8198003. OLE color: 8198003.
HSL color Cylindrical-coordinate representation of color #73177D: hue angle of 294.12º degrees, saturation: 0.69, 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 #73177D is Cyan = 0.08, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 115 | 23 | 125 | - |
| CMYK | 0.08 | 0.82 | 0 | 0.51 |
| HSL | 294.12º | 0.69% | 0.29% | - |
| HSV(B) | 294.12º | 0.82% | 0.49% | - |
| XYZ | 11.08 | 5.74 | 19.93 | - |
| YUV | 62.14 | 163.48 | 165.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 23 | 125 | 0.08 | 0.82 | 0 | 0.51 | 294.12 | 0.69 | 0.29 |
| Hex | 73 | 17 | 7D | 8 | 52 | 0 | 33 | 126 | 45 | 1D |
| Octal | 163 | 27 | 175 | 10 | 122 | 0 | 63 | 446 | 105 | 35 |
| Binary | 1110011 | 10111 | 1111101 | 1000 | 1010010 | 0 | 110011 | 100100110 | 1000101 | 11101 |
Color Harmonies of #73177D
Complementary color
Monochromatic Colors of #73177D
Black with #73177D
Text Example
Text Example
White with #73177D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73177D; }
p { color: rgb(115,23,125); }
H1.HeaderClassName
{
color: #73177D;
}
.AnyTagClassName
{
color: #73177D;
}
</style>
background-color css
<style>
a { background-color: #73177D; }
a { background-color: rgb(115,23,125); }
div.DivClassName
{
background-color: #73177D;
}
.BgClassName
{
background-color: #73177D;
}
</style>
border-color css
<style>
span { border-color: #73177D; }
span { border-color: rgb(115,23,125); }
td.TdClassName
{
border-color: #73177D;
}
.TagClassName
{
border-color: #73177D;
}
</style>