Html Css Color HEX #7902AD Dark Magenta

📋 copy color: '#7902AD'

red 121 ◦ green 2 ◦ blue 173

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

Shades of Dark Magenta #7902AD

Tints of Dark Magenta #7902AD

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.68%

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

R = 40.88%
G = 0.68%
B = 58.45%

CMYK

 C value IS 0.30

 M value IS 0.99

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7902AD (or 0x7902AD) is known color: Dark Magenta. HEX triplet: 79, 02 and AD. RGB value is (121,2,173). Sum of RGB (Red+Green+Blue) = 121+2+173=296 (39% of max value = 765). Red value is 121 (47.66% from 255 or 40.88% from 296); Green value is 2 (1.17% from 255 or 0.68% from 296); Blue value is 173 (67.97% from 255 or 58.45% from 296); Max value from RGB is 173 - color contains mainly: blue. Hex color #7902AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7902AD is #86FD52. Grayscale: #383838. Windows color (decimal): -8846675 or 11338361. OLE color: 11338361.

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

Color convert

RGB 121 2 173 -
CMYK 0.30 0.99 0 0.32
HSL 281.75º 0.98% 0.34% -
HSV(B) 281.75º 0.99% 0.68% -
XYZ 15.45 7.13 40.1 -
YUV 57.08 193.42 173.6 -
System Red Green Blue C M Y K H S L
Decimal 121 2 173 0.30 0.99 0 0.32 281.75 0.98 0.34
Hex 79 2 AD 1E 63 0 20 11A 62 22
Octal 171 2 255 36 143 0 40 432 142 42
Binary 1111001 10 10101101 11110 1100011 0 100000 100011010 1100010 100010

Color Harmonies of #7902AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7902AD

Black with #7902AD

Text Example


Text Example

White with #7902AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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