Html Css Color HEX #71079E Dark Magenta

📋 copy color: '#71079E'

red 113 ◦ green 7 ◦ blue 158

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

Shades of Dark Magenta #71079E

Tints of Dark Magenta #71079E

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.52%

 BLUE value IS 158 (62.11% from 255) = 56.83%

R = 40.65%
G = 2.52%
B = 56.83%

CMYK

 C value IS 0.28

 M value IS 0.96

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#71079E (or 0x71079E) is known color: Dark Magenta. HEX triplet: 71, 07 and 9E. RGB value is (113,7,158). Sum of RGB (Red+Green+Blue) = 113+7+158=278 (36% of max value = 765). Red value is 113 (44.53% from 255 or 40.65% from 278); Green value is 7 (3.12% from 255 or 2.52% from 278); Blue value is 158 (62.11% from 255 or 56.83% from 278); Max value from RGB is 158 - color contains mainly: blue. Hex color #71079E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #71079E is #8EF861. Grayscale: #373737. Windows color (decimal): -9369698 or 10356593. OLE color: 10356593.

HSL color Cylindrical-coordinate representation of color #71079E: hue angle of 282.12º degrees, saturation: 0.92, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #71079E is Cyan = 0.28, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 113 7 158 -
CMYK 0.28 0.96 0 0.38
HSL 282.12º 0.92% 0.32% -
HSV(B) 282.12º 0.96% 0.62% -
XYZ 13.06 6.13 32.84 -
YUV 55.91 185.62 168.72 -
System Red Green Blue C M Y K H S L
Decimal 113 7 158 0.28 0.96 0 0.38 282.12 0.92 0.32
Hex 71 7 9E 1C 60 0 26 11A 5C 20
Octal 161 7 236 34 140 0 46 432 134 40
Binary 1110001 111 10011110 11100 1100000 0 100110 100011010 1011100 100000

Color Harmonies of #71079E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71079E

Black with #71079E

Text Example


Text Example

White with #71079E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71079E; }

 p { color: rgb(113,7,158); }

 H1.HeaderClassName
 {
   color: #71079E;
 }
 .AnyTagClassName
 {
   color: #71079E;
 }
</style>

background-color css

<style>
 a { background-color: #71079E; }

 a { background-color: rgb(113,7,158); }

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

border-color css

<style>
 span { border-color: #71079E; }

 span { border-color: rgb(113,7,158); }

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