Shades of Purple #75096D
Tints of Purple #75096D
RGB
CMYK
RGB Variations
Color information
#75096D (or 0x75096D) is known color: Purple. HEX triplet: 75, 09 and 6D. RGB value is (117,9,109). Sum of RGB (Red+Green+Blue) = 117+9+109=235 (31% of max value = 765). Red value is 117 (46.09% from 255 or 49.79% from 235); Green value is 9 (3.91% from 255 or 3.83% from 235); Blue value is 109 (42.97% from 255 or 46.38% from 235); Max value from RGB is 117 - color contains mainly: red. Hex color #75096D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #75096D is #8AF692. Grayscale: #343434. Windows color (decimal): -9107091 or 7145845. OLE color: 7145845.
HSL color Cylindrical-coordinate representation of color #75096D: hue angle of 304.44º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #75096D is Cyan = 0, Magento = 0.92, Yellow = 0.07 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 9 | 109 | - |
| CMYK | 0 | 0.92 | 0.07 | 0.54 |
| HSL | 304.44º | 0.86% | 0.25% | - |
| HSV(B) | 304.44º | 0.92% | 0.46% | - |
| XYZ | 10.19 | 5.08 | 14.91 | - |
| YUV | 52.69 | 159.78 | 173.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 9 | 109 | 0 | 0.92 | 0.07 | 0.54 | 304.44 | 0.86 | 0.25 |
| Hex | 75 | 9 | 6D | 0 | 5C | 7 | 36 | 130 | 56 | 19 |
| Octal | 165 | 11 | 155 | 0 | 134 | 7 | 66 | 460 | 126 | 31 |
| Binary | 1110101 | 1001 | 1101101 | 0 | 1011100 | 111 | 110110 | 100110000 | 1010110 | 11001 |
Color Harmonies of #75096D
Complementary color
Monochromatic Colors of #75096D
Black with #75096D
Text Example
Text Example
White with #75096D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75096D; }
p { color: rgb(117,9,109); }
H1.HeaderClassName
{
color: #75096D;
}
.AnyTagClassName
{
color: #75096D;
}
</style>
background-color css
<style>
a { background-color: #75096D; }
a { background-color: rgb(117,9,109); }
div.DivClassName
{
background-color: #75096D;
}
.BgClassName
{
background-color: #75096D;
}
</style>
border-color css
<style>
span { border-color: #75096D; }
span { border-color: rgb(117,9,109); }
td.TdClassName
{
border-color: #75096D;
}
.TagClassName
{
border-color: #75096D;
}
</style>