#731B72

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

Shades of Dark Purple #731B72

Tints of Dark Purple #731B72

Color information

#731B72 (or 0x731B72) is unknown color: approx Dark Purple. HEX triplet: 73, 1B and 72. RGB value is (115,27,114). Sum of RGB (Red+Green+Blue) = 115+27+114=256 (33% of max value = 765). Red value is 115 (45.31% from 255 or 44.92% from 256); Green value is 27 (10.94% from 255 or 10.55% from 256); Blue value is 114 (44.92% from 255 or 44.53% from 256); Max value from RGB is 115 - color contains mainly: red. Hex color #731B72 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #731B72 is #8CE48D. Grayscale: #3E3E3E. Windows color (decimal): -9233550 or 7478131. OLE color: 7478131.

HSL color Cylindrical-coordinate representation of color #731B72: hue angle of 300.68º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #731B72 is Cyan = 0, Magento = 0.77, Yellow = 0.01 and Black (K on CMYK) = 0.55.

Color convert

RGB11527114-
CMYK00.770.010.55
HSL300.68º61.97%27.84%-
HSV(B)300.68º76.52%45.1%-
XYZ10.55.6416.46-
YUV63.23156.65164.93-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 44.92%
GREEN value IS 27 (10.94% from 255) = 10.55%
BLUE value IS 114 (44.92% from 255) = 44.53%
R=44.92%
G=10.55%
B=44.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.01
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1152711400.770.010.55300.6861.9727.84
Hex731B7204D13712d3e1c
Octal1633316201151674557634
Binary111001111011111001001001101111011110010110111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #731B72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #731B72; }

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

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

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

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

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

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

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

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