Shades of Purple #75058C
Tints of Purple #75058C
RGB
CMYK
RGB Variations
Color information
#75058C (or 0x75058C) is known color: Purple. HEX triplet: 75, 05 and 8C. RGB value is (117,5,140). Sum of RGB (Red+Green+Blue) = 117+5+140=262 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.66% from 262); Green value is 5 (2.34% from 255 or 1.91% from 262); Blue value is 140 (55.08% from 255 or 53.44% from 262); Max value from RGB is 140 - color contains mainly: blue. Hex color #75058C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #75058C is #8AFA73. Grayscale: #353535. Windows color (decimal): -9108084 or 9176437. OLE color: 9176437.
HSL color Cylindrical-coordinate representation of color #75058C: hue angle of 289.78º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #75058C is Cyan = 0.16, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 117 | 5 | 140 | - |
| CMYK | 0.16 | 0.96 | 0 | 0.45 |
| HSL | 289.78º | 0.93% | 0.28% | - |
| HSV(B) | 289.78º | 0.96% | 0.55% | - |
| XYZ | 12.12 | 5.78 | 25.29 | - |
| YUV | 53.88 | 176.61 | 173.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 5 | 140 | 0.16 | 0.96 | 0 | 0.45 | 289.78 | 0.93 | 0.28 |
| Hex | 75 | 5 | 8C | 10 | 60 | 0 | 2D | 122 | 5D | 1C |
| Octal | 165 | 5 | 214 | 20 | 140 | 0 | 55 | 442 | 135 | 34 |
| Binary | 1110101 | 101 | 10001100 | 10000 | 1100000 | 0 | 101101 | 100100010 | 1011101 | 11100 |
Color Harmonies of #75058C
Complementary color
Monochromatic Colors of #75058C
Black with #75058C
Text Example
Text Example
White with #75058C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75058C; }
p { color: rgb(117,5,140); }
H1.HeaderClassName
{
color: #75058C;
}
.AnyTagClassName
{
color: #75058C;
}
</style>
background-color css
<style>
a { background-color: #75058C; }
a { background-color: rgb(117,5,140); }
div.DivClassName
{
background-color: #75058C;
}
.BgClassName
{
background-color: #75058C;
}
</style>
border-color css
<style>
span { border-color: #75058C; }
span { border-color: rgb(117,5,140); }
td.TdClassName
{
border-color: #75058C;
}
.TagClassName
{
border-color: #75058C;
}
</style>