Shades of Dark Purple #761A6D
Tints of Dark Purple #761A6D
RGB
CMYK
RGB Variations
Color information
#761A6D (or 0x761A6D) is known color: Dark Purple. HEX triplet: 76, 1A and 6D. RGB value is (118,26,109). Sum of RGB (Red+Green+Blue) = 118+26+109=253 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.64% from 253); Green value is 26 (10.55% from 255 or 10.28% from 253); Blue value is 109 (42.97% from 255 or 43.08% from 253); Max value from RGB is 118 - color contains mainly: red. Hex color #761A6D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #761A6D is #89E592. Grayscale: #3E3E3E. Windows color (decimal): -9037203 or 7150198. OLE color: 7150198.
HSL color Cylindrical-coordinate representation of color #761A6D: hue angle of 305.87º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #761A6D is Cyan = 0, Magento = 0.78, Yellow = 0.08 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 26 | 109 | - |
| CMYK | 0 | 0.78 | 0.08 | 0.54 |
| HSL | 305.87º | 0.64% | 0.28% | - |
| HSV(B) | 305.87º | 0.78% | 0.46% | - |
| XYZ | 10.6 | 5.69 | 15.01 | - |
| YUV | 62.97 | 153.98 | 167.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 26 | 109 | 0 | 0.78 | 0.08 | 0.54 | 305.87 | 0.64 | 0.28 |
| Hex | 76 | 1A | 6D | 0 | 4E | 8 | 36 | 132 | 40 | 1C |
| Octal | 166 | 32 | 155 | 0 | 116 | 10 | 66 | 462 | 100 | 34 |
| Binary | 1110110 | 11010 | 1101101 | 0 | 1001110 | 1000 | 110110 | 100110010 | 1000000 | 11100 |
Color Harmonies of #761A6D
Complementary color
Monochromatic Colors of #761A6D
Black with #761A6D
Text Example
Text Example
White with #761A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #761A6D; }
p { color: rgb(118,26,109); }
H1.HeaderClassName
{
color: #761A6D;
}
.AnyTagClassName
{
color: #761A6D;
}
</style>
background-color css
<style>
a { background-color: #761A6D; }
a { background-color: rgb(118,26,109); }
div.DivClassName
{
background-color: #761A6D;
}
.BgClassName
{
background-color: #761A6D;
}
</style>
border-color css
<style>
span { border-color: #761A6D; }
span { border-color: rgb(118,26,109); }
td.TdClassName
{
border-color: #761A6D;
}
.TagClassName
{
border-color: #761A6D;
}
</style>