#71069F

Color #71069F Dark Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Magenta #71069F

Tints of Dark Magenta #71069F

Color information

#71069F (or 0x71069F) is unknown color: approx 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

RGB1136159-
CMYK0.290.9600.38
HSL281.96º92.73%32.35%-
HSV(B)281.96º96.23%62.35%-
XYZ13.136.1433.29-
YUV55.44186.45169.06-

RGB Variations

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

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 (Cyan) values IS 0.29
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal11361590.290.9600.38281.9692.7332.35
Hex7169F1D6002611a5d20
Octal16162373514004643213540
Binary11100011101001111111101110000001001101000110101011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71069F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>