Shades of Purple #760491
Tints of Purple #760491
RGB
CMYK
RGB Variations
Color information
#760491 (or 0x760491) is known color: Purple. HEX triplet: 76, 04 and 91. RGB value is (118,4,145). Sum of RGB (Red+Green+Blue) = 118+4+145=267 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.19% from 267); Green value is 4 (1.95% from 255 or 1.50% from 267); Blue value is 145 (57.03% from 255 or 54.31% from 267); Max value from RGB is 145 - color contains mainly: blue. Hex color #760491 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #760491 is #89FB6E. Grayscale: #353535. Windows color (decimal): -9042799 or 9503862. OLE color: 9503862.
HSL color Cylindrical-coordinate representation of color #760491: hue angle of 288.51º degrees, saturation: 0.95, 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 #760491 is Cyan = 0.19, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 118 | 4 | 145 | - |
| CMYK | 0.19 | 0.97 | 0 | 0.43 |
| HSL | 288.51º | 0.95% | 0.29% | - |
| HSV(B) | 288.51º | 0.97% | 0.57% | - |
| XYZ | 12.63 | 5.98 | 27.28 | - |
| YUV | 54.16 | 179.27 | 173.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 4 | 145 | 0.19 | 0.97 | 0 | 0.43 | 288.51 | 0.95 | 0.29 |
| Hex | 76 | 4 | 91 | 13 | 61 | 0 | 2B | 121 | 5F | 1D |
| Octal | 166 | 4 | 221 | 23 | 141 | 0 | 53 | 441 | 137 | 35 |
| Binary | 1110110 | 100 | 10010001 | 10011 | 1100001 | 0 | 101011 | 100100001 | 1011111 | 11101 |
Color Harmonies of #760491
Complementary color
Monochromatic Colors of #760491
Black with #760491
Text Example
Text Example
White with #760491
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #760491; }
p { color: rgb(118,4,145); }
H1.HeaderClassName
{
color: #760491;
}
.AnyTagClassName
{
color: #760491;
}
</style>
background-color css
<style>
a { background-color: #760491; }
a { background-color: rgb(118,4,145); }
div.DivClassName
{
background-color: #760491;
}
.BgClassName
{
background-color: #760491;
}
</style>
border-color css
<style>
span { border-color: #760491; }
span { border-color: rgb(118,4,145); }
td.TdClassName
{
border-color: #760491;
}
.TagClassName
{
border-color: #760491;
}
</style>