Shades of Purple #751886
Tints of Purple #751886
RGB
CMYK
RGB Variations
Color information
#751886 (or 0x751886) is known color: Purple. HEX triplet: 75, 18 and 86. RGB value is (117,24,134). Sum of RGB (Red+Green+Blue) = 117+24+134=275 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.55% from 275); Green value is 24 (9.77% from 255 or 8.73% from 275); Blue value is 134 (52.73% from 255 or 48.73% from 275); Max value from RGB is 134 - color contains mainly: blue. Hex color #751886 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #751886 is #8AE779. Grayscale: #404040. Windows color (decimal): -9103226 or 8788085. OLE color: 8788085.
HSL color Cylindrical-coordinate representation of color #751886: hue angle of 290.73º degrees, saturation: 0.7, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #751886 is Cyan = 0.13, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 117 | 24 | 134 | - |
| CMYK | 0.13 | 0.82 | 0 | 0.47 |
| HSL | 290.73º | 0.7% | 0.31% | - |
| HSV(B) | 290.73º | 0.82% | 0.53% | - |
| XYZ | 11.97 | 6.16 | 23.11 | - |
| YUV | 64.35 | 167.31 | 165.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 24 | 134 | 0.13 | 0.82 | 0 | 0.47 | 290.73 | 0.7 | 0.31 |
| Hex | 75 | 18 | 86 | D | 52 | 0 | 2F | 123 | 46 | 1F |
| Octal | 165 | 30 | 206 | 15 | 122 | 0 | 57 | 443 | 106 | 37 |
| Binary | 1110101 | 11000 | 10000110 | 1101 | 1010010 | 0 | 101111 | 100100011 | 1000110 | 11111 |
Color Harmonies of #751886
Complementary color
Monochromatic Colors of #751886
Black with #751886
Text Example
Text Example
White with #751886
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #751886; }
p { color: rgb(117,24,134); }
H1.HeaderClassName
{
color: #751886;
}
.AnyTagClassName
{
color: #751886;
}
</style>
background-color css
<style>
a { background-color: #751886; }
a { background-color: rgb(117,24,134); }
div.DivClassName
{
background-color: #751886;
}
.BgClassName
{
background-color: #751886;
}
</style>
border-color css
<style>
span { border-color: #751886; }
span { border-color: rgb(117,24,134); }
td.TdClassName
{
border-color: #751886;
}
.TagClassName
{
border-color: #751886;
}
</style>