Shades of Purple #751387
Tints of Purple #751387
RGB
CMYK
RGB Variations
Color information
#751387 (or 0x751387) is known color: Purple. HEX triplet: 75, 13 and 87. RGB value is (117,19,135). Sum of RGB (Red+Green+Blue) = 117+19+135=271 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.17% from 271); Green value is 19 (7.81% from 255 or 7.01% from 271); Blue value is 135 (53.12% from 255 or 49.82% from 271); Max value from RGB is 135 - color contains mainly: blue. Hex color #751387 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #751387 is #8AEC78. Grayscale: #3D3D3D. Windows color (decimal): -9104505 or 8852341. OLE color: 8852341.
HSL color Cylindrical-coordinate representation of color #751387: hue angle of 290.69º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #751387 is Cyan = 0.13, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 117 | 19 | 135 | - |
| CMYK | 0.13 | 0.86 | 0 | 0.47 |
| HSL | 290.69º | 0.75% | 0.3% | - |
| HSV(B) | 290.69º | 0.86% | 0.53% | - |
| XYZ | 11.94 | 6 | 23.45 | - |
| YUV | 61.53 | 169.47 | 167.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 19 | 135 | 0.13 | 0.86 | 0 | 0.47 | 290.69 | 0.75 | 0.3 |
| Hex | 75 | 13 | 87 | D | 56 | 0 | 2F | 123 | 4B | 1E |
| Octal | 165 | 23 | 207 | 15 | 126 | 0 | 57 | 443 | 113 | 36 |
| Binary | 1110101 | 10011 | 10000111 | 1101 | 1010110 | 0 | 101111 | 100100011 | 1001011 | 11110 |
Color Harmonies of #751387
Complementary color
Monochromatic Colors of #751387
Black with #751387
Text Example
Text Example
White with #751387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #751387; }
p { color: rgb(117,19,135); }
H1.HeaderClassName
{
color: #751387;
}
.AnyTagClassName
{
color: #751387;
}
</style>
background-color css
<style>
a { background-color: #751387; }
a { background-color: rgb(117,19,135); }
div.DivClassName
{
background-color: #751387;
}
.BgClassName
{
background-color: #751387;
}
</style>
border-color css
<style>
span { border-color: #751387; }
span { border-color: rgb(117,19,135); }
td.TdClassName
{
border-color: #751387;
}
.TagClassName
{
border-color: #751387;
}
</style>