#710C9F

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

Shades of Dark Magenta #710C9F

Tints of Dark Magenta #710C9F

Color information

#710C9F (or 0x710C9F) is unknown color: approx Dark Magenta. HEX triplet: 71, 0C and 9F. RGB value is (113,12,159). Sum of RGB (Red+Green+Blue) = 113+12+159=284 (37% of max value = 765). Red value is 113 (44.53% from 255 or 39.79% from 284); Green value is 12 (5.08% from 255 or 4.23% from 284); Blue value is 159 (62.5% from 255 or 55.99% from 284); Max value from RGB is 159 - color contains mainly: blue. Hex color #710C9F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #710C9F is #8EF360. Grayscale: #3A3A3A. Windows color (decimal): -9368417 or 10423409. OLE color: 10423409.

HSL color Cylindrical-coordinate representation of color #710C9F: hue angle of 281.22º degrees, saturation: 0.86, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #710C9F is Cyan = 0.29, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB11312159-
CMYK0.290.9200.38
HSL281.22º85.96%33.53%-
HSV(B)281.22º92.45%62.35%-
XYZ13.26.2833.32-
YUV58.96184.46166.55-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 39.79%
GREEN value IS 12 (5.08% from 255) = 4.23%
BLUE value IS 159 (62.5% from 255) = 55.99%
R=39.79%
G=4.23%
B=55.99%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal113121590.290.9200.38281.2285.9633.53
Hex71C9F1D5C0261195622
Octal161142373513404643112642
Binary111000111001001111111101101110001001101000110011010110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #710C9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #710C9F; }

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

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

<style>
 a { background-color: #710C9F; }

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

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

<style>
 span { border-color: #710C9F; }

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

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