Shades of Purple #750171
Tints of Purple #750171
RGB
CMYK
RGB Variations
Color information
#750171 (or 0x750171) is known color: Purple. HEX triplet: 75, 01 and 71. RGB value is (117,1,113). Sum of RGB (Red+Green+Blue) = 117+1+113=231 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50.65% from 231); Green value is 1 (0.78% from 255 or 0.43% from 231); Blue value is 113 (44.53% from 255 or 48.92% from 231); Max value from RGB is 117 - color contains mainly: red. Hex color #750171 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #750171 is #8AFE8E. Grayscale: #303030. Windows color (decimal): -9109135 or 7405941. OLE color: 7405941.
HSL color Cylindrical-coordinate representation of color #750171: hue angle of 302.07º 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 #750171 is Cyan = 0, Magento = 0.99, Yellow = 0.03 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 1 | 113 | - |
| CMYK | 0 | 0.99 | 0.03 | 0.54 |
| HSL | 302.07º | 0.98% | 0.23% | - |
| HSV(B) | 302.07º | 0.99% | 0.46% | - |
| XYZ | 10.33 | 5 | 16.04 | - |
| YUV | 48.45 | 164.43 | 176.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 1 | 113 | 0 | 0.99 | 0.03 | 0.54 | 302.07 | 0.98 | 0.23 |
| Hex | 75 | 1 | 71 | 0 | 63 | 3 | 36 | 12E | 62 | 17 |
| Octal | 165 | 1 | 161 | 0 | 143 | 3 | 66 | 456 | 142 | 27 |
| Binary | 1110101 | 1 | 1110001 | 0 | 1100011 | 11 | 110110 | 100101110 | 1100010 | 10111 |
Color Harmonies of #750171
Complementary color
Monochromatic Colors of #750171
Black with #750171
Text Example
Text Example
White with #750171
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #750171; }
p { color: rgb(117,1,113); }
H1.HeaderClassName
{
color: #750171;
}
.AnyTagClassName
{
color: #750171;
}
</style>
background-color css
<style>
a { background-color: #750171; }
a { background-color: rgb(117,1,113); }
div.DivClassName
{
background-color: #750171;
}
.BgClassName
{
background-color: #750171;
}
</style>
border-color css
<style>
span { border-color: #750171; }
span { border-color: rgb(117,1,113); }
td.TdClassName
{
border-color: #750171;
}
.TagClassName
{
border-color: #750171;
}
</style>