#711779

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

Shades of Purple #711779

Tints of Purple #711779

Color information

#711779 (or 0x711779) is unknown color: approx Purple. HEX triplet: 71, 17 and 79. RGB value is (113,23,121). Sum of RGB (Red+Green+Blue) = 113+23+121=257 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.97% from 257); Green value is 23 (9.38% from 255 or 8.95% from 257); Blue value is 121 (47.66% from 255 or 47.08% from 257); Max value from RGB is 121 - color contains mainly: blue. Hex color #711779 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #711779 is #8EE886. Grayscale: #3C3C3C. Windows color (decimal): -9365639 or 7935857. OLE color: 7935857.

HSL color Cylindrical-coordinate representation of color #711779: hue angle of 295.1º degrees, saturation: 0.68, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #711779 is Cyan = 0.07, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB11323121-
CMYK0.070.8100.53
HSL295.1º68.06%28.24%-
HSV(B)295.1º80.99%47.45%-
XYZ10.575.518.59-
YUV61.08161.82165.03-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 43.97%
GREEN value IS 23 (9.38% from 255) = 8.95%
BLUE value IS 121 (47.66% from 255) = 47.08%
R=43.97%
G=8.95%
B=47.08%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal113231210.070.8100.53295.168.0628.24
Hex711779751035127441c
Octal16127171712106544710434
Binary111000110111111100111110100010110101100100111100010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #711779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #711779; }

 p { color: rgb(113,23,121); }

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

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

 a { background-color: rgb(113,23,121); }

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

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

 span { border-color: rgb(113,23,121); }

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