Shades of Dark Purple #751C78
Tints of Dark Purple #751C78
RGB
CMYK
RGB Variations
Color information
#751C78 (or 0x751C78) is known color: Dark Purple. HEX triplet: 75, 1C and 78. RGB value is (117,28,120). Sum of RGB (Red+Green+Blue) = 117+28+120=265 (35% of max value = 765). Red value is 117 (46.09% from 255 or 44.15% from 265); Green value is 28 (11.33% from 255 or 10.57% from 265); Blue value is 120 (47.27% from 255 or 45.28% from 265); Max value from RGB is 120 - color contains mainly: blue. Hex color #751C78 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #751C78 is #8AE387. Grayscale: #404040. Windows color (decimal): -9102216 or 7871605. OLE color: 7871605.
HSL color Cylindrical-coordinate representation of color #751C78: hue angle of 298.04º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #751C78 is Cyan = 0.02, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 117 | 28 | 120 | - |
| CMYK | 0.02 | 0.77 | 0 | 0.53 |
| HSL | 298.04º | 0.62% | 0.29% | - |
| HSV(B) | 298.04º | 0.77% | 0.47% | - |
| XYZ | 11.14 | 5.97 | 18.33 | - |
| YUV | 65.1 | 158.99 | 165.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 28 | 120 | 0.02 | 0.77 | 0 | 0.53 | 298.04 | 0.62 | 0.29 |
| Hex | 75 | 1C | 78 | 2 | 4D | 0 | 35 | 12A | 3E | 1D |
| Octal | 165 | 34 | 170 | 2 | 115 | 0 | 65 | 452 | 76 | 35 |
| Binary | 1110101 | 11100 | 1111000 | 10 | 1001101 | 0 | 110101 | 100101010 | 111110 | 11101 |
Color Harmonies of #751C78
Complementary color
Monochromatic Colors of #751C78
Black with #751C78
Text Example
Text Example
White with #751C78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #751C78; }
p { color: rgb(117,28,120); }
H1.HeaderClassName
{
color: #751C78;
}
.AnyTagClassName
{
color: #751C78;
}
</style>
background-color css
<style>
a { background-color: #751C78; }
a { background-color: rgb(117,28,120); }
div.DivClassName
{
background-color: #751C78;
}
.BgClassName
{
background-color: #751C78;
}
</style>
border-color css
<style>
span { border-color: #751C78; }
span { border-color: rgb(117,28,120); }
td.TdClassName
{
border-color: #751C78;
}
.TagClassName
{
border-color: #751C78;
}
</style>