Shades of Purple #761482
Tints of Purple #761482
RGB
CMYK
RGB Variations
Color information
#761482 (or 0x761482) is known color: Purple. HEX triplet: 76, 14 and 82. RGB value is (118,20,130). Sum of RGB (Red+Green+Blue) = 118+20+130=268 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.03% from 268); Green value is 20 (8.20% from 255 or 7.46% from 268); Blue value is 130 (51.17% from 255 or 48.51% from 268); Max value from RGB is 130 - color contains mainly: blue. Hex color #761482 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #761482 is #89EB7D. Grayscale: #3D3D3D. Windows color (decimal): -9038718 or 8524918. OLE color: 8524918.
HSL color Cylindrical-coordinate representation of color #761482: hue angle of 293.45º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #761482 is Cyan = 0.09, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 118 | 20 | 130 | - |
| CMYK | 0.09 | 0.85 | 0 | 0.49 |
| HSL | 293.45º | 0.73% | 0.29% | - |
| HSV(B) | 293.45º | 0.85% | 0.51% | - |
| XYZ | 11.75 | 5.96 | 21.65 | - |
| YUV | 61.84 | 166.47 | 168.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 20 | 130 | 0.09 | 0.85 | 0 | 0.49 | 293.45 | 0.73 | 0.29 |
| Hex | 76 | 14 | 82 | 9 | 55 | 0 | 31 | 125 | 49 | 1D |
| Octal | 166 | 24 | 202 | 11 | 125 | 0 | 61 | 445 | 111 | 35 |
| Binary | 1110110 | 10100 | 10000010 | 1001 | 1010101 | 0 | 110001 | 100100101 | 1001001 | 11101 |
Color Harmonies of #761482
Complementary color
Monochromatic Colors of #761482
Black with #761482
Text Example
Text Example
White with #761482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #761482; }
p { color: rgb(118,20,130); }
H1.HeaderClassName
{
color: #761482;
}
.AnyTagClassName
{
color: #761482;
}
</style>
background-color css
<style>
a { background-color: #761482; }
a { background-color: rgb(118,20,130); }
div.DivClassName
{
background-color: #761482;
}
.BgClassName
{
background-color: #761482;
}
</style>
border-color css
<style>
span { border-color: #761482; }
span { border-color: rgb(118,20,130); }
td.TdClassName
{
border-color: #761482;
}
.TagClassName
{
border-color: #761482;
}
</style>