Shades of Purple #75138F
Tints of Purple #75138F
RGB
CMYK
RGB Variations
Color information
#75138F (or 0x75138F) is known color: Purple. HEX triplet: 75, 13 and 8F. RGB value is (117,19,143). Sum of RGB (Red+Green+Blue) = 117+19+143=279 (36% of max value = 765). Red value is 117 (46.09% from 255 or 41.94% from 279); Green value is 19 (7.81% from 255 or 6.81% from 279); Blue value is 143 (56.25% from 255 or 51.25% from 279); Max value from RGB is 143 - color contains mainly: blue. Hex color #75138F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #75138F is #8AEC70. Grayscale: #3E3E3E. Windows color (decimal): -9104497 or 9376629. OLE color: 9376629.
HSL color Cylindrical-coordinate representation of color #75138F: hue angle of 287.42º degrees, saturation: 0.77, 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 #75138F is Cyan = 0.18, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 117 | 19 | 143 | - |
| CMYK | 0.18 | 0.87 | 0 | 0.44 |
| HSL | 287.42º | 0.77% | 0.32% | - |
| HSV(B) | 287.42º | 0.87% | 0.56% | - |
| XYZ | 12.53 | 6.23 | 26.53 | - |
| YUV | 62.44 | 173.47 | 166.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 19 | 143 | 0.18 | 0.87 | 0 | 0.44 | 287.42 | 0.77 | 0.32 |
| Hex | 75 | 13 | 8F | 12 | 57 | 0 | 2C | 11F | 4D | 20 |
| Octal | 165 | 23 | 217 | 22 | 127 | 0 | 54 | 437 | 115 | 40 |
| Binary | 1110101 | 10011 | 10001111 | 10010 | 1010111 | 0 | 101100 | 100011111 | 1001101 | 100000 |
Color Harmonies of #75138F
Complementary color
Monochromatic Colors of #75138F
Black with #75138F
Text Example
Text Example
White with #75138F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75138F; }
p { color: rgb(117,19,143); }
H1.HeaderClassName
{
color: #75138F;
}
.AnyTagClassName
{
color: #75138F;
}
</style>
background-color css
<style>
a { background-color: #75138F; }
a { background-color: rgb(117,19,143); }
div.DivClassName
{
background-color: #75138F;
}
.BgClassName
{
background-color: #75138F;
}
</style>
border-color css
<style>
span { border-color: #75138F; }
span { border-color: rgb(117,19,143); }
td.TdClassName
{
border-color: #75138F;
}
.TagClassName
{
border-color: #75138F;
}
</style>