Shades of Purple #751784
Tints of Purple #751784
RGB
CMYK
RGB Variations
Color information
#751784 (or 0x751784) is known color: Purple. HEX triplet: 75, 17 and 84. RGB value is (117,23,132). Sum of RGB (Red+Green+Blue) = 117+23+132=272 (36% of max value = 765). Red value is 117 (46.09% from 255 or 43.01% from 272); Green value is 23 (9.38% from 255 or 8.46% from 272); Blue value is 132 (51.95% from 255 or 48.53% from 272); Max value from RGB is 132 - color contains mainly: blue. Hex color #751784 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #751784 is #8AE87B. Grayscale: #3F3F3F. Windows color (decimal): -9103484 or 8656757. OLE color: 8656757.
HSL color Cylindrical-coordinate representation of color #751784: hue angle of 291.74º degrees, saturation: 0.7, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #751784 is Cyan = 0.11, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 117 | 23 | 132 | - |
| CMYK | 0.11 | 0.83 | 0 | 0.48 |
| HSL | 291.74º | 0.7% | 0.3% | - |
| HSV(B) | 291.74º | 0.83% | 0.52% | - |
| XYZ | 11.81 | 6.06 | 22.38 | - |
| YUV | 63.53 | 166.64 | 166.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 23 | 132 | 0.11 | 0.83 | 0 | 0.48 | 291.74 | 0.7 | 0.3 |
| Hex | 75 | 17 | 84 | B | 53 | 0 | 30 | 124 | 46 | 1E |
| Octal | 165 | 27 | 204 | 13 | 123 | 0 | 60 | 444 | 106 | 36 |
| Binary | 1110101 | 10111 | 10000100 | 1011 | 1010011 | 0 | 110000 | 100100100 | 1000110 | 11110 |
Color Harmonies of #751784
Complementary color
Monochromatic Colors of #751784
Black with #751784
Text Example
Text Example
White with #751784
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #751784; }
p { color: rgb(117,23,132); }
H1.HeaderClassName
{
color: #751784;
}
.AnyTagClassName
{
color: #751784;
}
</style>
background-color css
<style>
a { background-color: #751784; }
a { background-color: rgb(117,23,132); }
div.DivClassName
{
background-color: #751784;
}
.BgClassName
{
background-color: #751784;
}
</style>
border-color css
<style>
span { border-color: #751784; }
span { border-color: rgb(117,23,132); }
td.TdClassName
{
border-color: #751784;
}
.TagClassName
{
border-color: #751784;
}
</style>