Shades of Purple #750391
Tints of Purple #750391
RGB
CMYK
RGB Variations
Color information
#750391 (or 0x750391) is known color: Purple. HEX triplet: 75, 03 and 91. RGB value is (117,3,145). Sum of RGB (Red+Green+Blue) = 117+3+145=265 (35% of max value = 765). Red value is 117 (46.09% from 255 or 44.15% from 265); Green value is 3 (1.56% from 255 or 1.13% from 265); Blue value is 145 (57.03% from 255 or 54.72% from 265); Max value from RGB is 145 - color contains mainly: blue. Hex color #750391 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #750391 is #8AFC6E. Grayscale: #343434. Windows color (decimal): -9108591 or 9503605. OLE color: 9503605.
HSL color Cylindrical-coordinate representation of color #750391: hue angle of 288.17º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #750391 is Cyan = 0.19, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 117 | 3 | 145 | - |
| CMYK | 0.19 | 0.98 | 0 | 0.43 |
| HSL | 288.17º | 0.96% | 0.29% | - |
| HSV(B) | 288.17º | 0.98% | 0.57% | - |
| XYZ | 12.48 | 5.89 | 27.27 | - |
| YUV | 53.27 | 179.77 | 173.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 3 | 145 | 0.19 | 0.98 | 0 | 0.43 | 288.17 | 0.96 | 0.29 |
| Hex | 75 | 3 | 91 | 13 | 62 | 0 | 2B | 120 | 60 | 1D |
| Octal | 165 | 3 | 221 | 23 | 142 | 0 | 53 | 440 | 140 | 35 |
| Binary | 1110101 | 11 | 10010001 | 10011 | 1100010 | 0 | 101011 | 100100000 | 1100000 | 11101 |
Color Harmonies of #750391
Complementary color
Monochromatic Colors of #750391
Black with #750391
Text Example
Text Example
White with #750391
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #750391; }
p { color: rgb(117,3,145); }
H1.HeaderClassName
{
color: #750391;
}
.AnyTagClassName
{
color: #750391;
}
</style>
background-color css
<style>
a { background-color: #750391; }
a { background-color: rgb(117,3,145); }
div.DivClassName
{
background-color: #750391;
}
.BgClassName
{
background-color: #750391;
}
</style>
border-color css
<style>
span { border-color: #750391; }
span { border-color: rgb(117,3,145); }
td.TdClassName
{
border-color: #750391;
}
.TagClassName
{
border-color: #750391;
}
</style>