Html Css Color HEX #71069D Dark Magenta

📋 copy color: '#71069D'

red 113 ◦ green 6 ◦ blue 157

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

Shades of Dark Magenta #71069D

Tints of Dark Magenta #71069D

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.17%

 BLUE value IS 157 (61.72% from 255) = 56.88%

R = 40.94%
G = 2.17%
B = 56.88%

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

#71069D (or 0x71069D) is known color: Dark Magenta. HEX triplet: 71, 06 and 9D. RGB value is (113,6,157). Sum of RGB (Red+Green+Blue) = 113+6+157=276 (36% of max value = 765). Red value is 113 (44.53% from 255 or 40.94% from 276); Green value is 6 (2.73% from 255 or 2.17% from 276); Blue value is 157 (61.72% from 255 or 56.88% from 276); Max value from RGB is 157 - color contains mainly: blue. Hex color #71069D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #71069D is #8EF962. Grayscale: #363636. Windows color (decimal): -9369955 or 10290801. OLE color: 10290801.

HSL color Cylindrical-coordinate representation of color #71069D: hue angle of 282.52º degrees, saturation: 0.93, 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 #71069D is Cyan = 0.28, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 113 6 157 -
CMYK 0.28 0.96 0 0.38
HSL 282.52º 0.93% 0.32% -
HSV(B) 282.52º 0.96% 0.62% -
XYZ 12.96 6.08 32.39 -
YUV 55.21 185.45 169.22 -
System Red Green Blue C M Y K H S L
Decimal 113 6 157 0.28 0.96 0 0.38 282.52 0.93 0.32
Hex 71 6 9D 1C 60 0 26 11B 5D 20
Octal 161 6 235 34 140 0 46 433 135 40
Binary 1110001 110 10011101 11100 1100000 0 100110 100011011 1011101 100000

Color Harmonies of #71069D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71069D

Black with #71069D

Text Example


Text Example

White with #71069D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71069D; }

 p { color: rgb(113,6,157); }

 H1.HeaderClassName
 {
   color: #71069D;
 }
 .AnyTagClassName
 {
   color: #71069D;
 }
</style>

background-color css

<style>
 a { background-color: #71069D; }

 a { background-color: rgb(113,6,157); }

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

border-color css

<style>
 span { border-color: #71069D; }

 span { border-color: rgb(113,6,157); }

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