Shades of Dark Magenta #770299
Tints of Dark Magenta #770299
RGB
CMYK
RGB Variations
Color information
#770299 (or 0x770299) is known color: Dark Magenta. HEX triplet: 77, 02 and 99. RGB value is (119,2,153). Sum of RGB (Red+Green+Blue) = 119+2+153=274 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.43% from 274); Green value is 2 (1.17% from 255 or 0.73% from 274); Blue value is 153 (60.16% from 255 or 55.84% from 274); Max value from RGB is 153 - color contains mainly: blue. Hex color #770299 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #770299 is #88FD66. Grayscale: #353535. Windows color (decimal): -8977767 or 10027639. OLE color: 10027639.
HSL color Cylindrical-coordinate representation of color #770299: hue angle of 286.49º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #770299 is Cyan = 0.22, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 119 | 2 | 153 | - |
| CMYK | 0.22 | 0.99 | 0 | 0.4 |
| HSL | 286.49º | 0.97% | 0.3% | - |
| HSV(B) | 286.49º | 0.99% | 0.6% | - |
| XYZ | 13.38 | 6.27 | 30.64 | - |
| YUV | 54.2 | 183.76 | 174.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 2 | 153 | 0.22 | 0.99 | 0 | 0.4 | 286.49 | 0.97 | 0.3 |
| Hex | 77 | 2 | 99 | 16 | 63 | 0 | 28 | 11E | 61 | 1E |
| Octal | 167 | 2 | 231 | 26 | 143 | 0 | 50 | 436 | 141 | 36 |
| Binary | 1110111 | 10 | 10011001 | 10110 | 1100011 | 0 | 101000 | 100011110 | 1100001 | 11110 |
Color Harmonies of #770299
Complementary color
Monochromatic Colors of #770299
Black with #770299
Text Example
Text Example
White with #770299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770299; }
p { color: rgb(119,2,153); }
H1.HeaderClassName
{
color: #770299;
}
.AnyTagClassName
{
color: #770299;
}
</style>
background-color css
<style>
a { background-color: #770299; }
a { background-color: rgb(119,2,153); }
div.DivClassName
{
background-color: #770299;
}
.BgClassName
{
background-color: #770299;
}
</style>
border-color css
<style>
span { border-color: #770299; }
span { border-color: rgb(119,2,153); }
td.TdClassName
{
border-color: #770299;
}
.TagClassName
{
border-color: #770299;
}
</style>