Shades of Dark Purple #751F77
Tints of Dark Purple #751F77
RGB
CMYK
RGB Variations
Color information
#751F77 (or 0x751F77) is known color: Dark Purple. HEX triplet: 75, 1F and 77. RGB value is (117,31,119). Sum of RGB (Red+Green+Blue) = 117+31+119=267 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.82% from 267); Green value is 31 (12.5% from 255 or 11.61% from 267); Blue value is 119 (46.88% from 255 or 44.57% from 267); Max value from RGB is 119 - color contains mainly: blue. Hex color #751F77 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #751F77 is #8AE088. Grayscale: #424242. Windows color (decimal): -9101449 or 7806837. OLE color: 7806837.
HSL color Cylindrical-coordinate representation of color #751F77: hue angle of 298.64º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #751F77 is Cyan = 0.02, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 117 | 31 | 119 | - |
| CMYK | 0.02 | 0.74 | 0 | 0.53 |
| HSL | 298.64º | 0.59% | 0.29% | - |
| HSV(B) | 298.64º | 0.74% | 0.47% | - |
| XYZ | 11.16 | 6.09 | 18.04 | - |
| YUV | 66.75 | 157.49 | 163.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 31 | 119 | 0.02 | 0.74 | 0 | 0.53 | 298.64 | 0.59 | 0.29 |
| Hex | 75 | 1F | 77 | 2 | 4A | 0 | 35 | 12B | 3B | 1D |
| Octal | 165 | 37 | 167 | 2 | 112 | 0 | 65 | 453 | 73 | 35 |
| Binary | 1110101 | 11111 | 1110111 | 10 | 1001010 | 0 | 110101 | 100101011 | 111011 | 11101 |
Color Harmonies of #751F77
Complementary color
Monochromatic Colors of #751F77
Black with #751F77
Text Example
Text Example
White with #751F77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #751F77; }
p { color: rgb(117,31,119); }
H1.HeaderClassName
{
color: #751F77;
}
.AnyTagClassName
{
color: #751F77;
}
</style>
background-color css
<style>
a { background-color: #751F77; }
a { background-color: rgb(117,31,119); }
div.DivClassName
{
background-color: #751F77;
}
.BgClassName
{
background-color: #751F77;
}
</style>
border-color css
<style>
span { border-color: #751F77; }
span { border-color: rgb(117,31,119); }
td.TdClassName
{
border-color: #751F77;
}
.TagClassName
{
border-color: #751F77;
}
</style>