Html Css Color HEX #71039D Dark Magenta

📋 copy color: '#71039D'

red 113 ◦ green 3 ◦ blue 157

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

Shades of Dark Magenta #71039D

Tints of Dark Magenta #71039D

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.1%

 BLUE value IS 157 (61.72% from 255) = 57.51%

R = 41.39%
G = 1.1%
B = 57.51%

CMYK

 C value IS 0.28

 M value IS 0.98

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#71039D (or 0x71039D) is known color: Dark Magenta. HEX triplet: 71, 03 and 9D. RGB value is (113,3,157). Sum of RGB (Red+Green+Blue) = 113+3+157=273 (36% of max value = 765). Red value is 113 (44.53% from 255 or 41.39% from 273); Green value is 3 (1.56% from 255 or 1.10% from 273); Blue value is 157 (61.72% from 255 or 57.51% from 273); Max value from RGB is 157 - color contains mainly: blue. Hex color #71039D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #71039D is #8EFC62. Grayscale: #343434. Windows color (decimal): -9370723 or 10290033. OLE color: 10290033.

HSL color Cylindrical-coordinate representation of color #71039D: hue angle of 282.86º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #71039D is Cyan = 0.28, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 113 3 157 -
CMYK 0.28 0.98 0 0.38
HSL 282.86º 0.96% 0.31% -
HSV(B) 282.86º 0.98% 0.62% -
XYZ 12.93 6.01 32.38 -
YUV 53.45 186.44 170.48 -
System Red Green Blue C M Y K H S L
Decimal 113 3 157 0.28 0.98 0 0.38 282.86 0.96 0.31
Hex 71 3 9D 1C 62 0 26 11B 60 1F
Octal 161 3 235 34 142 0 46 433 140 37
Binary 1110001 11 10011101 11100 1100010 0 100110 100011011 1100000 11111

Color Harmonies of #71039D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71039D

Black with #71039D

Text Example


Text Example

White with #71039D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71039D; }

 p { color: rgb(113,3,157); }

 H1.HeaderClassName
 {
   color: #71039D;
 }
 .AnyTagClassName
 {
   color: #71039D;
 }
</style>

background-color css

<style>
 a { background-color: #71039D; }

 a { background-color: rgb(113,3,157); }

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

border-color css

<style>
 span { border-color: #71039D; }

 span { border-color: rgb(113,3,157); }

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