Shades of Purple #75048C
Tints of Purple #75048C
RGB
CMYK
RGB Variations
Color information
#75048C (or 0x75048C) is known color: Purple. HEX triplet: 75, 04 and 8C. RGB value is (117,4,140). Sum of RGB (Red+Green+Blue) = 117+4+140=261 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.83% from 261); Green value is 4 (1.95% from 255 or 1.53% from 261); Blue value is 140 (55.08% from 255 or 53.64% from 261); Max value from RGB is 140 - color contains mainly: blue. Hex color #75048C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #75048C is #8AFB73. Grayscale: #343434. Windows color (decimal): -9108340 or 9176181. OLE color: 9176181.
HSL color Cylindrical-coordinate representation of color #75048C: hue angle of 289.85º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #75048C is Cyan = 0.16, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 117 | 4 | 140 | - |
| CMYK | 0.16 | 0.97 | 0 | 0.45 |
| HSL | 289.85º | 0.94% | 0.28% | - |
| HSV(B) | 289.85º | 0.97% | 0.55% | - |
| XYZ | 12.11 | 5.76 | 25.28 | - |
| YUV | 53.29 | 176.94 | 173.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 4 | 140 | 0.16 | 0.97 | 0 | 0.45 | 289.85 | 0.94 | 0.28 |
| Hex | 75 | 4 | 8C | 10 | 61 | 0 | 2D | 122 | 5E | 1C |
| Octal | 165 | 4 | 214 | 20 | 141 | 0 | 55 | 442 | 136 | 34 |
| Binary | 1110101 | 100 | 10001100 | 10000 | 1100001 | 0 | 101101 | 100100010 | 1011110 | 11100 |
Color Harmonies of #75048C
Complementary color
Monochromatic Colors of #75048C
Black with #75048C
Text Example
Text Example
White with #75048C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75048C; }
p { color: rgb(117,4,140); }
H1.HeaderClassName
{
color: #75048C;
}
.AnyTagClassName
{
color: #75048C;
}
</style>
background-color css
<style>
a { background-color: #75048C; }
a { background-color: rgb(117,4,140); }
div.DivClassName
{
background-color: #75048C;
}
.BgClassName
{
background-color: #75048C;
}
</style>
border-color css
<style>
span { border-color: #75048C; }
span { border-color: rgb(117,4,140); }
td.TdClassName
{
border-color: #75048C;
}
.TagClassName
{
border-color: #75048C;
}
</style>