Html Css Color HEX #71089B Dark Magenta

📋 copy color: '#71089B'

red 113 ◦ green 8 ◦ blue 155

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

Shades of Dark Magenta #71089B

Tints of Dark Magenta #71089B

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.9%

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

R = 40.94%
G = 2.9%
B = 56.16%

CMYK

 C value IS 0.27

 M value IS 0.95

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#71089B (or 0x71089B) is known color: Dark Magenta. HEX triplet: 71, 08 and 9B. RGB value is (113,8,155). Sum of RGB (Red+Green+Blue) = 113+8+155=276 (36% of max value = 765). Red value is 113 (44.53% from 255 or 40.94% from 276); Green value is 8 (3.52% from 255 or 2.90% from 276); Blue value is 155 (60.94% from 255 or 56.16% from 276); Max value from RGB is 155 - color contains mainly: blue. Hex color #71089B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #71089B is #8EF764. Grayscale: #373737. Windows color (decimal): -9369445 or 10160241. OLE color: 10160241.

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

Color convert

RGB 113 8 155 -
CMYK 0.27 0.95 0 0.39
HSL 282.86º 0.9% 0.32% -
HSV(B) 282.86º 0.95% 0.61% -
XYZ 12.81 6.05 31.5 -
YUV 56.15 183.79 168.55 -
System Red Green Blue C M Y K H S L
Decimal 113 8 155 0.27 0.95 0 0.39 282.86 0.9 0.32
Hex 71 8 9B 1B 5F 0 27 11B 5A 20
Octal 161 10 233 33 137 0 47 433 132 40
Binary 1110001 1000 10011011 11011 1011111 0 100111 100011011 1011010 100000

Color Harmonies of #71089B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71089B

Black with #71089B

Text Example


Text Example

White with #71089B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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