#711481

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

Shades of Purple #711481

Tints of Purple #711481

Color information

#711481 (or 0x711481) is unknown color: approx Purple. HEX triplet: 71, 14 and 81. RGB value is (113,20,129). Sum of RGB (Red+Green+Blue) = 113+20+129=262 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.13% from 262); Green value is 20 (8.20% from 255 or 7.63% from 262); Blue value is 129 (50.78% from 255 or 49.24% from 262); Max value from RGB is 129 - color contains mainly: blue. Hex color #711481 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #711481 is #8EEB7E. Grayscale: #3B3B3B. Windows color (decimal): -9366399 or 8459377. OLE color: 8459377.

HSL color Cylindrical-coordinate representation of color #711481: hue angle of 291.19º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #711481 is Cyan = 0.12, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB11320129-
CMYK0.120.8400.49
HSL291.19º73.15%29.22%-
HSV(B)291.19º84.5%50.59%-
XYZ11.025.621.27-
YUV60.23166.81165.64-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 43.13%
GREEN value IS 20 (8.20% from 255) = 7.63%
BLUE value IS 129 (50.78% from 255) = 49.24%
R=43.13%
G=7.63%
B=49.24%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal113201290.120.8400.49291.1973.1529.22
Hex711481C54031123491d
Octal161242011412406144311135
Binary11100011010010000001110010101000110001100100011100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #711481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #711481; }

 p { color: rgb(113,20,129); }

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

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

 a { background-color: rgb(113,20,129); }

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

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

 span { border-color: rgb(113,20,129); }

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