#710B70

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

Shades of Purple #710B70

Tints of Purple #710B70

Color information

#710B70 (or 0x710B70) is unknown color: approx Purple. HEX triplet: 71, 0B and 70. RGB value is (113,11,112). Sum of RGB (Red+Green+Blue) = 113+11+112=236 (31% of max value = 765). Red value is 113 (44.53% from 255 or 47.88% from 236); Green value is 11 (4.69% from 255 or 4.66% from 236); Blue value is 112 (44.14% from 255 or 47.46% from 236); Max value from RGB is 113 - color contains mainly: red. Hex color #710B70 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #710B70 is #8EF48F. Grayscale: #343434. Windows color (decimal): -9368720 or 7342961. OLE color: 7342961.

HSL color Cylindrical-coordinate representation of color #710B70: hue angle of 300.59º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #710B70 is Cyan = 0, Magento = 0.90, Yellow = 0.01 and Black (K on CMYK) = 0.56.

Color convert

RGB11311112-
CMYK00.900.010.56
HSL300.59º82.26%24.31%-
HSV(B)300.59º90.27%44.31%-
XYZ9.854.9215.76-
YUV53.01161.29170.79-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 47.88%
GREEN value IS 11 (4.69% from 255) = 4.66%
BLUE value IS 112 (44.14% from 255) = 47.46%
R=47.88%
G=4.66%
B=47.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.01
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1131111200.900.010.56300.5982.2624.31
Hex71B7005A13812d5218
Octal16113160013217045512230
Binary111000110111110000010110101111000100101101101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #710B70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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