Shades of Dark Purple #761775
Tints of Dark Purple #761775
RGB
CMYK
RGB Variations
Color information
#761775 (or 0x761775) is known color: Dark Purple. HEX triplet: 76, 17 and 75. RGB value is (118,23,117). Sum of RGB (Red+Green+Blue) = 118+23+117=258 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.74% from 258); Green value is 23 (9.38% from 255 or 8.91% from 258); Blue value is 117 (46.09% from 255 or 45.35% from 258); Max value from RGB is 118 - color contains mainly: red. Hex color #761775 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #761775 is #89E88A. Grayscale: #3D3D3D. Windows color (decimal): -9037963 or 7673718. OLE color: 7673718.
HSL color Cylindrical-coordinate representation of color #761775: hue angle of 300.63º degrees, saturation: 0.67, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #761775 is Cyan = 0, Magento = 0.81, Yellow = 0.01 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 23 | 117 | - |
| CMYK | 0 | 0.81 | 0.01 | 0.54 |
| HSL | 300.63º | 0.67% | 0.28% | - |
| HSV(B) | 300.63º | 0.81% | 0.46% | - |
| XYZ | 10.99 | 5.75 | 17.36 | - |
| YUV | 62.12 | 158.97 | 167.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 23 | 117 | 0 | 0.81 | 0.01 | 0.54 | 300.63 | 0.67 | 0.28 |
| Hex | 76 | 17 | 75 | 0 | 51 | 1 | 36 | 12D | 43 | 1C |
| Octal | 166 | 27 | 165 | 0 | 121 | 1 | 66 | 455 | 103 | 34 |
| Binary | 1110110 | 10111 | 1110101 | 0 | 1010001 | 1 | 110110 | 100101101 | 1000011 | 11100 |
Color Harmonies of #761775
Complementary color
Monochromatic Colors of #761775
Black with #761775
Text Example
Text Example
White with #761775
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #761775; }
p { color: rgb(118,23,117); }
H1.HeaderClassName
{
color: #761775;
}
.AnyTagClassName
{
color: #761775;
}
</style>
background-color css
<style>
a { background-color: #761775; }
a { background-color: rgb(118,23,117); }
div.DivClassName
{
background-color: #761775;
}
.BgClassName
{
background-color: #761775;
}
</style>
border-color css
<style>
span { border-color: #761775; }
span { border-color: rgb(118,23,117); }
td.TdClassName
{
border-color: #761775;
}
.TagClassName
{
border-color: #761775;
}
</style>