Shades of Purple #750588
Tints of Purple #750588
RGB
CMYK
RGB Variations
Color information
#750588 (or 0x750588) is known color: Purple. HEX triplet: 75, 05 and 88. RGB value is (117,5,136). Sum of RGB (Red+Green+Blue) = 117+5+136=258 (34% of max value = 765). Red value is 117 (46.09% from 255 or 45.35% from 258); Green value is 5 (2.34% from 255 or 1.94% from 258); Blue value is 136 (53.52% from 255 or 52.71% from 258); Max value from RGB is 136 - color contains mainly: blue. Hex color #750588 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #750588 is #8AFA77. Grayscale: #353535. Windows color (decimal): -9108088 or 8914293. OLE color: 8914293.
HSL color Cylindrical-coordinate representation of color #750588: hue angle of 291.3º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #750588 is Cyan = 0.14, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 117 | 5 | 136 | - |
| CMYK | 0.14 | 0.96 | 0 | 0.47 |
| HSL | 291.3º | 0.93% | 0.28% | - |
| HSV(B) | 291.3º | 0.96% | 0.53% | - |
| XYZ | 11.83 | 5.67 | 23.76 | - |
| YUV | 53.42 | 174.61 | 173.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 5 | 136 | 0.14 | 0.96 | 0 | 0.47 | 291.3 | 0.93 | 0.28 |
| Hex | 75 | 5 | 88 | E | 60 | 0 | 2F | 123 | 5D | 1C |
| Octal | 165 | 5 | 210 | 16 | 140 | 0 | 57 | 443 | 135 | 34 |
| Binary | 1110101 | 101 | 10001000 | 1110 | 1100000 | 0 | 101111 | 100100011 | 1011101 | 11100 |
Color Harmonies of #750588
Complementary color
Monochromatic Colors of #750588
Black with #750588
Text Example
Text Example
White with #750588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #750588; }
p { color: rgb(117,5,136); }
H1.HeaderClassName
{
color: #750588;
}
.AnyTagClassName
{
color: #750588;
}
</style>
background-color css
<style>
a { background-color: #750588; }
a { background-color: rgb(117,5,136); }
div.DivClassName
{
background-color: #750588;
}
.BgClassName
{
background-color: #750588;
}
</style>
border-color css
<style>
span { border-color: #750588; }
span { border-color: rgb(117,5,136); }
td.TdClassName
{
border-color: #750588;
}
.TagClassName
{
border-color: #750588;
}
</style>