Shades of Purple #750593
Tints of Purple #750593
RGB
CMYK
RGB Variations
Color information
#750593 (or 0x750593) is known color: Purple. HEX triplet: 75, 05 and 93. RGB value is (117,5,147). Sum of RGB (Red+Green+Blue) = 117+5+147=269 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.49% from 269); Green value is 5 (2.34% from 255 or 1.86% from 269); Blue value is 147 (57.81% from 255 or 54.65% from 269); Max value from RGB is 147 - color contains mainly: blue. Hex color #750593 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #750593 is #8AFA6C. Grayscale: #363636. Windows color (decimal): -9108077 or 9635189. OLE color: 9635189.
HSL color Cylindrical-coordinate representation of color #750593: hue angle of 287.32º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #750593 is Cyan = 0.20, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 117 | 5 | 147 | - |
| CMYK | 0.20 | 0.97 | 0 | 0.42 |
| HSL | 287.32º | 0.93% | 0.3% | - |
| HSV(B) | 287.32º | 0.97% | 0.58% | - |
| XYZ | 12.66 | 6 | 28.09 | - |
| YUV | 54.68 | 180.11 | 172.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 5 | 147 | 0.20 | 0.97 | 0 | 0.42 | 287.32 | 0.93 | 0.3 |
| Hex | 75 | 5 | 93 | 14 | 61 | 0 | 2A | 11F | 5D | 1E |
| Octal | 165 | 5 | 223 | 24 | 141 | 0 | 52 | 437 | 135 | 36 |
| Binary | 1110101 | 101 | 10010011 | 10100 | 1100001 | 0 | 101010 | 100011111 | 1011101 | 11110 |
Color Harmonies of #750593
Complementary color
Monochromatic Colors of #750593
Black with #750593
Text Example
Text Example
White with #750593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #750593; }
p { color: rgb(117,5,147); }
H1.HeaderClassName
{
color: #750593;
}
.AnyTagClassName
{
color: #750593;
}
</style>
background-color css
<style>
a { background-color: #750593; }
a { background-color: rgb(117,5,147); }
div.DivClassName
{
background-color: #750593;
}
.BgClassName
{
background-color: #750593;
}
</style>
border-color css
<style>
span { border-color: #750593; }
span { border-color: rgb(117,5,147); }
td.TdClassName
{
border-color: #750593;
}
.TagClassName
{
border-color: #750593;
}
</style>