#731872

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

Shades of Dark Purple #731872

Tints of Dark Purple #731872

Color information

#731872 (or 0x731872) is unknown color: approx Dark Purple. HEX triplet: 73, 18 and 72. RGB value is (115,24,114). Sum of RGB (Red+Green+Blue) = 115+24+114=253 (33% of max value = 765). Red value is 115 (45.31% from 255 or 45.45% from 253); Green value is 24 (9.77% from 255 or 9.49% from 253); Blue value is 114 (44.92% from 255 or 45.06% from 253); Max value from RGB is 115 - color contains mainly: red. Hex color #731872 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #731872 is #8CE78D. Grayscale: #3D3D3D. Windows color (decimal): -9234318 or 7477363. OLE color: 7477363.

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

Color convert

RGB11524114-
CMYK00.790.010.55
HSL300.66º65.47%27.25%-
HSV(B)300.66º79.13%45.1%-
XYZ10.435.5116.43-
YUV61.47157.65166.18-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 45.45%
GREEN value IS 24 (9.77% from 255) = 9.49%
BLUE value IS 114 (44.92% from 255) = 45.06%
R=45.45%
G=9.49%
B=45.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.01
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1152411400.790.010.55300.6665.4727.25
Hex73187204F13712d411b
Octal16330162011716745510133
Binary1110011110001110010010011111110111100101101100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #731872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #731872; }

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

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

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

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

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

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

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

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