Html Css Color HEX #71059F Dark Magenta

📋 copy color: '#71059F'

red 113 ◦ green 5 ◦ blue 159

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

Shades of Dark Magenta #71059F

Tints of Dark Magenta #71059F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 57.4%

R = 40.79%
G = 1.81%
B = 57.4%

CMYK

 C value IS 0.29

 M value IS 0.97

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#71059F (or 0x71059F) is known color: Dark Magenta. HEX triplet: 71, 05 and 9F. RGB value is (113,5,159). Sum of RGB (Red+Green+Blue) = 113+5+159=277 (36% of max value = 765). Red value is 113 (44.53% from 255 or 40.79% from 277); Green value is 5 (2.34% from 255 or 1.81% from 277); Blue value is 159 (62.5% from 255 or 57.40% from 277); Max value from RGB is 159 - color contains mainly: blue. Hex color #71059F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #71059F is #8EFA60. Grayscale: #363636. Windows color (decimal): -9370209 or 10421617. OLE color: 10421617.

HSL color Cylindrical-coordinate representation of color #71059F: hue angle of 282.08º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #71059F is Cyan = 0.29, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 113 5 159 -
CMYK 0.29 0.97 0 0.38
HSL 282.08º 0.94% 0.32% -
HSV(B) 282.08º 0.97% 0.62% -
XYZ 13.12 6.12 33.29 -
YUV 54.85 186.78 169.48 -
System Red Green Blue C M Y K H S L
Decimal 113 5 159 0.29 0.97 0 0.38 282.08 0.94 0.32
Hex 71 5 9F 1D 61 0 26 11A 5E 20
Octal 161 5 237 35 141 0 46 432 136 40
Binary 1110001 101 10011111 11101 1100001 0 100110 100011010 1011110 100000

Color Harmonies of #71059F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71059F

Black with #71059F

Text Example


Text Example

White with #71059F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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