Shades of Purple #76098C
Tints of Purple #76098C
RGB
CMYK
RGB Variations
Color information
#76098C (or 0x76098C) is known color: Purple. HEX triplet: 76, 09 and 8C. RGB value is (118,9,140). Sum of RGB (Red+Green+Blue) = 118+9+140=267 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.19% from 267); Green value is 9 (3.91% from 255 or 3.37% from 267); Blue value is 140 (55.08% from 255 or 52.43% from 267); Max value from RGB is 140 - color contains mainly: blue. Hex color #76098C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #76098C is #89F673. Grayscale: #383838. Windows color (decimal): -9041524 or 9177462. OLE color: 9177462.
HSL color Cylindrical-coordinate representation of color #76098C: hue angle of 289.92º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #76098C is Cyan = 0.16, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 118 | 9 | 140 | - |
| CMYK | 0.16 | 0.94 | 0 | 0.45 |
| HSL | 289.92º | 0.88% | 0.29% | - |
| HSV(B) | 289.92º | 0.94% | 0.55% | - |
| XYZ | 12.3 | 5.94 | 25.31 | - |
| YUV | 56.53 | 175.11 | 171.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 9 | 140 | 0.16 | 0.94 | 0 | 0.45 | 289.92 | 0.88 | 0.29 |
| Hex | 76 | 9 | 8C | 10 | 5E | 0 | 2D | 122 | 58 | 1D |
| Octal | 166 | 11 | 214 | 20 | 136 | 0 | 55 | 442 | 130 | 35 |
| Binary | 1110110 | 1001 | 10001100 | 10000 | 1011110 | 0 | 101101 | 100100010 | 1011000 | 11101 |
Color Harmonies of #76098C
Complementary color
Monochromatic Colors of #76098C
Black with #76098C
Text Example
Text Example
White with #76098C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76098C; }
p { color: rgb(118,9,140); }
H1.HeaderClassName
{
color: #76098C;
}
.AnyTagClassName
{
color: #76098C;
}
</style>
background-color css
<style>
a { background-color: #76098C; }
a { background-color: rgb(118,9,140); }
div.DivClassName
{
background-color: #76098C;
}
.BgClassName
{
background-color: #76098C;
}
</style>
border-color css
<style>
span { border-color: #76098C; }
span { border-color: rgb(118,9,140); }
td.TdClassName
{
border-color: #76098C;
}
.TagClassName
{
border-color: #76098C;
}
</style>