Shades of Purple #751179
Tints of Purple #751179
RGB
CMYK
RGB Variations
Color information
#751179 (or 0x751179) is known color: Purple. HEX triplet: 75, 11 and 79. RGB value is (117,17,121). Sum of RGB (Red+Green+Blue) = 117+17+121=255 (33% of max value = 765). Red value is 117 (46.09% from 255 or 45.88% from 255); Green value is 17 (7.03% from 255 or 6.67% from 255); Blue value is 121 (47.66% from 255 or 47.45% from 255); Max value from RGB is 121 - color contains mainly: blue. Hex color #751179 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #751179 is #8AEE86. Grayscale: #3A3A3A. Windows color (decimal): -9105031 or 7934325. OLE color: 7934325.
HSL color Cylindrical-coordinate representation of color #751179: hue angle of 297.69º degrees, saturation: 0.75, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #751179 is Cyan = 0.03, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 117 | 17 | 121 | - |
| CMYK | 0.03 | 0.86 | 0 | 0.53 |
| HSL | 297.69º | 0.75% | 0.27% | - |
| HSV(B) | 297.69º | 0.86% | 0.47% | - |
| XYZ | 10.99 | 5.56 | 18.58 | - |
| YUV | 58.76 | 163.13 | 169.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 17 | 121 | 0.03 | 0.86 | 0 | 0.53 | 297.69 | 0.75 | 0.27 |
| Hex | 75 | 11 | 79 | 3 | 56 | 0 | 35 | 12A | 4B | 1B |
| Octal | 165 | 21 | 171 | 3 | 126 | 0 | 65 | 452 | 113 | 33 |
| Binary | 1110101 | 10001 | 1111001 | 11 | 1010110 | 0 | 110101 | 100101010 | 1001011 | 11011 |
Color Harmonies of #751179
Complementary color
Monochromatic Colors of #751179
Black with #751179
Text Example
Text Example
White with #751179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #751179; }
p { color: rgb(117,17,121); }
H1.HeaderClassName
{
color: #751179;
}
.AnyTagClassName
{
color: #751179;
}
</style>
background-color css
<style>
a { background-color: #751179; }
a { background-color: rgb(117,17,121); }
div.DivClassName
{
background-color: #751179;
}
.BgClassName
{
background-color: #751179;
}
</style>
border-color css
<style>
span { border-color: #751179; }
span { border-color: rgb(117,17,121); }
td.TdClassName
{
border-color: #751179;
}
.TagClassName
{
border-color: #751179;
}
</style>