Shades of Purple #75127C
Tints of Purple #75127C
RGB
CMYK
RGB Variations
Color information
#75127C (or 0x75127C) is known color: Purple. HEX triplet: 75, 12 and 7C. RGB value is (117,18,124). Sum of RGB (Red+Green+Blue) = 117+18+124=259 (34% of max value = 765). Red value is 117 (46.09% from 255 or 45.17% from 259); Green value is 18 (7.42% from 255 or 6.95% from 259); Blue value is 124 (48.83% from 255 or 47.88% from 259); Max value from RGB is 124 - color contains mainly: blue. Hex color #75127C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #75127C is #8AED83. Grayscale: #3B3B3B. Windows color (decimal): -9104772 or 8131189. OLE color: 8131189.
HSL color Cylindrical-coordinate representation of color #75127C: hue angle of 296.04º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #75127C is Cyan = 0.06, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 117 | 18 | 124 | - |
| CMYK | 0.06 | 0.85 | 0 | 0.51 |
| HSL | 296.04º | 0.75% | 0.28% | - |
| HSV(B) | 296.04º | 0.85% | 0.49% | - |
| XYZ | 11.19 | 5.67 | 19.57 | - |
| YUV | 59.69 | 164.3 | 168.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 18 | 124 | 0.06 | 0.85 | 0 | 0.51 | 296.04 | 0.75 | 0.28 |
| Hex | 75 | 12 | 7C | 6 | 55 | 0 | 33 | 128 | 4B | 1C |
| Octal | 165 | 22 | 174 | 6 | 125 | 0 | 63 | 450 | 113 | 34 |
| Binary | 1110101 | 10010 | 1111100 | 110 | 1010101 | 0 | 110011 | 100101000 | 1001011 | 11100 |
Color Harmonies of #75127C
Complementary color
Monochromatic Colors of #75127C
Black with #75127C
Text Example
Text Example
White with #75127C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75127C; }
p { color: rgb(117,18,124); }
H1.HeaderClassName
{
color: #75127C;
}
.AnyTagClassName
{
color: #75127C;
}
</style>
background-color css
<style>
a { background-color: #75127C; }
a { background-color: rgb(117,18,124); }
div.DivClassName
{
background-color: #75127C;
}
.BgClassName
{
background-color: #75127C;
}
</style>
border-color css
<style>
span { border-color: #75127C; }
span { border-color: rgb(117,18,124); }
td.TdClassName
{
border-color: #75127C;
}
.TagClassName
{
border-color: #75127C;
}
</style>