Shades of Purple #750161
Tints of Purple #750161
RGB
CMYK
RGB Variations
Color information
#750161 (or 0x750161) is known color: Purple. HEX triplet: 75, 01 and 61. RGB value is (117,1,97). Sum of RGB (Red+Green+Blue) = 117+1+97=215 (28% of max value = 765). Red value is 117 (46.09% from 255 or 54.42% from 215); Green value is 1 (0.78% from 255 or 0.47% from 215); Blue value is 97 (38.28% from 255 or 45.12% from 215); Max value from RGB is 117 - color contains mainly: red. Hex color #750161 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #750161 is #8AFE9E. Grayscale: #2E2E2E. Windows color (decimal): -9109151 or 6357365. OLE color: 6357365.
HSL color Cylindrical-coordinate representation of color #750161: hue angle of 310.34º 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 #750161 is Cyan = 0, Magento = 0.99, Yellow = 0.17 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 1 | 97 | - |
| CMYK | 0 | 0.99 | 0.17 | 0.54 |
| HSL | 310.34º | 0.98% | 0.23% | - |
| HSV(B) | 310.34º | 0.99% | 0.46% | - |
| XYZ | 9.5 | 4.67 | 11.71 | - |
| YUV | 46.63 | 156.43 | 178.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 1 | 97 | 0 | 0.99 | 0.17 | 0.54 | 310.34 | 0.98 | 0.23 |
| Hex | 75 | 1 | 61 | 0 | 63 | 11 | 36 | 136 | 62 | 17 |
| Octal | 165 | 1 | 141 | 0 | 143 | 21 | 66 | 466 | 142 | 27 |
| Binary | 1110101 | 1 | 1100001 | 0 | 1100011 | 10001 | 110110 | 100110110 | 1100010 | 10111 |
Color Harmonies of #750161
Complementary color
Monochromatic Colors of #750161
Black with #750161
Text Example
Text Example
White with #750161
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #750161; }
p { color: rgb(117,1,97); }
H1.HeaderClassName
{
color: #750161;
}
.AnyTagClassName
{
color: #750161;
}
</style>
background-color css
<style>
a { background-color: #750161; }
a { background-color: rgb(117,1,97); }
div.DivClassName
{
background-color: #750161;
}
.BgClassName
{
background-color: #750161;
}
</style>
border-color css
<style>
span { border-color: #750161; }
span { border-color: rgb(117,1,97); }
td.TdClassName
{
border-color: #750161;
}
.TagClassName
{
border-color: #750161;
}
</style>