Shades of Dark Magenta #7F03A4
Tints of Dark Magenta #7F03A4
RGB
CMYK
RGB Variations
Color information
#7F03A4 (or 0x7F03A4) is known color: Dark Magenta. HEX triplet: 7F, 03 and A4. RGB value is (127,3,164). Sum of RGB (Red+Green+Blue) = 127+3+164=294 (38% of max value = 765). Red value is 127 (50% from 255 or 43.20% from 294); Green value is 3 (1.56% from 255 or 1.02% from 294); Blue value is 164 (64.45% from 255 or 55.78% from 294); Max value from RGB is 164 - color contains mainly: blue. Hex color #7F03A4 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7F03A4 is #80FC5B. Grayscale: #393939. Windows color (decimal): -8453212 or 10748799. OLE color: 10748799.
HSL color Cylindrical-coordinate representation of color #7F03A4: hue angle of 286.21º degrees, saturation: 0.96, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7F03A4 is Cyan = 0.23, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 127 | 3 | 164 | - |
| CMYK | 0.23 | 0.98 | 0 | 0.36 |
| HSL | 286.21º | 0.96% | 0.33% | - |
| HSV(B) | 286.21º | 0.98% | 0.64% | - |
| XYZ | 15.49 | 7.26 | 35.71 | - |
| YUV | 58.43 | 187.58 | 176.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 3 | 164 | 0.23 | 0.98 | 0 | 0.36 | 286.21 | 0.96 | 0.33 |
| Hex | 7F | 3 | A4 | 17 | 62 | 0 | 24 | 11E | 60 | 21 |
| Octal | 177 | 3 | 244 | 27 | 142 | 0 | 44 | 436 | 140 | 41 |
| Binary | 1111111 | 11 | 10100100 | 10111 | 1100010 | 0 | 100100 | 100011110 | 1100000 | 100001 |
Color Harmonies of #7F03A4
Complementary color
Monochromatic Colors of #7F03A4
Black with #7F03A4
Text Example
Text Example
White with #7F03A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F03A4; }
p { color: rgb(127,3,164); }
H1.HeaderClassName
{
color: #7F03A4;
}
.AnyTagClassName
{
color: #7F03A4;
}
</style>
background-color css
<style>
a { background-color: #7F03A4; }
a { background-color: rgb(127,3,164); }
div.DivClassName
{
background-color: #7F03A4;
}
.BgClassName
{
background-color: #7F03A4;
}
</style>
border-color css
<style>
span { border-color: #7F03A4; }
span { border-color: rgb(127,3,164); }
td.TdClassName
{
border-color: #7F03A4;
}
.TagClassName
{
border-color: #7F03A4;
}
</style>