Shades of Dark Magenta #770DA8
Tints of Dark Magenta #770DA8
RGB
CMYK
RGB Variations
Color information
#770DA8 (or 0x770DA8) is known color: Dark Magenta. HEX triplet: 77, 0D and A8. RGB value is (119,13,168). Sum of RGB (Red+Green+Blue) = 119+13+168=300 (39% of max value = 765). Red value is 119 (46.88% from 255 or 39.67% from 300); Green value is 13 (5.47% from 255 or 4.33% from 300); Blue value is 168 (66.02% from 255 or 56% from 300); Max value from RGB is 168 - color contains mainly: blue. Hex color #770DA8 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #770DA8 is #88F257. Grayscale: #3D3D3D. Windows color (decimal): -8974936 or 11013495. OLE color: 11013495.
HSL color Cylindrical-coordinate representation of color #770DA8: hue angle of 281.03º degrees, saturation: 0.86, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #770DA8 is Cyan = 0.29, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 119 | 13 | 168 | - |
| CMYK | 0.29 | 0.92 | 0 | 0.34 |
| HSL | 281.03º | 0.86% | 0.35% | - |
| HSV(B) | 281.03º | 0.92% | 0.66% | - |
| XYZ | 14.82 | 7.04 | 37.62 | - |
| YUV | 62.36 | 187.62 | 168.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 13 | 168 | 0.29 | 0.92 | 0 | 0.34 | 281.03 | 0.86 | 0.35 |
| Hex | 77 | D | A8 | 1D | 5C | 0 | 22 | 119 | 56 | 23 |
| Octal | 167 | 15 | 250 | 35 | 134 | 0 | 42 | 431 | 126 | 43 |
| Binary | 1110111 | 1101 | 10101000 | 11101 | 1011100 | 0 | 100010 | 100011001 | 1010110 | 100011 |
Color Harmonies of #770DA8
Complementary color
Monochromatic Colors of #770DA8
Black with #770DA8
Text Example
Text Example
White with #770DA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770DA8; }
p { color: rgb(119,13,168); }
H1.HeaderClassName
{
color: #770DA8;
}
.AnyTagClassName
{
color: #770DA8;
}
</style>
background-color css
<style>
a { background-color: #770DA8; }
a { background-color: rgb(119,13,168); }
div.DivClassName
{
background-color: #770DA8;
}
.BgClassName
{
background-color: #770DA8;
}
</style>
border-color css
<style>
span { border-color: #770DA8; }
span { border-color: rgb(119,13,168); }
td.TdClassName
{
border-color: #770DA8;
}
.TagClassName
{
border-color: #770DA8;
}
</style>