Html Css Color HEX #7410A1 Dark Magenta

📋 copy color: '#7410A1'

red 116 ◦ green 16 ◦ blue 161

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

Shades of Dark Magenta #7410A1

Tints of Dark Magenta #7410A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 54.95%

R = 39.59%
G = 5.46%
B = 54.95%

CMYK

 C value IS 0.28

 M value IS 0.90

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#7410A1 (or 0x7410A1) is known color: Dark Magenta. HEX triplet: 74, 10 and A1. RGB value is (116,16,161). Sum of RGB (Red+Green+Blue) = 116+16+161=293 (38% of max value = 765). Red value is 116 (45.70% from 255 or 39.59% from 293); Green value is 16 (6.64% from 255 or 5.46% from 293); Blue value is 161 (63.28% from 255 or 54.95% from 293); Max value from RGB is 161 - color contains mainly: blue. Hex color #7410A1 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7410A1 is #8BEF5E. Grayscale: #3D3D3D. Windows color (decimal): -9170783 or 10555508. OLE color: 10555508.

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

Color convert

RGB 116 16 161 -
CMYK 0.28 0.90 0 0.37
HSL 281.38º 0.82% 0.35% -
HSV(B) 281.38º 0.9% 0.63% -
XYZ 13.82 6.66 34.27 -
YUV 62.43 183.63 166.21 -
System Red Green Blue C M Y K H S L
Decimal 116 16 161 0.28 0.90 0 0.37 281.38 0.82 0.35
Hex 74 10 A1 1C 5A 0 25 119 52 23
Octal 164 20 241 34 132 0 45 431 122 43
Binary 1110100 10000 10100001 11100 1011010 0 100101 100011001 1010010 100011

Color Harmonies of #7410A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7410A1

Black with #7410A1

Text Example


Text Example

White with #7410A1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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