Shades of Purple #761580
Tints of Purple #761580
RGB
CMYK
RGB Variations
Color information
#761580 (or 0x761580) is known color: Purple. HEX triplet: 76, 15 and 80. RGB value is (118,21,128). Sum of RGB (Red+Green+Blue) = 118+21+128=267 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.19% from 267); Green value is 21 (8.59% from 255 or 7.87% from 267); Blue value is 128 (50.39% from 255 or 47.94% from 267); Max value from RGB is 128 - color contains mainly: blue. Hex color #761580 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #761580 is #89EA7F. Grayscale: #3D3D3D. Windows color (decimal): -9038464 or 8394102. OLE color: 8394102.
HSL color Cylindrical-coordinate representation of color #761580: hue angle of 294.39º degrees, saturation: 0.72, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #761580 is Cyan = 0.08, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 118 | 21 | 128 | - |
| CMYK | 0.08 | 0.84 | 0 | 0.50 |
| HSL | 294.39º | 0.72% | 0.29% | - |
| HSV(B) | 294.39º | 0.84% | 0.5% | - |
| XYZ | 11.64 | 5.95 | 20.96 | - |
| YUV | 62.2 | 165.14 | 167.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 21 | 128 | 0.08 | 0.84 | 0 | 0.50 | 294.39 | 0.72 | 0.29 |
| Hex | 76 | 15 | 80 | 8 | 54 | 0 | 32 | 126 | 48 | 1D |
| Octal | 166 | 25 | 200 | 10 | 124 | 0 | 62 | 446 | 110 | 35 |
| Binary | 1110110 | 10101 | 10000000 | 1000 | 1010100 | 0 | 110010 | 100100110 | 1001000 | 11101 |
Color Harmonies of #761580
Complementary color
Monochromatic Colors of #761580
Black with #761580
Text Example
Text Example
White with #761580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #761580; }
p { color: rgb(118,21,128); }
H1.HeaderClassName
{
color: #761580;
}
.AnyTagClassName
{
color: #761580;
}
</style>
background-color css
<style>
a { background-color: #761580; }
a { background-color: rgb(118,21,128); }
div.DivClassName
{
background-color: #761580;
}
.BgClassName
{
background-color: #761580;
}
</style>
border-color css
<style>
span { border-color: #761580; }
span { border-color: rgb(118,21,128); }
td.TdClassName
{
border-color: #761580;
}
.TagClassName
{
border-color: #761580;
}
</style>