Shades of Dark Purple #752077
Tints of Dark Purple #752077
RGB
CMYK
RGB Variations
Color information
#752077 (or 0x752077) is known color: Dark Purple. HEX triplet: 75, 20 and 77. RGB value is (117,32,119). Sum of RGB (Red+Green+Blue) = 117+32+119=268 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.66% from 268); Green value is 32 (12.89% from 255 or 11.94% from 268); Blue value is 119 (46.88% from 255 or 44.40% from 268); Max value from RGB is 119 - color contains mainly: blue. Hex color #752077 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #752077 is #8ADF88. Grayscale: #434343. Windows color (decimal): -9101193 or 7807093. OLE color: 7807093.
HSL color Cylindrical-coordinate representation of color #752077: hue angle of 298.62º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #752077 is Cyan = 0.02, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 117 | 32 | 119 | - |
| CMYK | 0.02 | 0.73 | 0 | 0.53 |
| HSL | 298.62º | 0.58% | 0.3% | - |
| HSV(B) | 298.62º | 0.73% | 0.47% | - |
| XYZ | 11.18 | 6.15 | 18.05 | - |
| YUV | 67.33 | 157.16 | 163.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 32 | 119 | 0.02 | 0.73 | 0 | 0.53 | 298.62 | 0.58 | 0.3 |
| Hex | 75 | 20 | 77 | 2 | 49 | 0 | 35 | 12B | 3A | 1E |
| Octal | 165 | 40 | 167 | 2 | 111 | 0 | 65 | 453 | 72 | 36 |
| Binary | 1110101 | 100000 | 1110111 | 10 | 1001001 | 0 | 110101 | 100101011 | 111010 | 11110 |
Color Harmonies of #752077
Complementary color
Monochromatic Colors of #752077
Black with #752077
Text Example
Text Example
White with #752077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752077; }
p { color: rgb(117,32,119); }
H1.HeaderClassName
{
color: #752077;
}
.AnyTagClassName
{
color: #752077;
}
</style>
background-color css
<style>
a { background-color: #752077; }
a { background-color: rgb(117,32,119); }
div.DivClassName
{
background-color: #752077;
}
.BgClassName
{
background-color: #752077;
}
</style>
border-color css
<style>
span { border-color: #752077; }
span { border-color: rgb(117,32,119); }
td.TdClassName
{
border-color: #752077;
}
.TagClassName
{
border-color: #752077;
}
</style>