Shades of Purple #750172
Tints of Purple #750172
RGB
CMYK
RGB Variations
Color information
#750172 (or 0x750172) is known color: Purple. HEX triplet: 75, 01 and 72. RGB value is (117,1,114). Sum of RGB (Red+Green+Blue) = 117+1+114=232 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50.43% from 232); Green value is 1 (0.78% from 255 or 0.43% from 232); Blue value is 114 (44.92% from 255 or 49.14% from 232); Max value from RGB is 117 - color contains mainly: red. Hex color #750172 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #750172 is #8AFE8D. Grayscale: #303030. Windows color (decimal): -9109134 or 7471477. OLE color: 7471477.
HSL color Cylindrical-coordinate representation of color #750172: hue angle of 301.55º 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 #750172 is Cyan = 0, Magento = 0.99, Yellow = 0.03 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 1 | 114 | - |
| CMYK | 0 | 0.99 | 0.03 | 0.54 |
| HSL | 301.55º | 0.98% | 0.23% | - |
| HSV(B) | 301.55º | 0.99% | 0.46% | - |
| XYZ | 10.38 | 5.02 | 16.34 | - |
| YUV | 48.57 | 164.93 | 176.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 1 | 114 | 0 | 0.99 | 0.03 | 0.54 | 301.55 | 0.98 | 0.23 |
| Hex | 75 | 1 | 72 | 0 | 63 | 3 | 36 | 12E | 62 | 17 |
| Octal | 165 | 1 | 162 | 0 | 143 | 3 | 66 | 456 | 142 | 27 |
| Binary | 1110101 | 1 | 1110010 | 0 | 1100011 | 11 | 110110 | 100101110 | 1100010 | 10111 |
Color Harmonies of #750172
Complementary color
Monochromatic Colors of #750172
Black with #750172
Text Example
Text Example
White with #750172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #750172; }
p { color: rgb(117,1,114); }
H1.HeaderClassName
{
color: #750172;
}
.AnyTagClassName
{
color: #750172;
}
</style>
background-color css
<style>
a { background-color: #750172; }
a { background-color: rgb(117,1,114); }
div.DivClassName
{
background-color: #750172;
}
.BgClassName
{
background-color: #750172;
}
</style>
border-color css
<style>
span { border-color: #750172; }
span { border-color: rgb(117,1,114); }
td.TdClassName
{
border-color: #750172;
}
.TagClassName
{
border-color: #750172;
}
</style>