Html Css Color HEX #7904AD Dark Magenta

📋 copy color: '#7904AD'

red 121 ◦ green 4 ◦ blue 173

#7904AD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Magenta #7904AD

Tints of Dark Magenta #7904AD

RGB

 RED value IS 121 (47.66% from 255) = 40.6%

 GREEN value IS 4 (1.95% from 255) = 1.34%

 BLUE value IS 173 (67.97% from 255) = 58.05%

R = 40.6%
G = 1.34%
B = 58.05%

CMYK

 C value IS 0.30

 M value IS 0.98

 Y value IS 0

 K value IS 0.32

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#7904AD (or 0x7904AD) is known color: Dark Magenta. HEX triplet: 79, 04 and AD. RGB value is (121,4,173). Sum of RGB (Red+Green+Blue) = 121+4+173=298 (39% of max value = 765). Red value is 121 (47.66% from 255 or 40.60% from 298); Green value is 4 (1.95% from 255 or 1.34% from 298); Blue value is 173 (67.97% from 255 or 58.05% from 298); Max value from RGB is 173 - color contains mainly: blue. Hex color #7904AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7904AD is #86FB52. Grayscale: #393939. Windows color (decimal): -8846163 or 11338873. OLE color: 11338873.

HSL color Cylindrical-coordinate representation of color #7904AD: hue angle of 281.54º degrees, saturation: 0.95, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7904AD is Cyan = 0.30, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 121 4 173 -
CMYK 0.30 0.98 0 0.32
HSL 281.54º 0.95% 0.35% -
HSV(B) 281.54º 0.98% 0.68% -
XYZ 15.47 7.17 40.1 -
YUV 58.25 192.76 172.76 -
System Red Green Blue C M Y K H S L
Decimal 121 4 173 0.30 0.98 0 0.32 281.54 0.95 0.35
Hex 79 4 AD 1E 62 0 20 11A 5F 23
Octal 171 4 255 36 142 0 40 432 137 43
Binary 1111001 100 10101101 11110 1100010 0 100000 100011010 1011111 100011

Color Harmonies of #7904AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7904AD

Black with #7904AD

Text Example


Text Example

White with #7904AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7904AD; }

 p { color: rgb(121,4,173); }

 H1.HeaderClassName
 {
   color: #7904AD;
 }
 .AnyTagClassName
 {
   color: #7904AD;
 }
</style>

background-color css

<style>
 a { background-color: #7904AD; }

 a { background-color: rgb(121,4,173); }

 div.DivClassName
 {
   background-color: #7904AD;
 }
 .BgClassName
 {
   background-color: #7904AD;
 }
</style>

border-color css

<style>
 span { border-color: #7904AD; }

 span { border-color: rgb(121,4,173); }

 td.TdClassName
 {
   border-color: #7904AD;
 }
 .TagClassName
 {
   border-color: #7904AD;
 }
</style>