Html Css Color HEX #71069A Dark Magenta

📋 copy color: '#71069A'

red 113 ◦ green 6 ◦ blue 154

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

Shades of Dark Magenta #71069A

Tints of Dark Magenta #71069A

RGB

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

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

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

R = 41.39%
G = 2.2%
B = 56.41%

CMYK

 C value IS 0.27

 M value IS 0.96

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#71069A (or 0x71069A) is known color: Dark Magenta. HEX triplet: 71, 06 and 9A. RGB value is (113,6,154). Sum of RGB (Red+Green+Blue) = 113+6+154=273 (36% of max value = 765). Red value is 113 (44.53% from 255 or 41.39% from 273); Green value is 6 (2.73% from 255 or 2.20% from 273); Blue value is 154 (60.55% from 255 or 56.41% from 273); Max value from RGB is 154 - color contains mainly: blue. Hex color #71069A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #71069A is #8EF965. Grayscale: #363636. Windows color (decimal): -9369958 or 10094193. OLE color: 10094193.

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

Color convert

RGB 113 6 154 -
CMYK 0.27 0.96 0 0.40
HSL 283.38º 0.93% 0.31% -
HSV(B) 283.38º 0.96% 0.6% -
XYZ 12.71 5.97 31.06 -
YUV 54.87 183.95 169.47 -
System Red Green Blue C M Y K H S L
Decimal 113 6 154 0.27 0.96 0 0.40 283.38 0.93 0.31
Hex 71 6 9A 1B 60 0 28 11B 5C 1F
Octal 161 6 232 33 140 0 50 433 134 37
Binary 1110001 110 10011010 11011 1100000 0 101000 100011011 1011100 11111

Color Harmonies of #71069A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71069A

Black with #71069A

Text Example


Text Example

White with #71069A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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