Html Css Color HEX #71069B Dark Magenta

📋 copy color: '#71069B'

red 113 ◦ green 6 ◦ blue 155

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

Shades of Dark Magenta #71069B

Tints of Dark Magenta #71069B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 56.57%

R = 41.24%
G = 2.19%
B = 56.57%

CMYK

 C value IS 0.27

 M value IS 0.96

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#71069B (or 0x71069B) is known color: Dark Magenta. HEX triplet: 71, 06 and 9B. RGB value is (113,6,155). Sum of RGB (Red+Green+Blue) = 113+6+155=274 (36% of max value = 765). Red value is 113 (44.53% from 255 or 41.24% from 274); Green value is 6 (2.73% from 255 or 2.19% from 274); Blue value is 155 (60.94% from 255 or 56.57% from 274); Max value from RGB is 155 - color contains mainly: blue. Hex color #71069B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #71069B is #8EF964. Grayscale: #363636. Windows color (decimal): -9369957 or 10159729. OLE color: 10159729.

HSL color Cylindrical-coordinate representation of color #71069B: hue angle of 283.09º 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 #71069B is Cyan = 0.27, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 113 6 155 -
CMYK 0.27 0.96 0 0.39
HSL 283.09º 0.93% 0.32% -
HSV(B) 283.09º 0.96% 0.61% -
XYZ 12.79 6.01 31.5 -
YUV 54.98 184.45 169.38 -
System Red Green Blue C M Y K H S L
Decimal 113 6 155 0.27 0.96 0 0.39 283.09 0.93 0.32
Hex 71 6 9B 1B 60 0 27 11B 5D 20
Octal 161 6 233 33 140 0 47 433 135 40
Binary 1110001 110 10011011 11011 1100000 0 100111 100011011 1011101 100000

Color Harmonies of #71069B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71069B

Black with #71069B

Text Example


Text Example

White with #71069B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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