#710E82

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

Shades of Purple #710E82

Tints of Purple #710E82

Color information

#710E82 (or 0x710E82) is unknown color: approx Purple. HEX triplet: 71, 0E and 82. RGB value is (113,14,130). Sum of RGB (Red+Green+Blue) = 113+14+130=257 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.97% from 257); Green value is 14 (5.86% from 255 or 5.45% from 257); Blue value is 130 (51.17% from 255 or 50.58% from 257); Max value from RGB is 130 - color contains mainly: blue. Hex color #710E82 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #710E82 is #8EF17D. Grayscale: #383838. Windows color (decimal): -9367934 or 8523377. OLE color: 8523377.

HSL color Cylindrical-coordinate representation of color #710E82: hue angle of 291.21º degrees, saturation: 0.81, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #710E82 is Cyan = 0.13, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB11314130-
CMYK0.130.8900.49
HSL291.21º80.56%28.24%-
HSV(B)291.21º89.23%50.98%-
XYZ115.4421.59-
YUV56.82169.3168.07-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 43.97%
GREEN value IS 14 (5.86% from 255) = 5.45%
BLUE value IS 130 (51.17% from 255) = 50.58%
R=43.97%
G=5.45%
B=50.58%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal113141300.130.8900.49291.2180.5628.24
Hex71E82D59031123511c
Octal161162021513106144312134
Binary1110001111010000010110110110010110001100100011101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #710E82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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