Shades of Purple #75118A
Tints of Purple #75118A
RGB
CMYK
RGB Variations
Color information
#75118A (or 0x75118A) is known color: Purple. HEX triplet: 75, 11 and 8A. RGB value is (117,17,138). Sum of RGB (Red+Green+Blue) = 117+17+138=272 (36% of max value = 765). Red value is 117 (46.09% from 255 or 43.01% from 272); Green value is 17 (7.03% from 255 or 6.25% from 272); Blue value is 138 (54.30% from 255 or 50.74% from 272); Max value from RGB is 138 - color contains mainly: blue. Hex color #75118A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #75118A is #8AEE75. Grayscale: #3C3C3C. Windows color (decimal): -9105014 or 9048437. OLE color: 9048437.
HSL color Cylindrical-coordinate representation of color #75118A: hue angle of 289.59º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #75118A is Cyan = 0.15, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 117 | 17 | 138 | - |
| CMYK | 0.15 | 0.88 | 0 | 0.46 |
| HSL | 289.59º | 0.78% | 0.3% | - |
| HSV(B) | 289.59º | 0.88% | 0.54% | - |
| XYZ | 12.12 | 6.02 | 24.57 | - |
| YUV | 60.69 | 171.63 | 168.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 17 | 138 | 0.15 | 0.88 | 0 | 0.46 | 289.59 | 0.78 | 0.3 |
| Hex | 75 | 11 | 8A | F | 58 | 0 | 2E | 122 | 4E | 1E |
| Octal | 165 | 21 | 212 | 17 | 130 | 0 | 56 | 442 | 116 | 36 |
| Binary | 1110101 | 10001 | 10001010 | 1111 | 1011000 | 0 | 101110 | 100100010 | 1001110 | 11110 |
Color Harmonies of #75118A
Complementary color
Monochromatic Colors of #75118A
Black with #75118A
Text Example
Text Example
White with #75118A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75118A; }
p { color: rgb(117,17,138); }
H1.HeaderClassName
{
color: #75118A;
}
.AnyTagClassName
{
color: #75118A;
}
</style>
background-color css
<style>
a { background-color: #75118A; }
a { background-color: rgb(117,17,138); }
div.DivClassName
{
background-color: #75118A;
}
.BgClassName
{
background-color: #75118A;
}
</style>
border-color css
<style>
span { border-color: #75118A; }
span { border-color: rgb(117,17,138); }
td.TdClassName
{
border-color: #75118A;
}
.TagClassName
{
border-color: #75118A;
}
</style>