Shades of Purple #73118F
Tints of Purple #73118F
RGB
CMYK
RGB Variations
Color information
#73118F (or 0x73118F) is known color: Purple. HEX triplet: 73, 11 and 8F. RGB value is (115,17,143). Sum of RGB (Red+Green+Blue) = 115+17+143=275 (36% of max value = 765). Red value is 115 (45.31% from 255 or 41.82% from 275); Green value is 17 (7.03% from 255 or 6.18% from 275); Blue value is 143 (56.25% from 255 or 52% from 275); Max value from RGB is 143 - color contains mainly: blue. Hex color #73118F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #73118F is #8CEE70. Grayscale: #3C3C3C. Windows color (decimal): -9236081 or 9376115. OLE color: 9376115.
HSL color Cylindrical-coordinate representation of color #73118F: hue angle of 286.67º degrees, saturation: 0.79, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #73118F is Cyan = 0.20, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 115 | 17 | 143 | - |
| CMYK | 0.20 | 0.88 | 0 | 0.44 |
| HSL | 286.67º | 0.79% | 0.31% | - |
| HSV(B) | 286.67º | 0.88% | 0.56% | - |
| XYZ | 12.23 | 6.03 | 26.51 | - |
| YUV | 60.67 | 174.47 | 166.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 17 | 143 | 0.20 | 0.88 | 0 | 0.44 | 286.67 | 0.79 | 0.31 |
| Hex | 73 | 11 | 8F | 14 | 58 | 0 | 2C | 11F | 4F | 1F |
| Octal | 163 | 21 | 217 | 24 | 130 | 0 | 54 | 437 | 117 | 37 |
| Binary | 1110011 | 10001 | 10001111 | 10100 | 1011000 | 0 | 101100 | 100011111 | 1001111 | 11111 |
Color Harmonies of #73118F
Complementary color
Monochromatic Colors of #73118F
Black with #73118F
Text Example
Text Example
White with #73118F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73118F; }
p { color: rgb(115,17,143); }
H1.HeaderClassName
{
color: #73118F;
}
.AnyTagClassName
{
color: #73118F;
}
</style>
background-color css
<style>
a { background-color: #73118F; }
a { background-color: rgb(115,17,143); }
div.DivClassName
{
background-color: #73118F;
}
.BgClassName
{
background-color: #73118F;
}
</style>
border-color css
<style>
span { border-color: #73118F; }
span { border-color: rgb(115,17,143); }
td.TdClassName
{
border-color: #73118F;
}
.TagClassName
{
border-color: #73118F;
}
</style>