Html Css Color HEX #71069C Dark Magenta

📋 copy color: '#71069C'

red 113 ◦ green 6 ◦ blue 156

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

Shades of Dark Magenta #71069C

Tints of Dark Magenta #71069C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 56.73%

R = 41.09%
G = 2.18%
B = 56.73%

CMYK

 C value IS 0.28

 M value IS 0.96

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#71069C (or 0x71069C) is known color: Dark Magenta. HEX triplet: 71, 06 and 9C. RGB value is (113,6,156). Sum of RGB (Red+Green+Blue) = 113+6+156=275 (36% of max value = 765). Red value is 113 (44.53% from 255 or 41.09% from 275); Green value is 6 (2.73% from 255 or 2.18% from 275); Blue value is 156 (61.33% from 255 or 56.73% from 275); Max value from RGB is 156 - color contains mainly: blue. Hex color #71069C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #71069C is #8EF963. Grayscale: #363636. Windows color (decimal): -9369956 or 10225265. OLE color: 10225265.

HSL color Cylindrical-coordinate representation of color #71069C: hue angle of 282.8º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #71069C is Cyan = 0.28, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 113 6 156 -
CMYK 0.28 0.96 0 0.39
HSL 282.8º 0.93% 0.32% -
HSV(B) 282.8º 0.96% 0.61% -
XYZ 12.88 6.04 31.94 -
YUV 55.09 184.95 169.3 -
System Red Green Blue C M Y K H S L
Decimal 113 6 156 0.28 0.96 0 0.39 282.8 0.93 0.32
Hex 71 6 9C 1C 60 0 27 11B 5D 20
Octal 161 6 234 34 140 0 47 433 135 40
Binary 1110001 110 10011100 11100 1100000 0 100111 100011011 1011101 100000

Color Harmonies of #71069C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71069C

Black with #71069C

Text Example


Text Example

White with #71069C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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