Shades of Purple #760172
Tints of Purple #760172
RGB
CMYK
RGB Variations
Color information
#760172 (or 0x760172) is known color: Purple. HEX triplet: 76, 01 and 72. RGB value is (118,1,114). Sum of RGB (Red+Green+Blue) = 118+1+114=233 (30% of max value = 765). Red value is 118 (46.48% from 255 or 50.64% from 233); Green value is 1 (0.78% from 255 or 0.43% from 233); Blue value is 114 (44.92% from 255 or 48.93% from 233); Max value from RGB is 118 - color contains mainly: red. Hex color #760172 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760172 is #89FE8D. Grayscale: #303030. Windows color (decimal): -9043598 or 7471478. OLE color: 7471478.
HSL color Cylindrical-coordinate representation of color #760172: hue angle of 302.05º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #760172 is Cyan = 0, Magento = 0.99, Yellow = 0.03 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 1 | 114 | - |
| CMYK | 0 | 0.99 | 0.03 | 0.54 |
| HSL | 302.05º | 0.98% | 0.23% | - |
| HSV(B) | 302.05º | 0.99% | 0.46% | - |
| XYZ | 10.52 | 5.09 | 16.35 | - |
| YUV | 48.87 | 164.76 | 177.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 1 | 114 | 0 | 0.99 | 0.03 | 0.54 | 302.05 | 0.98 | 0.23 |
| Hex | 76 | 1 | 72 | 0 | 63 | 3 | 36 | 12E | 62 | 17 |
| Octal | 166 | 1 | 162 | 0 | 143 | 3 | 66 | 456 | 142 | 27 |
| Binary | 1110110 | 1 | 1110010 | 0 | 1100011 | 11 | 110110 | 100101110 | 1100010 | 10111 |
Color Harmonies of #760172
Complementary color
Monochromatic Colors of #760172
Black with #760172
Text Example
Text Example
White with #760172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #760172; }
p { color: rgb(118,1,114); }
H1.HeaderClassName
{
color: #760172;
}
.AnyTagClassName
{
color: #760172;
}
</style>
background-color css
<style>
a { background-color: #760172; }
a { background-color: rgb(118,1,114); }
div.DivClassName
{
background-color: #760172;
}
.BgClassName
{
background-color: #760172;
}
</style>
border-color css
<style>
span { border-color: #760172; }
span { border-color: rgb(118,1,114); }
td.TdClassName
{
border-color: #760172;
}
.TagClassName
{
border-color: #760172;
}
</style>