#710070

Color #710070 Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple #710070

Tints of Purple #710070

Color information

#710070 (or 0x710070) is unknown color: approx Purple. HEX triplet: 71, 00 and 70. RGB value is (113,0,112). Sum of RGB (Red+Green+Blue) = 113+0+112=225 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50.22% from 225); Green value is 0 (0.39% from 255 or 0% from 225); Blue value is 112 (44.14% from 255 or 49.78% from 225); Max value from RGB is 113 - color contains mainly: red. Hex color #710070 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #710070 is #8EFF8F. Grayscale: #2E2E2E. Windows color (decimal): -9371536 or 7340145. OLE color: 7340145.

HSL color Cylindrical-coordinate representation of color #710070: hue angle of 300.53º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #710070 is Cyan = 0, Magento = 1, Yellow = 0.01 and Black (K on CMYK) = 0.56.

Color convert

RGB1130112-
CMYK010.010.56
HSL300.53º100%22.16%-
HSV(B)300.53º100%44.31%-
XYZ9.734.6815.72-
YUV46.56164.94175.39-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 50.22%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 112 (44.14% from 255) = 49.78%
R=50.22%
G=0%
B=49.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.01
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1130112010.010.56300.5310022.16
Hex7107006413812d6416
Octal1610160014417045514426
Binary111000101110000011001001111000100101101110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #710070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #710070; }

 p { color: rgb(113,0,112); }

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

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

 a { background-color: rgb(113,0,112); }

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

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

 span { border-color: rgb(113,0,112); }

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