#731971

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

Shades of Dark Purple #731971

Tints of Dark Purple #731971

Color information

#731971 (or 0x731971) is unknown color: approx Dark Purple. HEX triplet: 73, 19 and 71. RGB value is (115,25,113). Sum of RGB (Red+Green+Blue) = 115+25+113=253 (33% of max value = 765). Red value is 115 (45.31% from 255 or 45.45% from 253); Green value is 25 (10.16% from 255 or 9.88% from 253); Blue value is 113 (44.53% from 255 or 44.66% from 253); Max value from RGB is 115 - color contains mainly: red. Hex color #731971 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #731971 is #8CE68E. Grayscale: #3D3D3D. Windows color (decimal): -9234063 or 7412083. OLE color: 7412083.

HSL color Cylindrical-coordinate representation of color #731971: hue angle of 301.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 #731971 is Cyan = 0, Magento = 0.78, Yellow = 0.02 and Black (K on CMYK) = 0.55.

Color convert

RGB11525113-
CMYK00.780.020.55
HSL301.33º64.29%27.45%-
HSV(B)301.33º78.26%45.1%-
XYZ10.45.5316.14-
YUV61.94156.82165.84-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 45.45%
GREEN value IS 25 (10.16% from 255) = 9.88%
BLUE value IS 113 (44.53% from 255) = 44.66%
R=45.45%
G=9.88%
B=44.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.02
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1152511300.780.020.55301.3364.2927.45
Hex73197104E23712d401b
Octal16331161011626745510033
Binary11100111100111100010100111010110111100101101100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #731971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #731971; }

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

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

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

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

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

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

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

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