Shades of Purple #75056F
Tints of Purple #75056F
RGB
CMYK
RGB Variations
Color information
#75056F (or 0x75056F) is known color: Purple. HEX triplet: 75, 05 and 6F. RGB value is (117,5,111). Sum of RGB (Red+Green+Blue) = 117+5+111=233 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50.21% from 233); Green value is 5 (2.34% from 255 or 2.15% from 233); Blue value is 111 (43.75% from 255 or 47.64% from 233); Max value from RGB is 117 - color contains mainly: red. Hex color #75056F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #75056F is #8AFA90. Grayscale: #323232. Windows color (decimal): -9108113 or 7275893. OLE color: 7275893.
HSL color Cylindrical-coordinate representation of color #75056F: hue angle of 303.21º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #75056F is Cyan = 0, Magento = 0.96, Yellow = 0.05 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 5 | 111 | - |
| CMYK | 0 | 0.96 | 0.05 | 0.54 |
| HSL | 303.21º | 0.92% | 0.24% | - |
| HSV(B) | 303.21º | 0.96% | 0.46% | - |
| XYZ | 10.26 | 5.04 | 15.47 | - |
| YUV | 50.57 | 162.11 | 175.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 5 | 111 | 0 | 0.96 | 0.05 | 0.54 | 303.21 | 0.92 | 0.24 |
| Hex | 75 | 5 | 6F | 0 | 60 | 5 | 36 | 12F | 5C | 18 |
| Octal | 165 | 5 | 157 | 0 | 140 | 5 | 66 | 457 | 134 | 30 |
| Binary | 1110101 | 101 | 1101111 | 0 | 1100000 | 101 | 110110 | 100101111 | 1011100 | 11000 |
Color Harmonies of #75056F
Complementary color
Monochromatic Colors of #75056F
Black with #75056F
Text Example
Text Example
White with #75056F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75056F; }
p { color: rgb(117,5,111); }
H1.HeaderClassName
{
color: #75056F;
}
.AnyTagClassName
{
color: #75056F;
}
</style>
background-color css
<style>
a { background-color: #75056F; }
a { background-color: rgb(117,5,111); }
div.DivClassName
{
background-color: #75056F;
}
.BgClassName
{
background-color: #75056F;
}
</style>
border-color css
<style>
span { border-color: #75056F; }
span { border-color: rgb(117,5,111); }
td.TdClassName
{
border-color: #75056F;
}
.TagClassName
{
border-color: #75056F;
}
</style>