Html Css Color HEX #71119A Dark Magenta

📋 copy color: '#71119A'

red 113 ◦ green 17 ◦ blue 154

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

Shades of Dark Magenta #71119A

Tints of Dark Magenta #71119A

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.99%

 BLUE value IS 154 (60.55% from 255) = 54.23%

R = 39.79%
G = 5.99%
B = 54.23%

CMYK

 C value IS 0.27

 M value IS 0.89

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#71119A (or 0x71119A) is known color: Dark Magenta. HEX triplet: 71, 11 and 9A. RGB value is (113,17,154). Sum of RGB (Red+Green+Blue) = 113+17+154=284 (37% of max value = 765). Red value is 113 (44.53% from 255 or 39.79% from 284); Green value is 17 (7.03% from 255 or 5.99% from 284); Blue value is 154 (60.55% from 255 or 54.23% from 284); Max value from RGB is 154 - color contains mainly: blue. Hex color #71119A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #71119A is #8EEE65. Grayscale: #3C3C3C. Windows color (decimal): -9367142 or 10097009. OLE color: 10097009.

HSL color Cylindrical-coordinate representation of color #71119A: hue angle of 282.04º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #71119A is Cyan = 0.27, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 113 17 154 -
CMYK 0.27 0.89 0 0.40
HSL 282.04º 0.8% 0.34% -
HSV(B) 282.04º 0.89% 0.6% -
XYZ 12.84 6.24 31.1 -
YUV 61.32 180.3 164.86 -
System Red Green Blue C M Y K H S L
Decimal 113 17 154 0.27 0.89 0 0.40 282.04 0.8 0.34
Hex 71 11 9A 1B 59 0 28 11A 50 22
Octal 161 21 232 33 131 0 50 432 120 42
Binary 1110001 10001 10011010 11011 1011001 0 101000 100011010 1010000 100010

Color Harmonies of #71119A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71119A

Black with #71119A

Text Example


Text Example

White with #71119A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71119A; }

 p { color: rgb(113,17,154); }

 H1.HeaderClassName
 {
   color: #71119A;
 }
 .AnyTagClassName
 {
   color: #71119A;
 }
</style>

background-color css

<style>
 a { background-color: #71119A; }

 a { background-color: rgb(113,17,154); }

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

border-color css

<style>
 span { border-color: #71119A; }

 span { border-color: rgb(113,17,154); }

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