Shades of Purple #76076B
Tints of Purple #76076B
RGB
CMYK
RGB Variations
Color information
#76076B (or 0x76076B) is known color: Purple. HEX triplet: 76, 07 and 6B. RGB value is (118,7,107). Sum of RGB (Red+Green+Blue) = 118+7+107=232 (30% of max value = 765). Red value is 118 (46.48% from 255 or 50.86% from 232); Green value is 7 (3.12% from 255 or 3.02% from 232); Blue value is 107 (42.19% from 255 or 46.12% from 232); Max value from RGB is 118 - color contains mainly: red. Hex color #76076B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76076B is #89F894. Grayscale: #333333. Windows color (decimal): -9042069 or 7014262. OLE color: 7014262.
HSL color Cylindrical-coordinate representation of color #76076B: hue angle of 305.95º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #76076B is Cyan = 0, Magento = 0.94, Yellow = 0.09 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 7 | 107 | - |
| CMYK | 0 | 0.94 | 0.09 | 0.54 |
| HSL | 305.95º | 0.89% | 0.25% | - |
| HSV(B) | 305.95º | 0.94% | 0.46% | - |
| XYZ | 10.2 | 5.07 | 14.35 | - |
| YUV | 51.59 | 159.27 | 175.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 7 | 107 | 0 | 0.94 | 0.09 | 0.54 | 305.95 | 0.89 | 0.25 |
| Hex | 76 | 7 | 6B | 0 | 5E | 9 | 36 | 132 | 59 | 19 |
| Octal | 166 | 7 | 153 | 0 | 136 | 11 | 66 | 462 | 131 | 31 |
| Binary | 1110110 | 111 | 1101011 | 0 | 1011110 | 1001 | 110110 | 100110010 | 1011001 | 11001 |
Color Harmonies of #76076B
Complementary color
Monochromatic Colors of #76076B
Black with #76076B
Text Example
Text Example
White with #76076B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76076B; }
p { color: rgb(118,7,107); }
H1.HeaderClassName
{
color: #76076B;
}
.AnyTagClassName
{
color: #76076B;
}
</style>
background-color css
<style>
a { background-color: #76076B; }
a { background-color: rgb(118,7,107); }
div.DivClassName
{
background-color: #76076B;
}
.BgClassName
{
background-color: #76076B;
}
</style>
border-color css
<style>
span { border-color: #76076B; }
span { border-color: rgb(118,7,107); }
td.TdClassName
{
border-color: #76076B;
}
.TagClassName
{
border-color: #76076B;
}
</style>