Shades of Purple #760591
Tints of Purple #760591
RGB
CMYK
RGB Variations
Color information
#760591 (or 0x760591) is known color: Purple. HEX triplet: 76, 05 and 91. RGB value is (118,5,145). Sum of RGB (Red+Green+Blue) = 118+5+145=268 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.03% from 268); Green value is 5 (2.34% from 255 or 1.87% from 268); Blue value is 145 (57.03% from 255 or 54.10% from 268); Max value from RGB is 145 - color contains mainly: blue. Hex color #760591 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #760591 is #89FA6E. Grayscale: #363636. Windows color (decimal): -9042543 or 9504118. OLE color: 9504118.
HSL color Cylindrical-coordinate representation of color #760591: hue angle of 288.43º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #760591 is Cyan = 0.19, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 118 | 5 | 145 | - |
| CMYK | 0.19 | 0.97 | 0 | 0.43 |
| HSL | 288.43º | 0.93% | 0.29% | - |
| HSV(B) | 288.43º | 0.97% | 0.57% | - |
| XYZ | 12.64 | 6 | 27.28 | - |
| YUV | 54.75 | 178.94 | 173.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 5 | 145 | 0.19 | 0.97 | 0 | 0.43 | 288.43 | 0.93 | 0.29 |
| Hex | 76 | 5 | 91 | 13 | 61 | 0 | 2B | 120 | 5D | 1D |
| Octal | 166 | 5 | 221 | 23 | 141 | 0 | 53 | 440 | 135 | 35 |
| Binary | 1110110 | 101 | 10010001 | 10011 | 1100001 | 0 | 101011 | 100100000 | 1011101 | 11101 |
Color Harmonies of #760591
Complementary color
Monochromatic Colors of #760591
Black with #760591
Text Example
Text Example
White with #760591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #760591; }
p { color: rgb(118,5,145); }
H1.HeaderClassName
{
color: #760591;
}
.AnyTagClassName
{
color: #760591;
}
</style>
background-color css
<style>
a { background-color: #760591; }
a { background-color: rgb(118,5,145); }
div.DivClassName
{
background-color: #760591;
}
.BgClassName
{
background-color: #760591;
}
</style>
border-color css
<style>
span { border-color: #760591; }
span { border-color: rgb(118,5,145); }
td.TdClassName
{
border-color: #760591;
}
.TagClassName
{
border-color: #760591;
}
</style>