Shades of Purple #751980
Tints of Purple #751980
RGB
CMYK
RGB Variations
Color information
#751980 (or 0x751980) is known color: Purple. HEX triplet: 75, 19 and 80. RGB value is (117,25,128). Sum of RGB (Red+Green+Blue) = 117+25+128=270 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.33% from 270); Green value is 25 (10.16% from 255 or 9.26% from 270); Blue value is 128 (50.39% from 255 or 47.41% from 270); Max value from RGB is 128 - color contains mainly: blue. Hex color #751980 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #751980 is #8AE67F. Grayscale: #3F3F3F. Windows color (decimal): -9102976 or 8395125. OLE color: 8395125.
HSL color Cylindrical-coordinate representation of color #751980: hue angle of 293.59º degrees, saturation: 0.67, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #751980 is Cyan = 0.09, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 117 | 25 | 128 | - |
| CMYK | 0.09 | 0.80 | 0 | 0.50 |
| HSL | 293.59º | 0.67% | 0.3% | - |
| HSV(B) | 293.59º | 0.8% | 0.5% | - |
| XYZ | 11.58 | 6.04 | 20.98 | - |
| YUV | 64.25 | 163.98 | 165.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 25 | 128 | 0.09 | 0.80 | 0 | 0.50 | 293.59 | 0.67 | 0.3 |
| Hex | 75 | 19 | 80 | 9 | 50 | 0 | 32 | 126 | 43 | 1E |
| Octal | 165 | 31 | 200 | 11 | 120 | 0 | 62 | 446 | 103 | 36 |
| Binary | 1110101 | 11001 | 10000000 | 1001 | 1010000 | 0 | 110010 | 100100110 | 1000011 | 11110 |
Color Harmonies of #751980
Complementary color
Monochromatic Colors of #751980
Black with #751980
Text Example
Text Example
White with #751980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #751980; }
p { color: rgb(117,25,128); }
H1.HeaderClassName
{
color: #751980;
}
.AnyTagClassName
{
color: #751980;
}
</style>
background-color css
<style>
a { background-color: #751980; }
a { background-color: rgb(117,25,128); }
div.DivClassName
{
background-color: #751980;
}
.BgClassName
{
background-color: #751980;
}
</style>
border-color css
<style>
span { border-color: #751980; }
span { border-color: rgb(117,25,128); }
td.TdClassName
{
border-color: #751980;
}
.TagClassName
{
border-color: #751980;
}
</style>