Shades of Purple #750D84
Tints of Purple #750D84
RGB
CMYK
RGB Variations
Color information
#750D84 (or 0x750D84) is known color: Purple. HEX triplet: 75, 0D and 84. RGB value is (117,13,132). Sum of RGB (Red+Green+Blue) = 117+13+132=262 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.66% from 262); Green value is 13 (5.47% from 255 or 4.96% from 262); Blue value is 132 (51.95% from 255 or 50.38% from 262); Max value from RGB is 132 - color contains mainly: blue. Hex color #750D84 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #750D84 is #8AF27B. Grayscale: #393939. Windows color (decimal): -9106044 or 8654197. OLE color: 8654197.
HSL color Cylindrical-coordinate representation of color #750D84: hue angle of 292.44º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #750D84 is Cyan = 0.11, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 117 | 13 | 132 | - |
| CMYK | 0.11 | 0.90 | 0 | 0.48 |
| HSL | 292.44º | 0.82% | 0.28% | - |
| HSV(B) | 292.44º | 0.9% | 0.52% | - |
| XYZ | 11.64 | 5.74 | 22.32 | - |
| YUV | 57.66 | 169.96 | 170.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 13 | 132 | 0.11 | 0.90 | 0 | 0.48 | 292.44 | 0.82 | 0.28 |
| Hex | 75 | D | 84 | B | 5A | 0 | 30 | 124 | 52 | 1C |
| Octal | 165 | 15 | 204 | 13 | 132 | 0 | 60 | 444 | 122 | 34 |
| Binary | 1110101 | 1101 | 10000100 | 1011 | 1011010 | 0 | 110000 | 100100100 | 1010010 | 11100 |
Color Harmonies of #750D84
Complementary color
Monochromatic Colors of #750D84
Black with #750D84
Text Example
Text Example
White with #750D84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #750D84; }
p { color: rgb(117,13,132); }
H1.HeaderClassName
{
color: #750D84;
}
.AnyTagClassName
{
color: #750D84;
}
</style>
background-color css
<style>
a { background-color: #750D84; }
a { background-color: rgb(117,13,132); }
div.DivClassName
{
background-color: #750D84;
}
.BgClassName
{
background-color: #750D84;
}
</style>
border-color css
<style>
span { border-color: #750D84; }
span { border-color: rgb(117,13,132); }
td.TdClassName
{
border-color: #750D84;
}
.TagClassName
{
border-color: #750D84;
}
</style>