Shades of Purple #760173
Tints of Purple #760173
RGB
CMYK
RGB Variations
Color information
#760173 (or 0x760173) is known color: Purple. HEX triplet: 76, 01 and 73. RGB value is (118,1,115). Sum of RGB (Red+Green+Blue) = 118+1+115=234 (30% of max value = 765). Red value is 118 (46.48% from 255 or 50.43% from 234); Green value is 1 (0.78% from 255 or 0.43% from 234); Blue value is 115 (45.31% from 255 or 49.15% from 234); Max value from RGB is 118 - color contains mainly: red. Hex color #760173 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760173 is #89FE8C. Grayscale: #303030. Windows color (decimal): -9043597 or 7537014. OLE color: 7537014.
HSL color Cylindrical-coordinate representation of color #760173: hue angle of 301.54º 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 #760173 is Cyan = 0, Magento = 0.99, Yellow = 0.03 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 1 | 115 | - |
| CMYK | 0 | 0.99 | 0.03 | 0.54 |
| HSL | 301.54º | 0.98% | 0.23% | - |
| HSV(B) | 301.54º | 0.99% | 0.46% | - |
| XYZ | 10.58 | 5.11 | 16.65 | - |
| YUV | 48.98 | 165.26 | 177.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 1 | 115 | 0 | 0.99 | 0.03 | 0.54 | 301.54 | 0.98 | 0.23 |
| Hex | 76 | 1 | 73 | 0 | 63 | 3 | 36 | 12E | 62 | 17 |
| Octal | 166 | 1 | 163 | 0 | 143 | 3 | 66 | 456 | 142 | 27 |
| Binary | 1110110 | 1 | 1110011 | 0 | 1100011 | 11 | 110110 | 100101110 | 1100010 | 10111 |
Color Harmonies of #760173
Complementary color
Monochromatic Colors of #760173
Black with #760173
Text Example
Text Example
White with #760173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #760173; }
p { color: rgb(118,1,115); }
H1.HeaderClassName
{
color: #760173;
}
.AnyTagClassName
{
color: #760173;
}
</style>
background-color css
<style>
a { background-color: #760173; }
a { background-color: rgb(118,1,115); }
div.DivClassName
{
background-color: #760173;
}
.BgClassName
{
background-color: #760173;
}
</style>
border-color css
<style>
span { border-color: #760173; }
span { border-color: rgb(118,1,115); }
td.TdClassName
{
border-color: #760173;
}
.TagClassName
{
border-color: #760173;
}
</style>