#71099D

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

Shades of Dark Magenta #71099D

Tints of Dark Magenta #71099D

Color information

#71099D (or 0x71099D) is unknown color: approx Dark Magenta. HEX triplet: 71, 09 and 9D. RGB value is (113,9,157). Sum of RGB (Red+Green+Blue) = 113+9+157=279 (36% of max value = 765). Red value is 113 (44.53% from 255 or 40.50% from 279); Green value is 9 (3.91% from 255 or 3.23% from 279); Blue value is 157 (61.72% from 255 or 56.27% from 279); Max value from RGB is 157 - color contains mainly: blue. Hex color #71099D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #71099D is #8EF662. Grayscale: #383838. Windows color (decimal): -9369187 or 10291569. OLE color: 10291569.

HSL color Cylindrical-coordinate representation of color #71099D: hue angle of 282.16º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #71099D is Cyan = 0.28, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB1139157-
CMYK0.280.9400.38
HSL282.16º89.16%32.55%-
HSV(B)282.16º94.27%61.57%-
XYZ12.996.1432.4-
YUV56.97184.46167.97-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 40.50%
GREEN value IS 9 (3.91% from 255) = 3.23%
BLUE value IS 157 (61.72% from 255) = 56.27%
R=40.50%
G=3.23%
B=56.27%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal11391570.280.9400.38282.1689.1632.55
Hex7199D1C5E02611a5921
Octal161112353413604643213141
Binary111000110011001110111100101111001001101000110101011001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71099D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71099D; }

 p { color: rgb(113,9,157); }

 H1.HeaderClassName
 {
   color: #71099D;
 }
 .AnyTagClassName
 {
   color: #71099D;
 }
</style>
background-color css

<style>
 a { background-color: #71099D; }

 a { background-color: rgb(113,9,157); }

 div.DivClassName
 {
   background-color: #71099D;
 }
 .BgClassName
 {
   background-color: #71099D;
 }
</style>
border-color css

<style>
 span { border-color: #71099D; }

 span { border-color: rgb(113,9,157); }

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