#710882

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

Shades of Purple #710882

Tints of Purple #710882

Color information

#710882 (or 0x710882) is unknown color: approx Purple. HEX triplet: 71, 08 and 82. RGB value is (113,8,130). Sum of RGB (Red+Green+Blue) = 113+8+130=251 (33% of max value = 765). Red value is 113 (44.53% from 255 or 45.02% from 251); Green value is 8 (3.52% from 255 or 3.19% from 251); Blue value is 130 (51.17% from 255 or 51.79% from 251); Max value from RGB is 130 - color contains mainly: blue. Hex color #710882 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #710882 is #8EF77D. Grayscale: #343434. Windows color (decimal): -9369470 or 8521841. OLE color: 8521841.

HSL color Cylindrical-coordinate representation of color #710882: hue angle of 291.64º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #710882 is Cyan = 0.13, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB1138130-
CMYK0.130.9400.49
HSL291.64º88.41%27.06%-
HSV(B)291.64º93.85%50.98%-
XYZ10.935.321.57-
YUV53.3171.29170.58-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 45.02%
GREEN value IS 8 (3.52% from 255) = 3.19%
BLUE value IS 130 (51.17% from 255) = 51.79%
R=45.02%
G=3.19%
B=51.79%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal11381300.130.9400.49291.6488.4127.06
Hex71882D5E031124581b
Octal161102021513606144413033
Binary1110001100010000010110110111100110001100100100101100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #710882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #710882; }

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

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

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

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

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

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

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

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