#710160

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

Shades of Purple #710160

Tints of Purple #710160

Color information

#710160 (or 0x710160) is unknown color: approx Purple. HEX triplet: 71, 01 and 60. RGB value is (113,1,96). Sum of RGB (Red+Green+Blue) = 113+1+96=210 (27% of max value = 765). Red value is 113 (44.53% from 255 or 53.81% from 210); Green value is 1 (0.78% from 255 or 0.48% from 210); Blue value is 96 (37.89% from 255 or 45.71% from 210); Max value from RGB is 113 - color contains mainly: red. Hex color #710160 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #710160 is #8EFE9F. Grayscale: #2D2D2D. Windows color (decimal): -9371296 or 6291825. OLE color: 6291825.

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

Color convert

RGB113196-
CMYK00.990.150.56
HSL309.11º98.25%22.35%-
HSV(B)309.11º99.12%44.31%-
XYZ8.934.3811.44-
YUV45.32156.61176.28-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 53.81%
GREEN value IS 1 (0.78% from 255) = 0.48%
BLUE value IS 96 (37.89% from 255) = 45.71%
R=53.81%
G=0.48%
B=45.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.15
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11319600.990.150.56309.1198.2522.35
Hex71160063F381356216
Octal16111400143177046514226
Binary111000111100000011000111111111000100110101110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #710160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #710160; }

 p { color: rgb(113,1,96); }

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

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

 a { background-color: rgb(113,1,96); }

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

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

 span { border-color: rgb(113,1,96); }

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