Html Css Color HEX #71049A Dark Magenta

📋 copy color: '#71049A'

red 113 ◦ green 4 ◦ blue 154

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

Shades of Dark Magenta #71049A

Tints of Dark Magenta #71049A

RGB

 RED value IS 113 (44.53% from 255) = 41.7%

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

 BLUE value IS 154 (60.55% from 255) = 56.83%

R = 41.7%
G = 1.48%
B = 56.83%

CMYK

 C value IS 0.27

 M value IS 0.97

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#71049A (or 0x71049A) is known color: Dark Magenta. HEX triplet: 71, 04 and 9A. RGB value is (113,4,154). Sum of RGB (Red+Green+Blue) = 113+4+154=271 (35% of max value = 765). Red value is 113 (44.53% from 255 or 41.70% from 271); Green value is 4 (1.95% from 255 or 1.48% from 271); Blue value is 154 (60.55% from 255 or 56.83% from 271); Max value from RGB is 154 - color contains mainly: blue. Hex color #71049A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #71049A is #8EFB65. Grayscale: #353535. Windows color (decimal): -9370470 or 10093681. OLE color: 10093681.

HSL color Cylindrical-coordinate representation of color #71049A: hue angle of 283.6º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #71049A is Cyan = 0.27, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 113 4 154 -
CMYK 0.27 0.97 0 0.40
HSL 283.6º 0.95% 0.31% -
HSV(B) 283.6º 0.97% 0.6% -
XYZ 12.69 5.93 31.05 -
YUV 53.69 184.61 170.3 -
System Red Green Blue C M Y K H S L
Decimal 113 4 154 0.27 0.97 0 0.40 283.6 0.95 0.31
Hex 71 4 9A 1B 61 0 28 11C 5F 1F
Octal 161 4 232 33 141 0 50 434 137 37
Binary 1110001 100 10011010 11011 1100001 0 101000 100011100 1011111 11111

Color Harmonies of #71049A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71049A

Black with #71049A

Text Example


Text Example

White with #71049A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71049A; }

 p { color: rgb(113,4,154); }

 H1.HeaderClassName
 {
   color: #71049A;
 }
 .AnyTagClassName
 {
   color: #71049A;
 }
</style>

background-color css

<style>
 a { background-color: #71049A; }

 a { background-color: rgb(113,4,154); }

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

border-color css

<style>
 span { border-color: #71049A; }

 span { border-color: rgb(113,4,154); }

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