Shades of Dark Purple #751D82
Tints of Dark Purple #751D82
RGB
CMYK
RGB Variations
Color information
#751D82 (or 0x751D82) is known color: Dark Purple. HEX triplet: 75, 1D and 82. RGB value is (117,29,130). Sum of RGB (Red+Green+Blue) = 117+29+130=276 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.39% from 276); Green value is 29 (11.72% from 255 or 10.51% from 276); Blue value is 130 (51.17% from 255 or 47.10% from 276); Max value from RGB is 130 - color contains mainly: blue. Hex color #751D82 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #751D82 is #8AE27D. Grayscale: #424242. Windows color (decimal): -9101950 or 8527221. OLE color: 8527221.
HSL color Cylindrical-coordinate representation of color #751D82: hue angle of 292.28º degrees, saturation: 0.64, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #751D82 is Cyan = 0.1, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 117 | 29 | 130 | - |
| CMYK | 0.1 | 0.78 | 0 | 0.49 |
| HSL | 292.28º | 0.64% | 0.31% | - |
| HSV(B) | 292.28º | 0.78% | 0.51% | - |
| XYZ | 11.8 | 6.27 | 21.71 | - |
| YUV | 66.83 | 163.65 | 163.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 29 | 130 | 0.1 | 0.78 | 0 | 0.49 | 292.28 | 0.64 | 0.31 |
| Hex | 75 | 1D | 82 | A | 4E | 0 | 31 | 124 | 40 | 1F |
| Octal | 165 | 35 | 202 | 12 | 116 | 0 | 61 | 444 | 100 | 37 |
| Binary | 1110101 | 11101 | 10000010 | 1010 | 1001110 | 0 | 110001 | 100100100 | 1000000 | 11111 |
Color Harmonies of #751D82
Complementary color
Monochromatic Colors of #751D82
Black with #751D82
Text Example
Text Example
White with #751D82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #751D82; }
p { color: rgb(117,29,130); }
H1.HeaderClassName
{
color: #751D82;
}
.AnyTagClassName
{
color: #751D82;
}
</style>
background-color css
<style>
a { background-color: #751D82; }
a { background-color: rgb(117,29,130); }
div.DivClassName
{
background-color: #751D82;
}
.BgClassName
{
background-color: #751D82;
}
</style>
border-color css
<style>
span { border-color: #751D82; }
span { border-color: rgb(117,29,130); }
td.TdClassName
{
border-color: #751D82;
}
.TagClassName
{
border-color: #751D82;
}
</style>