Shades of Dark Purple #761669
Tints of Dark Purple #761669
RGB
CMYK
RGB Variations
Color information
#761669 (or 0x761669) is known color: Dark Purple. HEX triplet: 76, 16 and 69. RGB value is (118,22,105). Sum of RGB (Red+Green+Blue) = 118+22+105=245 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.16% from 245); Green value is 22 (8.98% from 255 or 8.98% from 245); Blue value is 105 (41.41% from 255 or 42.86% from 245); Max value from RGB is 118 - color contains mainly: red. Hex color #761669 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #761669 is #89E996. Grayscale: #3B3B3B. Windows color (decimal): -9038231 or 6887030. OLE color: 6887030.
HSL color Cylindrical-coordinate representation of color #761669: hue angle of 308.12º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #761669 is Cyan = 0, Magento = 0.81, Yellow = 0.11 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 22 | 105 | - |
| CMYK | 0 | 0.81 | 0.11 | 0.54 |
| HSL | 308.13º | 0.69% | 0.27% | - |
| HSV(B) | 308.13º | 0.81% | 0.46% | - |
| XYZ | 10.31 | 5.45 | 13.87 | - |
| YUV | 60.17 | 153.3 | 169.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 22 | 105 | 0 | 0.81 | 0.11 | 0.54 | 308.13 | 0.69 | 0.27 |
| Hex | 76 | 16 | 69 | 0 | 51 | B | 36 | 134 | 45 | 1B |
| Octal | 166 | 26 | 151 | 0 | 121 | 13 | 66 | 464 | 105 | 33 |
| Binary | 1110110 | 10110 | 1101001 | 0 | 1010001 | 1011 | 110110 | 100110100 | 1000101 | 11011 |
Color Harmonies of #761669
Complementary color
Monochromatic Colors of #761669
Black with #761669
Text Example
Text Example
White with #761669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #761669; }
p { color: rgb(118,22,105); }
H1.HeaderClassName
{
color: #761669;
}
.AnyTagClassName
{
color: #761669;
}
</style>
background-color css
<style>
a { background-color: #761669; }
a { background-color: rgb(118,22,105); }
div.DivClassName
{
background-color: #761669;
}
.BgClassName
{
background-color: #761669;
}
</style>
border-color css
<style>
span { border-color: #761669; }
span { border-color: rgb(118,22,105); }
td.TdClassName
{
border-color: #761669;
}
.TagClassName
{
border-color: #761669;
}
</style>