Shades of Purple #76107B
Tints of Purple #76107B
RGB
CMYK
RGB Variations
Color information
#76107B (or 0x76107B) is known color: Purple. HEX triplet: 76, 10 and 7B. RGB value is (118,16,123). Sum of RGB (Red+Green+Blue) = 118+16+123=257 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.91% from 257); Green value is 16 (6.64% from 255 or 6.23% from 257); Blue value is 123 (48.44% from 255 or 47.86% from 257); Max value from RGB is 123 - color contains mainly: blue. Hex color #76107B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76107B is #89EF84. Grayscale: #3A3A3A. Windows color (decimal): -9039749 or 8065142. OLE color: 8065142.
HSL color Cylindrical-coordinate representation of color #76107B: hue angle of 297.2º degrees, saturation: 0.77, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #76107B is Cyan = 0.04, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 118 | 16 | 123 | - |
| CMYK | 0.04 | 0.87 | 0 | 0.52 |
| HSL | 297.2º | 0.77% | 0.27% | - |
| HSV(B) | 297.2º | 0.87% | 0.48% | - |
| XYZ | 11.23 | 5.65 | 19.24 | - |
| YUV | 58.7 | 164.29 | 170.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 16 | 123 | 0.04 | 0.87 | 0 | 0.52 | 297.2 | 0.77 | 0.27 |
| Hex | 76 | 10 | 7B | 4 | 57 | 0 | 34 | 129 | 4D | 1B |
| Octal | 166 | 20 | 173 | 4 | 127 | 0 | 64 | 451 | 115 | 33 |
| Binary | 1110110 | 10000 | 1111011 | 100 | 1010111 | 0 | 110100 | 100101001 | 1001101 | 11011 |
Color Harmonies of #76107B
Complementary color
Monochromatic Colors of #76107B
Black with #76107B
Text Example
Text Example
White with #76107B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76107B; }
p { color: rgb(118,16,123); }
H1.HeaderClassName
{
color: #76107B;
}
.AnyTagClassName
{
color: #76107B;
}
</style>
background-color css
<style>
a { background-color: #76107B; }
a { background-color: rgb(118,16,123); }
div.DivClassName
{
background-color: #76107B;
}
.BgClassName
{
background-color: #76107B;
}
</style>
border-color css
<style>
span { border-color: #76107B; }
span { border-color: rgb(118,16,123); }
td.TdClassName
{
border-color: #76107B;
}
.TagClassName
{
border-color: #76107B;
}
</style>