Shades of Dark Purple #761369
Tints of Dark Purple #761369
RGB
CMYK
RGB Variations
Color information
#761369 (or 0x761369) is known color: Dark Purple. HEX triplet: 76, 13 and 69. RGB value is (118,19,105). Sum of RGB (Red+Green+Blue) = 118+19+105=242 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.76% from 242); Green value is 19 (7.81% from 255 or 7.85% from 242); Blue value is 105 (41.41% from 255 or 43.39% from 242); Max value from RGB is 118 - color contains mainly: red. Hex color #761369 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #761369 is #89EC96. Grayscale: #3A3A3A. Windows color (decimal): -9038999 or 6886262. OLE color: 6886262.
HSL color Cylindrical-coordinate representation of color #761369: hue angle of 307.88º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #761369 is Cyan = 0, Magento = 0.84, Yellow = 0.11 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 19 | 105 | - |
| CMYK | 0 | 0.84 | 0.11 | 0.54 |
| HSL | 307.88º | 0.72% | 0.27% | - |
| HSV(B) | 307.88º | 0.84% | 0.46% | - |
| XYZ | 10.25 | 5.34 | 13.85 | - |
| YUV | 58.41 | 154.3 | 170.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 19 | 105 | 0 | 0.84 | 0.11 | 0.54 | 307.88 | 0.72 | 0.27 |
| Hex | 76 | 13 | 69 | 0 | 54 | B | 36 | 134 | 48 | 1B |
| Octal | 166 | 23 | 151 | 0 | 124 | 13 | 66 | 464 | 110 | 33 |
| Binary | 1110110 | 10011 | 1101001 | 0 | 1010100 | 1011 | 110110 | 100110100 | 1001000 | 11011 |
Color Harmonies of #761369
Complementary color
Monochromatic Colors of #761369
Black with #761369
Text Example
Text Example
White with #761369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #761369; }
p { color: rgb(118,19,105); }
H1.HeaderClassName
{
color: #761369;
}
.AnyTagClassName
{
color: #761369;
}
</style>
background-color css
<style>
a { background-color: #761369; }
a { background-color: rgb(118,19,105); }
div.DivClassName
{
background-color: #761369;
}
.BgClassName
{
background-color: #761369;
}
</style>
border-color css
<style>
span { border-color: #761369; }
span { border-color: rgb(118,19,105); }
td.TdClassName
{
border-color: #761369;
}
.TagClassName
{
border-color: #761369;
}
</style>