Shades of Purple #75018E
Tints of Purple #75018E
RGB
CMYK
RGB Variations
Color information
#75018E (or 0x75018E) is known color: Purple. HEX triplet: 75, 01 and 8E. RGB value is (117,1,142). Sum of RGB (Red+Green+Blue) = 117+1+142=260 (34% of max value = 765). Red value is 117 (46.09% from 255 or 45% from 260); Green value is 1 (0.78% from 255 or 0.38% from 260); Blue value is 142 (55.86% from 255 or 54.62% from 260); Max value from RGB is 142 - color contains mainly: blue. Hex color #75018E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #75018E is #8AFE71. Grayscale: #333333. Windows color (decimal): -9109106 or 9306485. OLE color: 9306485.
HSL color Cylindrical-coordinate representation of color #75018E: hue angle of 289.36º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #75018E is Cyan = 0.18, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 117 | 1 | 142 | - |
| CMYK | 0.18 | 0.99 | 0 | 0.44 |
| HSL | 289.36º | 0.99% | 0.28% | - |
| HSV(B) | 289.36º | 0.99% | 0.56% | - |
| XYZ | 12.23 | 5.76 | 26.06 | - |
| YUV | 51.76 | 178.93 | 174.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 1 | 142 | 0.18 | 0.99 | 0 | 0.44 | 289.36 | 0.99 | 0.28 |
| Hex | 75 | 1 | 8E | 12 | 63 | 0 | 2C | 121 | 63 | 1C |
| Octal | 165 | 1 | 216 | 22 | 143 | 0 | 54 | 441 | 143 | 34 |
| Binary | 1110101 | 1 | 10001110 | 10010 | 1100011 | 0 | 101100 | 100100001 | 1100011 | 11100 |
Color Harmonies of #75018E
Complementary color
Monochromatic Colors of #75018E
Black with #75018E
Text Example
Text Example
White with #75018E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75018E; }
p { color: rgb(117,1,142); }
H1.HeaderClassName
{
color: #75018E;
}
.AnyTagClassName
{
color: #75018E;
}
</style>
background-color css
<style>
a { background-color: #75018E; }
a { background-color: rgb(117,1,142); }
div.DivClassName
{
background-color: #75018E;
}
.BgClassName
{
background-color: #75018E;
}
</style>
border-color css
<style>
span { border-color: #75018E; }
span { border-color: rgb(117,1,142); }
td.TdClassName
{
border-color: #75018E;
}
.TagClassName
{
border-color: #75018E;
}
</style>