Shades of Dark Purple #752075
Tints of Dark Purple #752075
RGB
CMYK
RGB Variations
Color information
#752075 (or 0x752075) is known color: Dark Purple. HEX triplet: 75, 20 and 75. RGB value is (117,32,117). Sum of RGB (Red+Green+Blue) = 117+32+117=266 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.98% from 266); Green value is 32 (12.89% from 255 or 12.03% from 266); Blue value is 117 (46.09% from 255 or 43.98% from 266); Max value from RGB is 117 - color contains mainly: red, blue. Hex color #752075 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #752075 is #8ADF8A. Grayscale: #424242. Windows color (decimal): -9101195 or 7676021. OLE color: 7676021.
HSL color Cylindrical-coordinate representation of color #752075: hue angle of 300º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #752075 is Cyan = 0, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 32 | 117 | - |
| CMYK | 0 | 0.73 | 0 | 0.54 |
| HSL | 300º | 0.57% | 0.29% | - |
| HSV(B) | 300º | 0.73% | 0.46% | - |
| XYZ | 11.06 | 6.1 | 17.42 | - |
| YUV | 67.11 | 156.16 | 163.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 32 | 117 | 0 | 0.73 | 0 | 0.54 | 300 | 0.57 | 0.29 |
| Hex | 75 | 20 | 75 | 0 | 49 | 0 | 36 | 12C | 39 | 1D |
| Octal | 165 | 40 | 165 | 0 | 111 | 0 | 66 | 454 | 71 | 35 |
| Binary | 1110101 | 100000 | 1110101 | 0 | 1001001 | 0 | 110110 | 100101100 | 111001 | 11101 |
Color Harmonies of #752075
Complementary color
Monochromatic Colors of #752075
Black with #752075
Text Example
Text Example
White with #752075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752075; }
p { color: rgb(117,32,117); }
H1.HeaderClassName
{
color: #752075;
}
.AnyTagClassName
{
color: #752075;
}
</style>
background-color css
<style>
a { background-color: #752075; }
a { background-color: rgb(117,32,117); }
div.DivClassName
{
background-color: #752075;
}
.BgClassName
{
background-color: #752075;
}
</style>
border-color css
<style>
span { border-color: #752075; }
span { border-color: rgb(117,32,117); }
td.TdClassName
{
border-color: #752075;
}
.TagClassName
{
border-color: #752075;
}
</style>