Shades of Purple #75177C
Tints of Purple #75177C
RGB
CMYK
RGB Variations
Color information
#75177C (or 0x75177C) is known color: Purple. HEX triplet: 75, 17 and 7C. RGB value is (117,23,124). Sum of RGB (Red+Green+Blue) = 117+23+124=264 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.32% from 264); Green value is 23 (9.38% from 255 or 8.71% from 264); Blue value is 124 (48.83% from 255 or 46.97% from 264); Max value from RGB is 124 - color contains mainly: blue. Hex color #75177C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #75177C is #8AE883. Grayscale: #3E3E3E. Windows color (decimal): -9103492 or 8132469. OLE color: 8132469.
HSL color Cylindrical-coordinate representation of color #75177C: hue angle of 295.84º degrees, saturation: 0.69, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #75177C is Cyan = 0.06, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 117 | 23 | 124 | - |
| CMYK | 0.06 | 0.81 | 0 | 0.51 |
| HSL | 295.84º | 0.69% | 0.29% | - |
| HSV(B) | 295.84º | 0.81% | 0.49% | - |
| XYZ | 11.28 | 5.85 | 19.6 | - |
| YUV | 62.62 | 162.64 | 166.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 23 | 124 | 0.06 | 0.81 | 0 | 0.51 | 295.84 | 0.69 | 0.29 |
| Hex | 75 | 17 | 7C | 6 | 51 | 0 | 33 | 128 | 45 | 1D |
| Octal | 165 | 27 | 174 | 6 | 121 | 0 | 63 | 450 | 105 | 35 |
| Binary | 1110101 | 10111 | 1111100 | 110 | 1010001 | 0 | 110011 | 100101000 | 1000101 | 11101 |
Color Harmonies of #75177C
Complementary color
Monochromatic Colors of #75177C
Black with #75177C
Text Example
Text Example
White with #75177C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75177C; }
p { color: rgb(117,23,124); }
H1.HeaderClassName
{
color: #75177C;
}
.AnyTagClassName
{
color: #75177C;
}
</style>
background-color css
<style>
a { background-color: #75177C; }
a { background-color: rgb(117,23,124); }
div.DivClassName
{
background-color: #75177C;
}
.BgClassName
{
background-color: #75177C;
}
</style>
border-color css
<style>
span { border-color: #75177C; }
span { border-color: rgb(117,23,124); }
td.TdClassName
{
border-color: #75177C;
}
.TagClassName
{
border-color: #75177C;
}
</style>