Shades of Dark Purple #752079
Tints of Dark Purple #752079
RGB
CMYK
RGB Variations
Color information
#752079 (or 0x752079) is known color: Dark Purple. HEX triplet: 75, 20 and 79. RGB value is (117,32,121). Sum of RGB (Red+Green+Blue) = 117+32+121=270 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.33% from 270); Green value is 32 (12.89% from 255 or 11.85% from 270); Blue value is 121 (47.66% from 255 or 44.81% from 270); Max value from RGB is 121 - color contains mainly: blue. Hex color #752079 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #752079 is #8ADF86. Grayscale: #434343. Windows color (decimal): -9101191 or 7938165. OLE color: 7938165.
HSL color Cylindrical-coordinate representation of color #752079: hue angle of 297.3º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #752079 is Cyan = 0.03, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 117 | 32 | 121 | - |
| CMYK | 0.03 | 0.74 | 0 | 0.53 |
| HSL | 297.3º | 0.58% | 0.3% | - |
| HSV(B) | 297.3º | 0.74% | 0.47% | - |
| XYZ | 11.3 | 6.2 | 18.69 | - |
| YUV | 67.56 | 158.16 | 163.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 32 | 121 | 0.03 | 0.74 | 0 | 0.53 | 297.3 | 0.58 | 0.3 |
| Hex | 75 | 20 | 79 | 3 | 4A | 0 | 35 | 129 | 3A | 1E |
| Octal | 165 | 40 | 171 | 3 | 112 | 0 | 65 | 451 | 72 | 36 |
| Binary | 1110101 | 100000 | 1111001 | 11 | 1001010 | 0 | 110101 | 100101001 | 111010 | 11110 |
Color Harmonies of #752079
Complementary color
Monochromatic Colors of #752079
Black with #752079
Text Example
Text Example
White with #752079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752079; }
p { color: rgb(117,32,121); }
H1.HeaderClassName
{
color: #752079;
}
.AnyTagClassName
{
color: #752079;
}
</style>
background-color css
<style>
a { background-color: #752079; }
a { background-color: rgb(117,32,121); }
div.DivClassName
{
background-color: #752079;
}
.BgClassName
{
background-color: #752079;
}
</style>
border-color css
<style>
span { border-color: #752079; }
span { border-color: rgb(117,32,121); }
td.TdClassName
{
border-color: #752079;
}
.TagClassName
{
border-color: #752079;
}
</style>