Html Css Color HEX #7410A5 Dark Magenta

📋 copy color: '#7410A5'

red 116 ◦ green 16 ◦ blue 165

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

Shades of Dark Magenta #7410A5

Tints of Dark Magenta #7410A5

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.39%

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

R = 39.06%
G = 5.39%
B = 55.56%

CMYK

 C value IS 0.30

 M value IS 0.90

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#7410A5 (or 0x7410A5) is known color: Dark Magenta. HEX triplet: 74, 10 and A5. RGB value is (116,16,165). Sum of RGB (Red+Green+Blue) = 116+16+165=297 (39% of max value = 765). Red value is 116 (45.70% from 255 or 39.06% from 297); Green value is 16 (6.64% from 255 or 5.39% from 297); Blue value is 165 (64.84% from 255 or 55.56% from 297); Max value from RGB is 165 - color contains mainly: blue. Hex color #7410A5 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7410A5 is #8BEF5A. Grayscale: #3E3E3E. Windows color (decimal): -9170779 or 10817652. OLE color: 10817652.

HSL color Cylindrical-coordinate representation of color #7410A5: hue angle of 280.27º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7410A5 is Cyan = 0.30, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 116 16 165 -
CMYK 0.30 0.90 0 0.35
HSL 280.27º 0.82% 0.35% -
HSV(B) 280.27º 0.9% 0.65% -
XYZ 14.18 6.8 36.16 -
YUV 62.89 185.63 165.88 -
System Red Green Blue C M Y K H S L
Decimal 116 16 165 0.30 0.90 0 0.35 280.27 0.82 0.35
Hex 74 10 A5 1E 5A 0 23 118 52 23
Octal 164 20 245 36 132 0 43 430 122 43
Binary 1110100 10000 10100101 11110 1011010 0 100011 100011000 1010010 100011

Color Harmonies of #7410A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7410A5

Black with #7410A5

Text Example


Text Example

White with #7410A5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,16,165); }

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

background-color css

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

 a { background-color: rgb(116,16,165); }

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

border-color css

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

 span { border-color: rgb(116,16,165); }

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