Html Css Color HEX #71059B Dark Magenta

📋 copy color: '#71059B'

red 113 ◦ green 5 ◦ blue 155

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

Shades of Dark Magenta #71059B

Tints of Dark Magenta #71059B

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.83%

 BLUE value IS 155 (60.94% from 255) = 56.78%

R = 41.39%
G = 1.83%
B = 56.78%

CMYK

 C value IS 0.27

 M value IS 0.97

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#71059B (or 0x71059B) is known color: Dark Magenta. HEX triplet: 71, 05 and 9B. RGB value is (113,5,155). Sum of RGB (Red+Green+Blue) = 113+5+155=273 (36% of max value = 765). Red value is 113 (44.53% from 255 or 41.39% from 273); Green value is 5 (2.34% from 255 or 1.83% from 273); Blue value is 155 (60.94% from 255 or 56.78% from 273); Max value from RGB is 155 - color contains mainly: blue. Hex color #71059B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #71059B is #8EFA64. Grayscale: #353535. Windows color (decimal): -9370213 or 10159473. OLE color: 10159473.

HSL color Cylindrical-coordinate representation of color #71059B: hue angle of 283.2º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #71059B is Cyan = 0.27, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 113 5 155 -
CMYK 0.27 0.97 0 0.39
HSL 283.2º 0.94% 0.31% -
HSV(B) 283.2º 0.97% 0.61% -
XYZ 12.78 5.99 31.49 -
YUV 54.39 184.78 169.8 -
System Red Green Blue C M Y K H S L
Decimal 113 5 155 0.27 0.97 0 0.39 283.2 0.94 0.31
Hex 71 5 9B 1B 61 0 27 11B 5E 1F
Octal 161 5 233 33 141 0 47 433 136 37
Binary 1110001 101 10011011 11011 1100001 0 100111 100011011 1011110 11111

Color Harmonies of #71059B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71059B

Black with #71059B

Text Example


Text Example

White with #71059B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71059B; }

 p { color: rgb(113,5,155); }

 H1.HeaderClassName
 {
   color: #71059B;
 }
 .AnyTagClassName
 {
   color: #71059B;
 }
</style>

background-color css

<style>
 a { background-color: #71059B; }

 a { background-color: rgb(113,5,155); }

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

border-color css

<style>
 span { border-color: #71059B; }

 span { border-color: rgb(113,5,155); }

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