Html Css Color HEX #7804A5 Dark Magenta

📋 copy color: '#7804A5'

red 120 ◦ green 4 ◦ blue 165

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

Shades of Dark Magenta #7804A5

Tints of Dark Magenta #7804A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 57.09%

R = 41.52%
G = 1.38%
B = 57.09%

CMYK

 C value IS 0.27

 M value IS 0.98

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#7804A5 (or 0x7804A5) is known color: Dark Magenta. HEX triplet: 78, 04 and A5. RGB value is (120,4,165). Sum of RGB (Red+Green+Blue) = 120+4+165=289 (38% of max value = 765). Red value is 120 (47.27% from 255 or 41.52% from 289); Green value is 4 (1.95% from 255 or 1.38% from 289); Blue value is 165 (64.84% from 255 or 57.09% from 289); Max value from RGB is 165 - color contains mainly: blue. Hex color #7804A5 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7804A5 is #87FB5A. Grayscale: #383838. Windows color (decimal): -8911707 or 10814584. OLE color: 10814584.

HSL color Cylindrical-coordinate representation of color #7804A5: hue angle of 283.23º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7804A5 is Cyan = 0.27, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 120 4 165 -
CMYK 0.27 0.98 0 0.35
HSL 283.23º 0.95% 0.33% -
HSV(B) 283.23º 0.98% 0.65% -
XYZ 14.58 6.8 36.14 -
YUV 57.04 188.93 172.91 -
System Red Green Blue C M Y K H S L
Decimal 120 4 165 0.27 0.98 0 0.35 283.23 0.95 0.33
Hex 78 4 A5 1B 62 0 23 11B 5F 21
Octal 170 4 245 33 142 0 43 433 137 41
Binary 1111000 100 10100101 11011 1100010 0 100011 100011011 1011111 100001

Color Harmonies of #7804A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7804A5

Black with #7804A5

Text Example


Text Example

White with #7804A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7804A5; }

 p { color: rgb(120,4,165); }

 H1.HeaderClassName
 {
   color: #7804A5;
 }
 .AnyTagClassName
 {
   color: #7804A5;
 }
</style>

background-color css

<style>
 a { background-color: #7804A5; }

 a { background-color: rgb(120,4,165); }

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

border-color css

<style>
 span { border-color: #7804A5; }

 span { border-color: rgb(120,4,165); }

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