Html Css Color HEX #71069F Dark Magenta

📋 copy color: '#71069F'

red 113 ◦ green 6 ◦ blue 159

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

Shades of Dark Magenta #71069F

Tints of Dark Magenta #71069F

RGB

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

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

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

R = 40.65%
G = 2.16%
B = 57.19%

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

#71069F (or 0x71069F) is known color: Dark Magenta. HEX triplet: 71, 06 and 9F. RGB value is (113,6,159). Sum of RGB (Red+Green+Blue) = 113+6+159=278 (36% of max value = 765). Red value is 113 (44.53% from 255 or 40.65% from 278); Green value is 6 (2.73% from 255 or 2.16% from 278); Blue value is 159 (62.5% from 255 or 57.19% from 278); Max value from RGB is 159 - color contains mainly: blue. Hex color #71069F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #71069F is #8EF960. Grayscale: #363636. Windows color (decimal): -9369953 or 10421873. OLE color: 10421873.

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

Color convert

RGB 113 6 159 -
CMYK 0.29 0.96 0 0.38
HSL 281.96º 0.93% 0.32% -
HSV(B) 281.96º 0.96% 0.62% -
XYZ 13.13 6.14 33.29 -
YUV 55.44 186.45 169.06 -
System Red Green Blue C M Y K H S L
Decimal 113 6 159 0.29 0.96 0 0.38 281.96 0.93 0.32
Hex 71 6 9F 1D 60 0 26 11A 5D 20
Octal 161 6 237 35 140 0 46 432 135 40
Binary 1110001 110 10011111 11101 1100000 0 100110 100011010 1011101 100000

Color Harmonies of #71069F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71069F

Black with #71069F

Text Example


Text Example

White with #71069F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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