#710782

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

Shades of Purple #710782

Tints of Purple #710782

Color information

#710782 (or 0x710782) is unknown color: approx Purple. HEX triplet: 71, 07 and 82. RGB value is (113,7,130). Sum of RGB (Red+Green+Blue) = 113+7+130=250 (33% of max value = 765). Red value is 113 (44.53% from 255 or 45.2% from 250); Green value is 7 (3.12% from 255 or 2.8% from 250); Blue value is 130 (51.17% from 255 or 52% from 250); Max value from RGB is 130 - color contains mainly: blue. Hex color #710782 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #710782 is #8EF87D. Grayscale: #343434. Windows color (decimal): -9369726 or 8521585. OLE color: 8521585.

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

Color convert

RGB1137130-
CMYK0.130.9500.49
HSL291.71º89.78%26.86%-
HSV(B)291.71º94.62%50.98%-
XYZ10.925.2721.56-
YUV52.72171.62171-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 45.2%
GREEN value IS 7 (3.12% from 255) = 2.8%
BLUE value IS 130 (51.17% from 255) = 52%
R=45.2%
G=2.8%
B=52%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal11371300.130.9500.49291.7189.7826.86
Hex71782D5F0311245a1b
Octal16172021513706144413233
Binary111000111110000010110110111110110001100100100101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #710782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #710782; }

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

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

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

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

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

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

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

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