Shades of Purple #750176
Tints of Purple #750176
RGB
CMYK
RGB Variations
Color information
#750176 (or 0x750176) is known color: Purple. HEX triplet: 75, 01 and 76. RGB value is (117,1,118). Sum of RGB (Red+Green+Blue) = 117+1+118=236 (31% of max value = 765). Red value is 117 (46.09% from 255 or 49.58% from 236); Green value is 1 (0.78% from 255 or 0.42% from 236); Blue value is 118 (46.48% from 255 or 50% from 236); Max value from RGB is 118 - color contains mainly: blue. Hex color #750176 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #750176 is #8AFE89. Grayscale: #303030. Windows color (decimal): -9109130 or 7733621. OLE color: 7733621.
HSL color Cylindrical-coordinate representation of color #750176: hue angle of 299.49º 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 #750176 is Cyan = 0.01, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 1 | 118 | - |
| CMYK | 0.01 | 0.99 | 0 | 0.54 |
| HSL | 299.49º | 0.98% | 0.23% | - |
| HSV(B) | 299.49º | 0.99% | 0.46% | - |
| XYZ | 10.62 | 5.11 | 17.57 | - |
| YUV | 49.02 | 166.93 | 176.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 1 | 118 | 0.01 | 0.99 | 0 | 0.54 | 299.49 | 0.98 | 0.23 |
| Hex | 75 | 1 | 76 | 1 | 63 | 0 | 36 | 12B | 62 | 17 |
| Octal | 165 | 1 | 166 | 1 | 143 | 0 | 66 | 453 | 142 | 27 |
| Binary | 1110101 | 1 | 1110110 | 1 | 1100011 | 0 | 110110 | 100101011 | 1100010 | 10111 |
Color Harmonies of #750176
Complementary color
Monochromatic Colors of #750176
Black with #750176
Text Example
Text Example
White with #750176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #750176; }
p { color: rgb(117,1,118); }
H1.HeaderClassName
{
color: #750176;
}
.AnyTagClassName
{
color: #750176;
}
</style>
background-color css
<style>
a { background-color: #750176; }
a { background-color: rgb(117,1,118); }
div.DivClassName
{
background-color: #750176;
}
.BgClassName
{
background-color: #750176;
}
</style>
border-color css
<style>
span { border-color: #750176; }
span { border-color: rgb(117,1,118); }
td.TdClassName
{
border-color: #750176;
}
.TagClassName
{
border-color: #750176;
}
</style>