Shades of Purple #76157D
Tints of Purple #76157D
RGB
CMYK
RGB Variations
Color information
#76157D (or 0x76157D) is known color: Purple. HEX triplet: 76, 15 and 7D. RGB value is (118,21,125). Sum of RGB (Red+Green+Blue) = 118+21+125=264 (34% of max value = 765). Red value is 118 (46.48% from 255 or 44.70% from 264); Green value is 21 (8.59% from 255 or 7.95% from 264); Blue value is 125 (49.22% from 255 or 47.35% from 264); Max value from RGB is 125 - color contains mainly: blue. Hex color #76157D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76157D is #89EA82. Grayscale: #3D3D3D. Windows color (decimal): -9038467 or 8197494. OLE color: 8197494.
HSL color Cylindrical-coordinate representation of color #76157D: hue angle of 295.96º degrees, saturation: 0.71, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #76157D is Cyan = 0.06, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 118 | 21 | 125 | - |
| CMYK | 0.06 | 0.83 | 0 | 0.51 |
| HSL | 295.96º | 0.71% | 0.29% | - |
| HSV(B) | 295.96º | 0.83% | 0.49% | - |
| XYZ | 11.44 | 5.87 | 19.93 | - |
| YUV | 61.86 | 163.64 | 168.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 21 | 125 | 0.06 | 0.83 | 0 | 0.51 | 295.96 | 0.71 | 0.29 |
| Hex | 76 | 15 | 7D | 6 | 53 | 0 | 33 | 128 | 47 | 1D |
| Octal | 166 | 25 | 175 | 6 | 123 | 0 | 63 | 450 | 107 | 35 |
| Binary | 1110110 | 10101 | 1111101 | 110 | 1010011 | 0 | 110011 | 100101000 | 1000111 | 11101 |
Color Harmonies of #76157D
Complementary color
Monochromatic Colors of #76157D
Black with #76157D
Text Example
Text Example
White with #76157D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76157D; }
p { color: rgb(118,21,125); }
H1.HeaderClassName
{
color: #76157D;
}
.AnyTagClassName
{
color: #76157D;
}
</style>
background-color css
<style>
a { background-color: #76157D; }
a { background-color: rgb(118,21,125); }
div.DivClassName
{
background-color: #76157D;
}
.BgClassName
{
background-color: #76157D;
}
</style>
border-color css
<style>
span { border-color: #76157D; }
span { border-color: rgb(118,21,125); }
td.TdClassName
{
border-color: #76157D;
}
.TagClassName
{
border-color: #76157D;
}
</style>