#711972

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

Shades of Dark Purple #711972

Tints of Dark Purple #711972

Color information

#711972 (or 0x711972) is unknown color: approx Dark Purple. HEX triplet: 71, 19 and 72. RGB value is (113,25,114). Sum of RGB (Red+Green+Blue) = 113+25+114=252 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.84% from 252); Green value is 25 (10.16% from 255 or 9.92% from 252); Blue value is 114 (44.92% from 255 or 45.24% from 252); Max value from RGB is 114 - color contains mainly: blue. Hex color #711972 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #711972 is #8EE68D. Grayscale: #3D3D3D. Windows color (decimal): -9365134 or 7477617. OLE color: 7477617.

HSL color Cylindrical-coordinate representation of color #711972: hue angle of 299.33º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #711972 is Cyan = 0.01, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB11325114-
CMYK0.010.7800.55
HSL299.33º64.03%27.25%-
HSV(B)299.33º78.07%44.71%-
XYZ10.195.4216.43-
YUV61.46157.65164.76-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 44.84%
GREEN value IS 25 (10.16% from 255) = 9.92%
BLUE value IS 114 (44.92% from 255) = 45.24%
R=44.84%
G=9.92%
B=45.24%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal113251140.010.7800.55299.3364.0327.25
Hex71197214E03712b401b
Octal16131162111606745310033
Binary1110001110011110010110011100110111100101011100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #711972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #711972; }

 p { color: rgb(113,25,114); }

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

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

 a { background-color: rgb(113,25,114); }

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

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

 span { border-color: rgb(113,25,114); }

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