Shades of Purple #76098B
Tints of Purple #76098B
RGB
CMYK
RGB Variations
Color information
#76098B (or 0x76098B) is known color: Purple. HEX triplet: 76, 09 and 8B. RGB value is (118,9,139). Sum of RGB (Red+Green+Blue) = 118+9+139=266 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.36% from 266); Green value is 9 (3.91% from 255 or 3.38% from 266); Blue value is 139 (54.69% from 255 or 52.26% from 266); Max value from RGB is 139 - color contains mainly: blue. Hex color #76098B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #76098B is #89F674. Grayscale: #383838. Windows color (decimal): -9041525 or 9111926. OLE color: 9111926.
HSL color Cylindrical-coordinate representation of color #76098B: hue angle of 290.31º 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 #76098B is Cyan = 0.15, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 118 | 9 | 139 | - |
| CMYK | 0.15 | 0.94 | 0 | 0.45 |
| HSL | 290.31º | 0.88% | 0.29% | - |
| HSV(B) | 290.31º | 0.94% | 0.55% | - |
| XYZ | 12.23 | 5.91 | 24.92 | - |
| YUV | 56.41 | 174.61 | 171.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 9 | 139 | 0.15 | 0.94 | 0 | 0.45 | 290.31 | 0.88 | 0.29 |
| Hex | 76 | 9 | 8B | F | 5E | 0 | 2D | 122 | 58 | 1D |
| Octal | 166 | 11 | 213 | 17 | 136 | 0 | 55 | 442 | 130 | 35 |
| Binary | 1110110 | 1001 | 10001011 | 1111 | 1011110 | 0 | 101101 | 100100010 | 1011000 | 11101 |
Color Harmonies of #76098B
Complementary color
Monochromatic Colors of #76098B
Black with #76098B
Text Example
Text Example
White with #76098B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76098B; }
p { color: rgb(118,9,139); }
H1.HeaderClassName
{
color: #76098B;
}
.AnyTagClassName
{
color: #76098B;
}
</style>
background-color css
<style>
a { background-color: #76098B; }
a { background-color: rgb(118,9,139); }
div.DivClassName
{
background-color: #76098B;
}
.BgClassName
{
background-color: #76098B;
}
</style>
border-color css
<style>
span { border-color: #76098B; }
span { border-color: rgb(118,9,139); }
td.TdClassName
{
border-color: #76098B;
}
.TagClassName
{
border-color: #76098B;
}
</style>