Shades of Purple #75098D
Tints of Purple #75098D
RGB
CMYK
RGB Variations
Color information
#75098D (or 0x75098D) is known color: Purple. HEX triplet: 75, 09 and 8D. RGB value is (117,9,141). Sum of RGB (Red+Green+Blue) = 117+9+141=267 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.82% from 267); Green value is 9 (3.91% from 255 or 3.37% from 267); Blue value is 141 (55.47% from 255 or 52.81% from 267); Max value from RGB is 141 - color contains mainly: blue. Hex color #75098D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #75098D is #8AF672. Grayscale: #373737. Windows color (decimal): -9107059 or 9242997. OLE color: 9242997.
HSL color Cylindrical-coordinate representation of color #75098D: hue angle of 289.09º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #75098D is Cyan = 0.17, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 117 | 9 | 141 | - |
| CMYK | 0.17 | 0.94 | 0 | 0.45 |
| HSL | 289.09º | 0.88% | 0.29% | - |
| HSV(B) | 289.09º | 0.94% | 0.55% | - |
| XYZ | 12.24 | 5.9 | 25.69 | - |
| YUV | 56.34 | 175.78 | 171.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 9 | 141 | 0.17 | 0.94 | 0 | 0.45 | 289.09 | 0.88 | 0.29 |
| Hex | 75 | 9 | 8D | 11 | 5E | 0 | 2D | 121 | 58 | 1D |
| Octal | 165 | 11 | 215 | 21 | 136 | 0 | 55 | 441 | 130 | 35 |
| Binary | 1110101 | 1001 | 10001101 | 10001 | 1011110 | 0 | 101101 | 100100001 | 1011000 | 11101 |
Color Harmonies of #75098D
Complementary color
Monochromatic Colors of #75098D
Black with #75098D
Text Example
Text Example
White with #75098D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75098D; }
p { color: rgb(117,9,141); }
H1.HeaderClassName
{
color: #75098D;
}
.AnyTagClassName
{
color: #75098D;
}
</style>
background-color css
<style>
a { background-color: #75098D; }
a { background-color: rgb(117,9,141); }
div.DivClassName
{
background-color: #75098D;
}
.BgClassName
{
background-color: #75098D;
}
</style>
border-color css
<style>
span { border-color: #75098D; }
span { border-color: rgb(117,9,141); }
td.TdClassName
{
border-color: #75098D;
}
.TagClassName
{
border-color: #75098D;
}
</style>