#711774

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

Shades of Dark Purple #711774

Tints of Dark Purple #711774

Color information

#711774 (or 0x711774) is unknown color: approx Dark Purple. HEX triplet: 71, 17 and 74. RGB value is (113,23,116). Sum of RGB (Red+Green+Blue) = 113+23+116=252 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.84% from 252); Green value is 23 (9.38% from 255 or 9.13% from 252); Blue value is 116 (45.70% from 255 or 46.03% from 252); Max value from RGB is 116 - color contains mainly: blue. Hex color #711774 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #711774 is #8EE88B. Grayscale: #3C3C3C. Windows color (decimal): -9365644 or 7608177. OLE color: 7608177.

HSL color Cylindrical-coordinate representation of color #711774: hue angle of 298.06º degrees, saturation: 0.67, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #711774 is Cyan = 0.03, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB11323116-
CMYK0.030.8000.55
HSL298.06º66.91%27.25%-
HSV(B)298.06º80.17%45.49%-
XYZ10.275.3817.02-
YUV60.51159.32165.44-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 44.84%
GREEN value IS 23 (9.38% from 255) = 9.13%
BLUE value IS 116 (45.70% from 255) = 46.03%
R=44.84%
G=9.13%
B=46.03%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal113231160.030.8000.55298.0666.9127.25
Hex71177435003712a431b
Octal16127164312006745210333
Binary11100011011111101001110100000110111100101010100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #711774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #711774; }

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

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

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

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

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

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

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

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