Shades of Dark Magenta #7B08A4
Tints of Dark Magenta #7B08A4
RGB
CMYK
RGB Variations
Color information
#7B08A4 (or 0x7B08A4) is known color: Dark Magenta. HEX triplet: 7B, 08 and A4. RGB value is (123,8,164). Sum of RGB (Red+Green+Blue) = 123+8+164=295 (39% of max value = 765). Red value is 123 (48.44% from 255 or 41.69% from 295); Green value is 8 (3.52% from 255 or 2.71% from 295); Blue value is 164 (64.45% from 255 or 55.59% from 295); Max value from RGB is 164 - color contains mainly: blue. Hex color #7B08A4 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7B08A4 is #84F75B. Grayscale: #3B3B3B. Windows color (decimal): -8714076 or 10750075. OLE color: 10750075.
HSL color Cylindrical-coordinate representation of color #7B08A4: hue angle of 284.23º degrees, saturation: 0.91, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7B08A4 is Cyan = 0.25, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 123 | 8 | 164 | - |
| CMYK | 0.25 | 0.95 | 0 | 0.36 |
| HSL | 284.23º | 0.91% | 0.34% | - |
| HSV(B) | 284.23º | 0.95% | 0.64% | - |
| XYZ | 14.96 | 7.06 | 35.7 | - |
| YUV | 60.17 | 186.6 | 172.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 8 | 164 | 0.25 | 0.95 | 0 | 0.36 | 284.23 | 0.91 | 0.34 |
| Hex | 7B | 8 | A4 | 19 | 5F | 0 | 24 | 11C | 5B | 22 |
| Octal | 173 | 10 | 244 | 31 | 137 | 0 | 44 | 434 | 133 | 42 |
| Binary | 1111011 | 1000 | 10100100 | 11001 | 1011111 | 0 | 100100 | 100011100 | 1011011 | 100010 |
Color Harmonies of #7B08A4
Complementary color
Monochromatic Colors of #7B08A4
Black with #7B08A4
Text Example
Text Example
White with #7B08A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B08A4; }
p { color: rgb(123,8,164); }
H1.HeaderClassName
{
color: #7B08A4;
}
.AnyTagClassName
{
color: #7B08A4;
}
</style>
background-color css
<style>
a { background-color: #7B08A4; }
a { background-color: rgb(123,8,164); }
div.DivClassName
{
background-color: #7B08A4;
}
.BgClassName
{
background-color: #7B08A4;
}
</style>
border-color css
<style>
span { border-color: #7B08A4; }
span { border-color: rgb(123,8,164); }
td.TdClassName
{
border-color: #7B08A4;
}
.TagClassName
{
border-color: #7B08A4;
}
</style>