Shades of Purple #75138E
Tints of Purple #75138E
RGB
CMYK
RGB Variations
Color information
#75138E (or 0x75138E) is known color: Purple. HEX triplet: 75, 13 and 8E. RGB value is (117,19,142). Sum of RGB (Red+Green+Blue) = 117+19+142=278 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.09% from 278); Green value is 19 (7.81% from 255 or 6.83% from 278); Blue value is 142 (55.86% from 255 or 51.08% from 278); Max value from RGB is 142 - color contains mainly: blue. Hex color #75138E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #75138E is #8AEC71. Grayscale: #3D3D3D. Windows color (decimal): -9104498 or 9311093. OLE color: 9311093.
HSL color Cylindrical-coordinate representation of color #75138E: hue angle of 287.8º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #75138E is Cyan = 0.18, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 117 | 19 | 142 | - |
| CMYK | 0.18 | 0.87 | 0 | 0.44 |
| HSL | 287.8º | 0.76% | 0.32% | - |
| HSV(B) | 287.8º | 0.87% | 0.56% | - |
| XYZ | 12.45 | 6.2 | 26.13 | - |
| YUV | 62.32 | 172.97 | 167 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 19 | 142 | 0.18 | 0.87 | 0 | 0.44 | 287.8 | 0.76 | 0.32 |
| Hex | 75 | 13 | 8E | 12 | 57 | 0 | 2C | 120 | 4C | 20 |
| Octal | 165 | 23 | 216 | 22 | 127 | 0 | 54 | 440 | 114 | 40 |
| Binary | 1110101 | 10011 | 10001110 | 10010 | 1010111 | 0 | 101100 | 100100000 | 1001100 | 100000 |
Color Harmonies of #75138E
Complementary color
Monochromatic Colors of #75138E
Black with #75138E
Text Example
Text Example
White with #75138E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75138E; }
p { color: rgb(117,19,142); }
H1.HeaderClassName
{
color: #75138E;
}
.AnyTagClassName
{
color: #75138E;
}
</style>
background-color css
<style>
a { background-color: #75138E; }
a { background-color: rgb(117,19,142); }
div.DivClassName
{
background-color: #75138E;
}
.BgClassName
{
background-color: #75138E;
}
</style>
border-color css
<style>
span { border-color: #75138E; }
span { border-color: rgb(117,19,142); }
td.TdClassName
{
border-color: #75138E;
}
.TagClassName
{
border-color: #75138E;
}
</style>