#71089A

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

Shades of Dark Magenta #71089A

Tints of Dark Magenta #71089A

Color information

#71089A (or 0x71089A) is unknown color: approx Dark Magenta. HEX triplet: 71, 08 and 9A. RGB value is (113,8,154). Sum of RGB (Red+Green+Blue) = 113+8+154=275 (36% of max value = 765). Red value is 113 (44.53% from 255 or 41.09% from 275); Green value is 8 (3.52% from 255 or 2.91% from 275); Blue value is 154 (60.55% from 255 or 56% from 275); Max value from RGB is 154 - color contains mainly: blue. Hex color #71089A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #71089A is #8EF765. Grayscale: #373737. Windows color (decimal): -9369446 or 10094705. OLE color: 10094705.

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

Color convert

RGB1138154-
CMYK0.270.9500.40
HSL283.15º90.12%31.76%-
HSV(B)283.15º94.81%60.39%-
XYZ12.736.0231.06-
YUV56.04183.29168.63-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 41.09%
GREEN value IS 8 (3.52% from 255) = 2.91%
BLUE value IS 154 (60.55% from 255) = 56%
R=41.09%
G=2.91%
B=56%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal11381540.270.9500.40283.1590.1231.76
Hex7189A1B5F02811b5a20
Octal161102323313705043313240
Binary111000110001001101011011101111101010001000110111011010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71089A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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