Shades of Purple #750885
Tints of Purple #750885
RGB
CMYK
RGB Variations
Color information
#750885 (or 0x750885) is known color: Purple. HEX triplet: 75, 08 and 85. RGB value is (117,8,133). Sum of RGB (Red+Green+Blue) = 117+8+133=258 (34% of max value = 765). Red value is 117 (46.09% from 255 or 45.35% from 258); Green value is 8 (3.52% from 255 or 3.10% from 258); Blue value is 133 (52.34% from 255 or 51.55% from 258); Max value from RGB is 133 - color contains mainly: blue. Hex color #750885 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #750885 is #8AF77A. Grayscale: #363636. Windows color (decimal): -9107323 or 8718453. OLE color: 8718453.
HSL color Cylindrical-coordinate representation of color #750885: hue angle of 292.32º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #750885 is Cyan = 0.12, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 117 | 8 | 133 | - |
| CMYK | 0.12 | 0.94 | 0 | 0.48 |
| HSL | 292.32º | 0.89% | 0.28% | - |
| HSV(B) | 292.32º | 0.94% | 0.52% | - |
| XYZ | 11.66 | 5.65 | 22.67 | - |
| YUV | 54.84 | 172.11 | 172.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 8 | 133 | 0.12 | 0.94 | 0 | 0.48 | 292.32 | 0.89 | 0.28 |
| Hex | 75 | 8 | 85 | C | 5E | 0 | 30 | 124 | 59 | 1C |
| Octal | 165 | 10 | 205 | 14 | 136 | 0 | 60 | 444 | 131 | 34 |
| Binary | 1110101 | 1000 | 10000101 | 1100 | 1011110 | 0 | 110000 | 100100100 | 1011001 | 11100 |
Color Harmonies of #750885
Complementary color
Monochromatic Colors of #750885
Black with #750885
Text Example
Text Example
White with #750885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #750885; }
p { color: rgb(117,8,133); }
H1.HeaderClassName
{
color: #750885;
}
.AnyTagClassName
{
color: #750885;
}
</style>
background-color css
<style>
a { background-color: #750885; }
a { background-color: rgb(117,8,133); }
div.DivClassName
{
background-color: #750885;
}
.BgClassName
{
background-color: #750885;
}
</style>
border-color css
<style>
span { border-color: #750885; }
span { border-color: rgb(117,8,133); }
td.TdClassName
{
border-color: #750885;
}
.TagClassName
{
border-color: #750885;
}
</style>