Shades of Purple #76098A
Tints of Purple #76098A
RGB
CMYK
RGB Variations
Color information
#76098A (or 0x76098A) is known color: Purple. HEX triplet: 76, 09 and 8A. RGB value is (118,9,138). Sum of RGB (Red+Green+Blue) = 118+9+138=265 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.53% from 265); Green value is 9 (3.91% from 255 or 3.40% from 265); Blue value is 138 (54.30% from 255 or 52.08% from 265); Max value from RGB is 138 - color contains mainly: blue. Hex color #76098A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #76098A is #89F675. Grayscale: #373737. Windows color (decimal): -9041526 or 9046390. OLE color: 9046390.
HSL color Cylindrical-coordinate representation of color #76098A: hue angle of 290.7º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #76098A is Cyan = 0.14, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 118 | 9 | 138 | - |
| CMYK | 0.14 | 0.93 | 0 | 0.46 |
| HSL | 290.7º | 0.88% | 0.29% | - |
| HSV(B) | 290.7º | 0.93% | 0.54% | - |
| XYZ | 12.16 | 5.88 | 24.54 | - |
| YUV | 56.3 | 174.11 | 172.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 9 | 138 | 0.14 | 0.93 | 0 | 0.46 | 290.7 | 0.88 | 0.29 |
| Hex | 76 | 9 | 8A | E | 5D | 0 | 2E | 123 | 58 | 1D |
| Octal | 166 | 11 | 212 | 16 | 135 | 0 | 56 | 443 | 130 | 35 |
| Binary | 1110110 | 1001 | 10001010 | 1110 | 1011101 | 0 | 101110 | 100100011 | 1011000 | 11101 |
Color Harmonies of #76098A
Complementary color
Monochromatic Colors of #76098A
Black with #76098A
Text Example
Text Example
White with #76098A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76098A; }
p { color: rgb(118,9,138); }
H1.HeaderClassName
{
color: #76098A;
}
.AnyTagClassName
{
color: #76098A;
}
</style>
background-color css
<style>
a { background-color: #76098A; }
a { background-color: rgb(118,9,138); }
div.DivClassName
{
background-color: #76098A;
}
.BgClassName
{
background-color: #76098A;
}
</style>
border-color css
<style>
span { border-color: #76098A; }
span { border-color: rgb(118,9,138); }
td.TdClassName
{
border-color: #76098A;
}
.TagClassName
{
border-color: #76098A;
}
</style>