Shades of Purple #751A86
Tints of Purple #751A86
RGB
CMYK
RGB Variations
Color information
#751A86 (or 0x751A86) is known color: Purple. HEX triplet: 75, 1A and 86. RGB value is (117,26,134). Sum of RGB (Red+Green+Blue) = 117+26+134=277 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.24% from 277); Green value is 26 (10.55% from 255 or 9.39% from 277); Blue value is 134 (52.73% from 255 or 48.38% from 277); Max value from RGB is 134 - color contains mainly: blue. Hex color #751A86 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #751A86 is #8AE579. Grayscale: #414141. Windows color (decimal): -9102714 or 8788597. OLE color: 8788597.
HSL color Cylindrical-coordinate representation of color #751A86: hue angle of 290.56º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #751A86 is Cyan = 0.13, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 117 | 26 | 134 | - |
| CMYK | 0.13 | 0.81 | 0 | 0.47 |
| HSL | 290.56º | 0.68% | 0.31% | - |
| HSV(B) | 290.56º | 0.81% | 0.53% | - |
| XYZ | 12.01 | 6.24 | 23.13 | - |
| YUV | 65.52 | 166.65 | 164.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 26 | 134 | 0.13 | 0.81 | 0 | 0.47 | 290.56 | 0.68 | 0.31 |
| Hex | 75 | 1A | 86 | D | 51 | 0 | 2F | 123 | 44 | 1F |
| Octal | 165 | 32 | 206 | 15 | 121 | 0 | 57 | 443 | 104 | 37 |
| Binary | 1110101 | 11010 | 10000110 | 1101 | 1010001 | 0 | 101111 | 100100011 | 1000100 | 11111 |
Color Harmonies of #751A86
Complementary color
Monochromatic Colors of #751A86
Black with #751A86
Text Example
Text Example
White with #751A86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #751A86; }
p { color: rgb(117,26,134); }
H1.HeaderClassName
{
color: #751A86;
}
.AnyTagClassName
{
color: #751A86;
}
</style>
background-color css
<style>
a { background-color: #751A86; }
a { background-color: rgb(117,26,134); }
div.DivClassName
{
background-color: #751A86;
}
.BgClassName
{
background-color: #751A86;
}
</style>
border-color css
<style>
span { border-color: #751A86; }
span { border-color: rgb(117,26,134); }
td.TdClassName
{
border-color: #751A86;
}
.TagClassName
{
border-color: #751A86;
}
</style>