Html Css Color HEX #71079F Dark Magenta

📋 copy color: '#71079F'

red 113 ◦ green 7 ◦ blue 159

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

Shades of Dark Magenta #71079F

Tints of Dark Magenta #71079F

RGB

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

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

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

R = 40.5%
G = 2.51%
B = 56.99%

CMYK

 C value IS 0.29

 M value IS 0.96

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#71079F (or 0x71079F) is known color: Dark Magenta. HEX triplet: 71, 07 and 9F. RGB value is (113,7,159). Sum of RGB (Red+Green+Blue) = 113+7+159=279 (36% of max value = 765). Red value is 113 (44.53% from 255 or 40.50% from 279); Green value is 7 (3.12% from 255 or 2.51% from 279); Blue value is 159 (62.5% from 255 or 56.99% from 279); Max value from RGB is 159 - color contains mainly: blue. Hex color #71079F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #71079F is #8EF860. Grayscale: #373737. Windows color (decimal): -9369697 or 10422129. OLE color: 10422129.

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

Color convert

RGB 113 7 159 -
CMYK 0.29 0.96 0 0.38
HSL 281.84º 0.92% 0.33% -
HSV(B) 281.84º 0.96% 0.62% -
XYZ 13.14 6.17 33.3 -
YUV 56.02 186.12 168.64 -
System Red Green Blue C M Y K H S L
Decimal 113 7 159 0.29 0.96 0 0.38 281.84 0.92 0.33
Hex 71 7 9F 1D 60 0 26 11A 5C 21
Octal 161 7 237 35 140 0 46 432 134 41
Binary 1110001 111 10011111 11101 1100000 0 100110 100011010 1011100 100001

Color Harmonies of #71079F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71079F

Black with #71079F

Text Example


Text Example

White with #71079F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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