Shades of Dark Magenta #77069B
Tints of Dark Magenta #77069B
RGB
CMYK
RGB Variations
Color information
#77069B (or 0x77069B) is known color: Dark Magenta. HEX triplet: 77, 06 and 9B. RGB value is (119,6,155). Sum of RGB (Red+Green+Blue) = 119+6+155=280 (37% of max value = 765). Red value is 119 (46.88% from 255 or 42.5% from 280); Green value is 6 (2.73% from 255 or 2.14% from 280); Blue value is 155 (60.94% from 255 or 55.36% from 280); Max value from RGB is 155 - color contains mainly: blue. Hex color #77069B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #77069B is #88F964. Grayscale: #383838. Windows color (decimal): -8976741 or 10159735. OLE color: 10159735.
HSL color Cylindrical-coordinate representation of color #77069B: hue angle of 285.5º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #77069B is Cyan = 0.23, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 119 | 6 | 155 | - |
| CMYK | 0.23 | 0.96 | 0 | 0.39 |
| HSL | 285.5º | 0.93% | 0.32% | - |
| HSV(B) | 285.5º | 0.96% | 0.61% | - |
| XYZ | 13.59 | 6.42 | 31.53 | - |
| YUV | 56.77 | 183.44 | 172.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 6 | 155 | 0.23 | 0.96 | 0 | 0.39 | 285.5 | 0.93 | 0.32 |
| Hex | 77 | 6 | 9B | 17 | 60 | 0 | 27 | 11E | 5D | 20 |
| Octal | 167 | 6 | 233 | 27 | 140 | 0 | 47 | 436 | 135 | 40 |
| Binary | 1110111 | 110 | 10011011 | 10111 | 1100000 | 0 | 100111 | 100011110 | 1011101 | 100000 |
Color Harmonies of #77069B
Complementary color
Monochromatic Colors of #77069B
Black with #77069B
Text Example
Text Example
White with #77069B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77069B; }
p { color: rgb(119,6,155); }
H1.HeaderClassName
{
color: #77069B;
}
.AnyTagClassName
{
color: #77069B;
}
</style>
background-color css
<style>
a { background-color: #77069B; }
a { background-color: rgb(119,6,155); }
div.DivClassName
{
background-color: #77069B;
}
.BgClassName
{
background-color: #77069B;
}
</style>
border-color css
<style>
span { border-color: #77069B; }
span { border-color: rgb(119,6,155); }
td.TdClassName
{
border-color: #77069B;
}
.TagClassName
{
border-color: #77069B;
}
</style>