Shades of Dark Purple #751B6E
Tints of Dark Purple #751B6E
RGB
CMYK
RGB Variations
Color information
#751B6E (or 0x751B6E) is known color: Dark Purple. HEX triplet: 75, 1B and 6E. RGB value is (117,27,110). Sum of RGB (Red+Green+Blue) = 117+27+110=254 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.06% from 254); Green value is 27 (10.94% from 255 or 10.63% from 254); Blue value is 110 (43.36% from 255 or 43.31% from 254); Max value from RGB is 117 - color contains mainly: red. Hex color #751B6E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #751B6E is #8AE491. Grayscale: #3F3F3F. Windows color (decimal): -9102482 or 7215989. OLE color: 7215989.
HSL color Cylindrical-coordinate representation of color #751B6E: hue angle of 304.67º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #751B6E is Cyan = 0, Magento = 0.77, Yellow = 0.06 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 27 | 110 | - |
| CMYK | 0 | 0.77 | 0.06 | 0.54 |
| HSL | 304.67º | 0.63% | 0.28% | - |
| HSV(B) | 304.67º | 0.77% | 0.46% | - |
| XYZ | 10.54 | 5.69 | 15.29 | - |
| YUV | 63.37 | 154.32 | 166.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 27 | 110 | 0 | 0.77 | 0.06 | 0.54 | 304.67 | 0.63 | 0.28 |
| Hex | 75 | 1B | 6E | 0 | 4D | 6 | 36 | 131 | 3E | 1C |
| Octal | 165 | 33 | 156 | 0 | 115 | 6 | 66 | 461 | 76 | 34 |
| Binary | 1110101 | 11011 | 1101110 | 0 | 1001101 | 110 | 110110 | 100110001 | 111110 | 11100 |
Color Harmonies of #751B6E
Complementary color
Monochromatic Colors of #751B6E
Black with #751B6E
Text Example
Text Example
White with #751B6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #751B6E; }
p { color: rgb(117,27,110); }
H1.HeaderClassName
{
color: #751B6E;
}
.AnyTagClassName
{
color: #751B6E;
}
</style>
background-color css
<style>
a { background-color: #751B6E; }
a { background-color: rgb(117,27,110); }
div.DivClassName
{
background-color: #751B6E;
}
.BgClassName
{
background-color: #751B6E;
}
</style>
border-color css
<style>
span { border-color: #751B6E; }
span { border-color: rgb(117,27,110); }
td.TdClassName
{
border-color: #751B6E;
}
.TagClassName
{
border-color: #751B6E;
}
</style>