Shades of Purple #76108B
Tints of Purple #76108B
RGB
CMYK
RGB Variations
Color information
#76108B (or 0x76108B) is known color: Purple. HEX triplet: 76, 10 and 8B. RGB value is (118,16,139). Sum of RGB (Red+Green+Blue) = 118+16+139=273 (36% of max value = 765). Red value is 118 (46.48% from 255 or 43.22% from 273); Green value is 16 (6.64% from 255 or 5.86% from 273); Blue value is 139 (54.69% from 255 or 50.92% from 273); Max value from RGB is 139 - color contains mainly: blue. Hex color #76108B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #76108B is #89EF74. Grayscale: #3C3C3C. Windows color (decimal): -9039733 or 9113718. OLE color: 9113718.
HSL color Cylindrical-coordinate representation of color #76108B: hue angle of 289.76º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #76108B is Cyan = 0.15, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 118 | 16 | 139 | - |
| CMYK | 0.15 | 0.88 | 0 | 0.45 |
| HSL | 289.76º | 0.79% | 0.3% | - |
| HSV(B) | 289.76º | 0.88% | 0.55% | - |
| XYZ | 12.32 | 6.09 | 24.95 | - |
| YUV | 60.52 | 172.29 | 169 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 16 | 139 | 0.15 | 0.88 | 0 | 0.45 | 289.76 | 0.79 | 0.3 |
| Hex | 76 | 10 | 8B | F | 58 | 0 | 2D | 122 | 4F | 1E |
| Octal | 166 | 20 | 213 | 17 | 130 | 0 | 55 | 442 | 117 | 36 |
| Binary | 1110110 | 10000 | 10001011 | 1111 | 1011000 | 0 | 101101 | 100100010 | 1001111 | 11110 |
Color Harmonies of #76108B
Complementary color
Monochromatic Colors of #76108B
Black with #76108B
Text Example
Text Example
White with #76108B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76108B; }
p { color: rgb(118,16,139); }
H1.HeaderClassName
{
color: #76108B;
}
.AnyTagClassName
{
color: #76108B;
}
</style>
background-color css
<style>
a { background-color: #76108B; }
a { background-color: rgb(118,16,139); }
div.DivClassName
{
background-color: #76108B;
}
.BgClassName
{
background-color: #76108B;
}
</style>
border-color css
<style>
span { border-color: #76108B; }
span { border-color: rgb(118,16,139); }
td.TdClassName
{
border-color: #76108B;
}
.TagClassName
{
border-color: #76108B;
}
</style>