Shades of Purple #750082
Tints of Purple #750082
RGB
CMYK
RGB Variations
Color information
#750082 (or 0x750082) is known color: Purple. HEX triplet: 75, 00 and 82. RGB value is (117,0,130). Sum of RGB (Red+Green+Blue) = 117+0+130=247 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.37% from 247); Green value is 0 (0.39% from 255 or 0% from 247); Blue value is 130 (51.17% from 255 or 52.63% from 247); Max value from RGB is 130 - color contains mainly: blue. Hex color #750082 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #750082 is #8AFF7D. Grayscale: #313131. Windows color (decimal): -9109374 or 8519797. OLE color: 8519797.
HSL color Cylindrical-coordinate representation of color #750082: hue angle of 294º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #750082 is Cyan = 0.1, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 117 | 0 | 130 | - |
| CMYK | 0.1 | 1 | 0 | 0.49 |
| HSL | 294º | 1% | 0.25% | - |
| HSV(B) | 294º | 1% | 0.51% | - |
| XYZ | 11.37 | 5.39 | 21.56 | - |
| YUV | 49.8 | 173.26 | 175.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 0 | 130 | 0.1 | 1 | 0 | 0.49 | 294 | 1 | 0.25 |
| Hex | 75 | 0 | 82 | A | 64 | 0 | 31 | 126 | 64 | 19 |
| Octal | 165 | 0 | 202 | 12 | 144 | 0 | 61 | 446 | 144 | 31 |
| Binary | 1110101 | 0 | 10000010 | 1010 | 1100100 | 0 | 110001 | 100100110 | 1100100 | 11001 |
Color Harmonies of #750082
Complementary color
Monochromatic Colors of #750082
Black with #750082
Text Example
Text Example
White with #750082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #750082; }
p { color: rgb(117,0,130); }
H1.HeaderClassName
{
color: #750082;
}
.AnyTagClassName
{
color: #750082;
}
</style>
background-color css
<style>
a { background-color: #750082; }
a { background-color: rgb(117,0,130); }
div.DivClassName
{
background-color: #750082;
}
.BgClassName
{
background-color: #750082;
}
</style>
border-color css
<style>
span { border-color: #750082; }
span { border-color: rgb(117,0,130); }
td.TdClassName
{
border-color: #750082;
}
.TagClassName
{
border-color: #750082;
}
</style>