#731972

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

Shades of Dark Purple #731972

Tints of Dark Purple #731972

Color information

#731972 (or 0x731972) is unknown color: approx Dark Purple. HEX triplet: 73, 19 and 72. RGB value is (115,25,114). Sum of RGB (Red+Green+Blue) = 115+25+114=254 (33% of max value = 765). Red value is 115 (45.31% from 255 or 45.28% from 254); Green value is 25 (10.16% from 255 or 9.84% from 254); Blue value is 114 (44.92% from 255 or 44.88% from 254); Max value from RGB is 115 - color contains mainly: red. Hex color #731972 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #731972 is #8CE68D. Grayscale: #3D3D3D. Windows color (decimal): -9234062 or 7477619. OLE color: 7477619.

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

Color convert

RGB11525114-
CMYK00.780.010.55
HSL300.67º64.29%27.45%-
HSV(B)300.67º78.26%45.1%-
XYZ10.465.5616.44-
YUV62.06157.32165.76-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 45.28%
GREEN value IS 25 (10.16% from 255) = 9.84%
BLUE value IS 114 (44.92% from 255) = 44.88%
R=45.28%
G=9.84%
B=44.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.01
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1152511400.780.010.55300.6764.2927.45
Hex73197204E13712d401b
Octal16331162011616745510033
Binary1110011110011110010010011101110111100101101100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #731972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #731972; }

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

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

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

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

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

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

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

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