Shades of Dark Purple #752078
Tints of Dark Purple #752078
RGB
CMYK
RGB Variations
Color information
#752078 (or 0x752078) is known color: Dark Purple. HEX triplet: 75, 20 and 78. RGB value is (117,32,120). Sum of RGB (Red+Green+Blue) = 117+32+120=269 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.49% from 269); Green value is 32 (12.89% from 255 or 11.90% from 269); Blue value is 120 (47.27% from 255 or 44.61% from 269); Max value from RGB is 120 - color contains mainly: blue. Hex color #752078 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #752078 is #8ADF87. Grayscale: #434343. Windows color (decimal): -9101192 or 7872629. OLE color: 7872629.
HSL color Cylindrical-coordinate representation of color #752078: hue angle of 297.95º 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 #752078 is Cyan = 0.02, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 117 | 32 | 120 | - |
| CMYK | 0.02 | 0.73 | 0 | 0.53 |
| HSL | 297.95º | 0.58% | 0.3% | - |
| HSV(B) | 297.95º | 0.73% | 0.47% | - |
| XYZ | 11.24 | 6.17 | 18.37 | - |
| YUV | 67.45 | 157.66 | 163.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 32 | 120 | 0.02 | 0.73 | 0 | 0.53 | 297.95 | 0.58 | 0.3 |
| Hex | 75 | 20 | 78 | 2 | 49 | 0 | 35 | 12A | 3A | 1E |
| Octal | 165 | 40 | 170 | 2 | 111 | 0 | 65 | 452 | 72 | 36 |
| Binary | 1110101 | 100000 | 1111000 | 10 | 1001001 | 0 | 110101 | 100101010 | 111010 | 11110 |
Color Harmonies of #752078
Complementary color
Monochromatic Colors of #752078
Black with #752078
Text Example
Text Example
White with #752078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752078; }
p { color: rgb(117,32,120); }
H1.HeaderClassName
{
color: #752078;
}
.AnyTagClassName
{
color: #752078;
}
</style>
background-color css
<style>
a { background-color: #752078; }
a { background-color: rgb(117,32,120); }
div.DivClassName
{
background-color: #752078;
}
.BgClassName
{
background-color: #752078;
}
</style>
border-color css
<style>
span { border-color: #752078; }
span { border-color: rgb(117,32,120); }
td.TdClassName
{
border-color: #752078;
}
.TagClassName
{
border-color: #752078;
}
</style>