Shades of Dark Purple #751B77
Tints of Dark Purple #751B77
RGB
CMYK
RGB Variations
Color information
#751B77 (or 0x751B77) is known color: Dark Purple. HEX triplet: 75, 1B and 77. RGB value is (117,27,119). Sum of RGB (Red+Green+Blue) = 117+27+119=263 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.49% from 263); Green value is 27 (10.94% from 255 or 10.27% from 263); Blue value is 119 (46.88% from 255 or 45.25% from 263); Max value from RGB is 119 - color contains mainly: blue. Hex color #751B77 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #751B77 is #8AE488. Grayscale: #404040. Windows color (decimal): -9102473 or 7805813. OLE color: 7805813.
HSL color Cylindrical-coordinate representation of color #751B77: hue angle of 298.7º degrees, saturation: 0.63, 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 #751B77 is Cyan = 0.02, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 117 | 27 | 119 | - |
| CMYK | 0.02 | 0.77 | 0 | 0.53 |
| HSL | 298.7º | 0.63% | 0.29% | - |
| HSV(B) | 298.7º | 0.77% | 0.47% | - |
| XYZ | 11.06 | 5.9 | 18.01 | - |
| YUV | 64.4 | 158.82 | 165.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 27 | 119 | 0.02 | 0.77 | 0 | 0.53 | 298.7 | 0.63 | 0.29 |
| Hex | 75 | 1B | 77 | 2 | 4D | 0 | 35 | 12B | 3F | 1D |
| Octal | 165 | 33 | 167 | 2 | 115 | 0 | 65 | 453 | 77 | 35 |
| Binary | 1110101 | 11011 | 1110111 | 10 | 1001101 | 0 | 110101 | 100101011 | 111111 | 11101 |
Color Harmonies of #751B77
Complementary color
Monochromatic Colors of #751B77
Black with #751B77
Text Example
Text Example
White with #751B77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #751B77; }
p { color: rgb(117,27,119); }
H1.HeaderClassName
{
color: #751B77;
}
.AnyTagClassName
{
color: #751B77;
}
</style>
background-color css
<style>
a { background-color: #751B77; }
a { background-color: rgb(117,27,119); }
div.DivClassName
{
background-color: #751B77;
}
.BgClassName
{
background-color: #751B77;
}
</style>
border-color css
<style>
span { border-color: #751B77; }
span { border-color: rgb(117,27,119); }
td.TdClassName
{
border-color: #751B77;
}
.TagClassName
{
border-color: #751B77;
}
</style>