Shades of Purple #76058F
Tints of Purple #76058F
RGB
CMYK
RGB Variations
Color information
#76058F (or 0x76058F) is known color: Purple. HEX triplet: 76, 05 and 8F. RGB value is (118,5,143). Sum of RGB (Red+Green+Blue) = 118+5+143=266 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.36% from 266); Green value is 5 (2.34% from 255 or 1.88% from 266); Blue value is 143 (56.25% from 255 or 53.76% from 266); Max value from RGB is 143 - color contains mainly: blue. Hex color #76058F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #76058F is #89FA70. Grayscale: #363636. Windows color (decimal): -9042545 or 9373046. OLE color: 9373046.
HSL color Cylindrical-coordinate representation of color #76058F: hue angle of 289.13º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #76058F is Cyan = 0.17, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 118 | 5 | 143 | - |
| CMYK | 0.17 | 0.97 | 0 | 0.44 |
| HSL | 289.13º | 0.93% | 0.29% | - |
| HSV(B) | 289.13º | 0.97% | 0.56% | - |
| XYZ | 12.48 | 5.94 | 26.48 | - |
| YUV | 54.52 | 177.94 | 173.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 5 | 143 | 0.17 | 0.97 | 0 | 0.44 | 289.13 | 0.93 | 0.29 |
| Hex | 76 | 5 | 8F | 11 | 61 | 0 | 2C | 121 | 5D | 1D |
| Octal | 166 | 5 | 217 | 21 | 141 | 0 | 54 | 441 | 135 | 35 |
| Binary | 1110110 | 101 | 10001111 | 10001 | 1100001 | 0 | 101100 | 100100001 | 1011101 | 11101 |
Color Harmonies of #76058F
Complementary color
Monochromatic Colors of #76058F
Black with #76058F
Text Example
Text Example
White with #76058F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76058F; }
p { color: rgb(118,5,143); }
H1.HeaderClassName
{
color: #76058F;
}
.AnyTagClassName
{
color: #76058F;
}
</style>
background-color css
<style>
a { background-color: #76058F; }
a { background-color: rgb(118,5,143); }
div.DivClassName
{
background-color: #76058F;
}
.BgClassName
{
background-color: #76058F;
}
</style>
border-color css
<style>
span { border-color: #76058F; }
span { border-color: rgb(118,5,143); }
td.TdClassName
{
border-color: #76058F;
}
.TagClassName
{
border-color: #76058F;
}
</style>