Html Css Color HEX #7805AA Dark Magenta

📋 copy color: '#7805AA'

red 120 ◦ green 5 ◦ blue 170

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

Shades of Dark Magenta #7805AA

Tints of Dark Magenta #7805AA

RGB

 RED value IS 120 (47.27% from 255) = 40.68%

 GREEN value IS 5 (2.34% from 255) = 1.69%

 BLUE value IS 170 (66.8% from 255) = 57.63%

R = 40.68%
G = 1.69%
B = 57.63%

CMYK

 C value IS 0.29

 M value IS 0.97

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7805AA (or 0x7805AA) is known color: Dark Magenta. HEX triplet: 78, 05 and AA. RGB value is (120,5,170). Sum of RGB (Red+Green+Blue) = 120+5+170=295 (39% of max value = 765). Red value is 120 (47.27% from 255 or 40.68% from 295); Green value is 5 (2.34% from 255 or 1.69% from 295); Blue value is 170 (66.80% from 255 or 57.63% from 295); Max value from RGB is 170 - color contains mainly: blue. Hex color #7805AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7805AA is #87FA55. Grayscale: #393939. Windows color (decimal): -8911446 or 11142520. OLE color: 11142520.

HSL color Cylindrical-coordinate representation of color #7805AA: hue angle of 281.82º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7805AA is Cyan = 0.29, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 120 5 170 -
CMYK 0.29 0.97 0 0.33
HSL 281.82º 0.94% 0.34% -
HSV(B) 281.82º 0.97% 0.67% -
XYZ 15.06 7 38.59 -
YUV 58.2 191.1 172.08 -
System Red Green Blue C M Y K H S L
Decimal 120 5 170 0.29 0.97 0 0.33 281.82 0.94 0.34
Hex 78 5 AA 1D 61 0 21 11A 5E 22
Octal 170 5 252 35 141 0 41 432 136 42
Binary 1111000 101 10101010 11101 1100001 0 100001 100011010 1011110 100010

Color Harmonies of #7805AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7805AA

Black with #7805AA

Text Example


Text Example

White with #7805AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7805AA; }

 p { color: rgb(120,5,170); }

 H1.HeaderClassName
 {
   color: #7805AA;
 }
 .AnyTagClassName
 {
   color: #7805AA;
 }
</style>

background-color css

<style>
 a { background-color: #7805AA; }

 a { background-color: rgb(120,5,170); }

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

border-color css

<style>
 span { border-color: #7805AA; }

 span { border-color: rgb(120,5,170); }

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