#731072

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

Shades of Purple #731072

Tints of Purple #731072

Color information

#731072 (or 0x731072) is unknown color: approx Purple. HEX triplet: 73, 10 and 72. RGB value is (115,16,114). Sum of RGB (Red+Green+Blue) = 115+16+114=245 (32% of max value = 765). Red value is 115 (45.31% from 255 or 46.94% from 245); Green value is 16 (6.64% from 255 or 6.53% from 245); Blue value is 114 (44.92% from 255 or 46.53% from 245); Max value from RGB is 115 - color contains mainly: red. Hex color #731072 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #731072 is #8CEF8D. Grayscale: #383838. Windows color (decimal): -9236366 or 7475315. OLE color: 7475315.

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

Color convert

RGB11516114-
CMYK00.860.010.55
HSL300.61º75.57%25.69%-
HSV(B)300.61º86.09%45.1%-
XYZ10.295.2316.39-
YUV56.77160.3169.53-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 46.94%
GREEN value IS 16 (6.64% from 255) = 6.53%
BLUE value IS 114 (44.92% from 255) = 46.53%
R=46.94%
G=6.53%
B=46.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.01
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1151611400.860.010.55300.6175.5725.69
Hex73107205613712d4c1a
Octal16320162012616745511432
Binary1110011100001110010010101101110111100101101100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #731072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #731072; }

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

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

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

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

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

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

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

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