Shades of Dark Magenta #7B0FAA
Tints of Dark Magenta #7B0FAA
RGB
CMYK
RGB Variations
Color information
#7B0FAA (or 0x7B0FAA) is known color: Dark Magenta. HEX triplet: 7B, 0F and AA. RGB value is (123,15,170). Sum of RGB (Red+Green+Blue) = 123+15+170=308 (40% of max value = 765). Red value is 123 (48.44% from 255 or 39.94% from 308); Green value is 15 (6.25% from 255 or 4.87% from 308); Blue value is 170 (66.80% from 255 or 55.19% from 308); Max value from RGB is 170 - color contains mainly: blue. Hex color #7B0FAA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7B0FAA is #84F055. Grayscale: #404040. Windows color (decimal): -8712278 or 11145083. OLE color: 11145083.
HSL color Cylindrical-coordinate representation of color #7B0FAA: hue angle of 281.81º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7B0FAA is Cyan = 0.28, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 123 | 15 | 170 | - |
| CMYK | 0.28 | 0.91 | 0 | 0.33 |
| HSL | 281.81º | 0.84% | 0.36% | - |
| HSV(B) | 281.81º | 0.91% | 0.67% | - |
| XYZ | 15.59 | 7.45 | 38.65 | - |
| YUV | 64.96 | 187.28 | 169.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 15 | 170 | 0.28 | 0.91 | 0 | 0.33 | 281.81 | 0.84 | 0.36 |
| Hex | 7B | F | AA | 1C | 5B | 0 | 21 | 11A | 54 | 24 |
| Octal | 173 | 17 | 252 | 34 | 133 | 0 | 41 | 432 | 124 | 44 |
| Binary | 1111011 | 1111 | 10101010 | 11100 | 1011011 | 0 | 100001 | 100011010 | 1010100 | 100100 |
Color Harmonies of #7B0FAA
Complementary color
Monochromatic Colors of #7B0FAA
Black with #7B0FAA
Text Example
Text Example
White with #7B0FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B0FAA; }
p { color: rgb(123,15,170); }
H1.HeaderClassName
{
color: #7B0FAA;
}
.AnyTagClassName
{
color: #7B0FAA;
}
</style>
background-color css
<style>
a { background-color: #7B0FAA; }
a { background-color: rgb(123,15,170); }
div.DivClassName
{
background-color: #7B0FAA;
}
.BgClassName
{
background-color: #7B0FAA;
}
</style>
border-color css
<style>
span { border-color: #7B0FAA; }
span { border-color: rgb(123,15,170); }
td.TdClassName
{
border-color: #7B0FAA;
}
.TagClassName
{
border-color: #7B0FAA;
}
</style>