#711777

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

Shades of Dark Purple #711777

Tints of Dark Purple #711777

Color information

#711777 (or 0x711777) is unknown color: approx Dark Purple. HEX triplet: 71, 17 and 77. RGB value is (113,23,119). Sum of RGB (Red+Green+Blue) = 113+23+119=255 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.31% from 255); Green value is 23 (9.38% from 255 or 9.02% from 255); Blue value is 119 (46.88% from 255 or 46.67% from 255); Max value from RGB is 119 - color contains mainly: blue. Hex color #711777 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #711777 is #8EE888. Grayscale: #3C3C3C. Windows color (decimal): -9365641 or 7804785. OLE color: 7804785.

HSL color Cylindrical-coordinate representation of color #711777: hue angle of 296.25º 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 #711777 is Cyan = 0.05, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB11323119-
CMYK0.050.8100.53
HSL296.25º67.61%27.84%-
HSV(B)296.25º80.67%46.67%-
XYZ10.455.4617.96-
YUV60.85160.82165.19-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 44.31%
GREEN value IS 23 (9.38% from 255) = 9.02%
BLUE value IS 119 (46.88% from 255) = 46.67%
R=44.31%
G=9.02%
B=46.67%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal113231190.050.8100.53296.2567.6127.84
Hex711777551035128441c
Octal16127167512106545010434
Binary111000110111111011110110100010110101100101000100010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #711777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #711777; }

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

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

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

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

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

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

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

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