Html Css Color HEX #71029B Dark Magenta

📋 copy color: '#71029B'

red 113 ◦ green 2 ◦ blue 155

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

Shades of Dark Magenta #71029B

Tints of Dark Magenta #71029B

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.74%

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

R = 41.85%
G = 0.74%
B = 57.41%

CMYK

 C value IS 0.27

 M value IS 0.99

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#71029B (or 0x71029B) is known color: Dark Magenta. HEX triplet: 71, 02 and 9B. RGB value is (113,2,155). Sum of RGB (Red+Green+Blue) = 113+2+155=270 (35% of max value = 765). Red value is 113 (44.53% from 255 or 41.85% from 270); Green value is 2 (1.17% from 255 or 0.74% from 270); Blue value is 155 (60.94% from 255 or 57.41% from 270); Max value from RGB is 155 - color contains mainly: blue. Hex color #71029B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #71029B is #8EFD64. Grayscale: #343434. Windows color (decimal): -9370981 or 10158705. OLE color: 10158705.

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

Color convert

RGB 113 2 155 -
CMYK 0.27 0.99 0 0.39
HSL 283.53º 0.97% 0.31% -
HSV(B) 283.53º 0.99% 0.61% -
XYZ 12.75 5.92 31.48 -
YUV 52.63 185.77 171.06 -
System Red Green Blue C M Y K H S L
Decimal 113 2 155 0.27 0.99 0 0.39 283.53 0.97 0.31
Hex 71 2 9B 1B 63 0 27 11C 61 1F
Octal 161 2 233 33 143 0 47 434 141 37
Binary 1110001 10 10011011 11011 1100011 0 100111 100011100 1100001 11111

Color Harmonies of #71029B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71029B

Black with #71029B

Text Example


Text Example

White with #71029B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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