Shades of Purple #76098F
Tints of Purple #76098F
RGB
CMYK
RGB Variations
Color information
#76098F (or 0x76098F) is known color: Purple. HEX triplet: 76, 09 and 8F. RGB value is (118,9,143). Sum of RGB (Red+Green+Blue) = 118+9+143=270 (35% of max value = 765). Red value is 118 (46.48% from 255 or 43.70% from 270); Green value is 9 (3.91% from 255 or 3.33% from 270); Blue value is 143 (56.25% from 255 or 52.96% from 270); Max value from RGB is 143 - color contains mainly: blue. Hex color #76098F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #76098F is #89F670. Grayscale: #383838. Windows color (decimal): -9041521 or 9374070. OLE color: 9374070.
HSL color Cylindrical-coordinate representation of color #76098F: hue angle of 288.81º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #76098F is Cyan = 0.17, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 118 | 9 | 143 | - |
| CMYK | 0.17 | 0.94 | 0 | 0.44 |
| HSL | 288.81º | 0.88% | 0.3% | - |
| HSV(B) | 288.81º | 0.94% | 0.56% | - |
| XYZ | 12.53 | 6.03 | 26.49 | - |
| YUV | 56.87 | 176.61 | 171.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 9 | 143 | 0.17 | 0.94 | 0 | 0.44 | 288.81 | 0.88 | 0.3 |
| Hex | 76 | 9 | 8F | 11 | 5E | 0 | 2C | 121 | 58 | 1E |
| Octal | 166 | 11 | 217 | 21 | 136 | 0 | 54 | 441 | 130 | 36 |
| Binary | 1110110 | 1001 | 10001111 | 10001 | 1011110 | 0 | 101100 | 100100001 | 1011000 | 11110 |
Color Harmonies of #76098F
Complementary color
Monochromatic Colors of #76098F
Black with #76098F
Text Example
Text Example
White with #76098F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76098F; }
p { color: rgb(118,9,143); }
H1.HeaderClassName
{
color: #76098F;
}
.AnyTagClassName
{
color: #76098F;
}
</style>
background-color css
<style>
a { background-color: #76098F; }
a { background-color: rgb(118,9,143); }
div.DivClassName
{
background-color: #76098F;
}
.BgClassName
{
background-color: #76098F;
}
</style>
border-color css
<style>
span { border-color: #76098F; }
span { border-color: rgb(118,9,143); }
td.TdClassName
{
border-color: #76098F;
}
.TagClassName
{
border-color: #76098F;
}
</style>