Shades of Dark Purple #751A77
Tints of Dark Purple #751A77
RGB
CMYK
RGB Variations
Color information
#751A77 (or 0x751A77) is known color: Dark Purple. HEX triplet: 75, 1A and 77. RGB value is (117,26,119). Sum of RGB (Red+Green+Blue) = 117+26+119=262 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.66% from 262); Green value is 26 (10.55% from 255 or 9.92% from 262); Blue value is 119 (46.88% from 255 or 45.42% from 262); Max value from RGB is 119 - color contains mainly: blue. Hex color #751A77 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #751A77 is #8AE588. Grayscale: #3F3F3F. Windows color (decimal): -9102729 or 7805557. OLE color: 7805557.
HSL color Cylindrical-coordinate representation of color #751A77: hue angle of 298.71º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #751A77 is Cyan = 0.02, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 117 | 26 | 119 | - |
| CMYK | 0.02 | 0.78 | 0 | 0.53 |
| HSL | 298.71º | 0.64% | 0.28% | - |
| HSV(B) | 298.71º | 0.78% | 0.47% | - |
| XYZ | 11.04 | 5.85 | 18 | - |
| YUV | 63.81 | 159.15 | 165.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 26 | 119 | 0.02 | 0.78 | 0 | 0.53 | 298.71 | 0.64 | 0.28 |
| Hex | 75 | 1A | 77 | 2 | 4E | 0 | 35 | 12B | 40 | 1C |
| Octal | 165 | 32 | 167 | 2 | 116 | 0 | 65 | 453 | 100 | 34 |
| Binary | 1110101 | 11010 | 1110111 | 10 | 1001110 | 0 | 110101 | 100101011 | 1000000 | 11100 |
Color Harmonies of #751A77
Complementary color
Monochromatic Colors of #751A77
Black with #751A77
Text Example
Text Example
White with #751A77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #751A77; }
p { color: rgb(117,26,119); }
H1.HeaderClassName
{
color: #751A77;
}
.AnyTagClassName
{
color: #751A77;
}
</style>
background-color css
<style>
a { background-color: #751A77; }
a { background-color: rgb(117,26,119); }
div.DivClassName
{
background-color: #751A77;
}
.BgClassName
{
background-color: #751A77;
}
</style>
border-color css
<style>
span { border-color: #751A77; }
span { border-color: rgb(117,26,119); }
td.TdClassName
{
border-color: #751A77;
}
.TagClassName
{
border-color: #751A77;
}
</style>