#710E80

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

Shades of Purple #710E80

Tints of Purple #710E80

Color information

#710E80 (or 0x710E80) is unknown color: approx Purple. HEX triplet: 71, 0E and 80. RGB value is (113,14,128). Sum of RGB (Red+Green+Blue) = 113+14+128=255 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.31% from 255); Green value is 14 (5.86% from 255 or 5.49% from 255); Blue value is 128 (50.39% from 255 or 50.20% from 255); Max value from RGB is 128 - color contains mainly: blue. Hex color #710E80 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #710E80 is #8EF17F. Grayscale: #383838. Windows color (decimal): -9367936 or 8392305. OLE color: 8392305.

HSL color Cylindrical-coordinate representation of color #710E80: hue angle of 292.11º degrees, saturation: 0.8, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #710E80 is Cyan = 0.12, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB11314128-
CMYK0.120.8900.50
HSL292.11º80.28%27.84%-
HSV(B)292.11º89.06%50.2%-
XYZ10.865.3820.89-
YUV56.6168.3168.23-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 44.31%
GREEN value IS 14 (5.86% from 255) = 5.49%
BLUE value IS 128 (50.39% from 255) = 50.20%
R=44.31%
G=5.49%
B=50.20%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal113141280.120.8900.50292.1180.2827.84
Hex71E80C59032124501c
Octal161162001413106244412034
Binary1110001111010000000110010110010110010100100100101000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #710E80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,14,128); }

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

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

 a { background-color: rgb(113,14,128); }

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

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

 span { border-color: rgb(113,14,128); }

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