Shades of Purple #751A81
Tints of Purple #751A81
RGB
CMYK
RGB Variations
Color information
#751A81 (or 0x751A81) is known color: Purple. HEX triplet: 75, 1A and 81. RGB value is (117,26,129). Sum of RGB (Red+Green+Blue) = 117+26+129=272 (36% of max value = 765). Red value is 117 (46.09% from 255 or 43.01% from 272); Green value is 26 (10.55% from 255 or 9.56% from 272); Blue value is 129 (50.78% from 255 or 47.43% from 272); Max value from RGB is 129 - color contains mainly: blue. Hex color #751A81 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #751A81 is #8AE57E. Grayscale: #404040. Windows color (decimal): -9102719 or 8460917. OLE color: 8460917.
HSL color Cylindrical-coordinate representation of color #751A81: hue angle of 293.01º degrees, saturation: 0.66, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #751A81 is Cyan = 0.09, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 117 | 26 | 129 | - |
| CMYK | 0.09 | 0.80 | 0 | 0.49 |
| HSL | 293.01º | 0.66% | 0.3% | - |
| HSV(B) | 293.01º | 0.8% | 0.51% | - |
| XYZ | 11.67 | 6.11 | 21.33 | - |
| YUV | 64.95 | 164.15 | 165.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 26 | 129 | 0.09 | 0.80 | 0 | 0.49 | 293.01 | 0.66 | 0.3 |
| Hex | 75 | 1A | 81 | 9 | 50 | 0 | 31 | 125 | 42 | 1E |
| Octal | 165 | 32 | 201 | 11 | 120 | 0 | 61 | 445 | 102 | 36 |
| Binary | 1110101 | 11010 | 10000001 | 1001 | 1010000 | 0 | 110001 | 100100101 | 1000010 | 11110 |
Color Harmonies of #751A81
Complementary color
Monochromatic Colors of #751A81
Black with #751A81
Text Example
Text Example
White with #751A81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #751A81; }
p { color: rgb(117,26,129); }
H1.HeaderClassName
{
color: #751A81;
}
.AnyTagClassName
{
color: #751A81;
}
</style>
background-color css
<style>
a { background-color: #751A81; }
a { background-color: rgb(117,26,129); }
div.DivClassName
{
background-color: #751A81;
}
.BgClassName
{
background-color: #751A81;
}
</style>
border-color css
<style>
span { border-color: #751A81; }
span { border-color: rgb(117,26,129); }
td.TdClassName
{
border-color: #751A81;
}
.TagClassName
{
border-color: #751A81;
}
</style>