Html Css Color HEX #7408A0 Dark Magenta

📋 copy color: '#7408A0'

red 116 ◦ green 8 ◦ blue 160

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

Shades of Dark Magenta #7408A0

Tints of Dark Magenta #7408A0

RGB

 RED value IS 116 (45.7% from 255) = 40.85%

 GREEN value IS 8 (3.52% from 255) = 2.82%

 BLUE value IS 160 (62.89% from 255) = 56.34%

R = 40.85%
G = 2.82%
B = 56.34%

CMYK

 C value IS 0.28

 M value IS 0.95

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#7408A0 (or 0x7408A0) is known color: Dark Magenta. HEX triplet: 74, 08 and A0. RGB value is (116,8,160). Sum of RGB (Red+Green+Blue) = 116+8+160=284 (37% of max value = 765). Red value is 116 (45.70% from 255 or 40.85% from 284); Green value is 8 (3.52% from 255 or 2.82% from 284); Blue value is 160 (62.89% from 255 or 56.34% from 284); Max value from RGB is 160 - color contains mainly: blue. Hex color #7408A0 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7408A0 is #8BF75F. Grayscale: #393939. Windows color (decimal): -9172832 or 10487924. OLE color: 10487924.

HSL color Cylindrical-coordinate representation of color #7408A0: hue angle of 282.63º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7408A0 is Cyan = 0.28, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 116 8 160 -
CMYK 0.28 0.95 0 0.37
HSL 282.63º 0.9% 0.33% -
HSV(B) 282.63º 0.95% 0.63% -
XYZ 13.63 6.42 33.78 -
YUV 57.62 185.78 169.64 -
System Red Green Blue C M Y K H S L
Decimal 116 8 160 0.28 0.95 0 0.37 282.63 0.9 0.33
Hex 74 8 A0 1C 5F 0 25 11B 5A 21
Octal 164 10 240 34 137 0 45 433 132 41
Binary 1110100 1000 10100000 11100 1011111 0 100101 100011011 1011010 100001

Color Harmonies of #7408A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7408A0

Black with #7408A0

Text Example


Text Example

White with #7408A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7408A0; }

 p { color: rgb(116,8,160); }

 H1.HeaderClassName
 {
   color: #7408A0;
 }
 .AnyTagClassName
 {
   color: #7408A0;
 }
</style>

background-color css

<style>
 a { background-color: #7408A0; }

 a { background-color: rgb(116,8,160); }

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

border-color css

<style>
 span { border-color: #7408A0; }

 span { border-color: rgb(116,8,160); }

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