Shades of Dark Magenta #77019B
Tints of Dark Magenta #77019B
RGB
CMYK
RGB Variations
Color information
#77019B (or 0x77019B) is known color: Dark Magenta. HEX triplet: 77, 01 and 9B. RGB value is (119,1,155). Sum of RGB (Red+Green+Blue) = 119+1+155=275 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.27% from 275); Green value is 1 (0.78% from 255 or 0.36% from 275); Blue value is 155 (60.94% from 255 or 56.36% from 275); Max value from RGB is 155 - color contains mainly: blue. Hex color #77019B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #77019B is #88FE64. Grayscale: #353535. Windows color (decimal): -8978021 or 10158455. OLE color: 10158455.
HSL color Cylindrical-coordinate representation of color #77019B: hue angle of 285.97º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #77019B is Cyan = 0.23, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 119 | 1 | 155 | - |
| CMYK | 0.23 | 0.99 | 0 | 0.39 |
| HSL | 285.97º | 0.99% | 0.31% | - |
| HSV(B) | 285.97º | 0.99% | 0.61% | - |
| XYZ | 13.54 | 6.31 | 31.51 | - |
| YUV | 53.84 | 185.09 | 174.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 1 | 155 | 0.23 | 0.99 | 0 | 0.39 | 285.97 | 0.99 | 0.31 |
| Hex | 77 | 1 | 9B | 17 | 63 | 0 | 27 | 11E | 63 | 1F |
| Octal | 167 | 1 | 233 | 27 | 143 | 0 | 47 | 436 | 143 | 37 |
| Binary | 1110111 | 1 | 10011011 | 10111 | 1100011 | 0 | 100111 | 100011110 | 1100011 | 11111 |
Color Harmonies of #77019B
Complementary color
Monochromatic Colors of #77019B
Black with #77019B
Text Example
Text Example
White with #77019B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77019B; }
p { color: rgb(119,1,155); }
H1.HeaderClassName
{
color: #77019B;
}
.AnyTagClassName
{
color: #77019B;
}
</style>
background-color css
<style>
a { background-color: #77019B; }
a { background-color: rgb(119,1,155); }
div.DivClassName
{
background-color: #77019B;
}
.BgClassName
{
background-color: #77019B;
}
</style>
border-color css
<style>
span { border-color: #77019B; }
span { border-color: rgb(119,1,155); }
td.TdClassName
{
border-color: #77019B;
}
.TagClassName
{
border-color: #77019B;
}
</style>