#731870

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

Shades of Dark Purple #731870

Tints of Dark Purple #731870

Color information

#731870 (or 0x731870) is unknown color: approx Dark Purple. HEX triplet: 73, 18 and 70. RGB value is (115,24,112). Sum of RGB (Red+Green+Blue) = 115+24+112=251 (33% of max value = 765). Red value is 115 (45.31% from 255 or 45.82% from 251); Green value is 24 (9.77% from 255 or 9.56% from 251); Blue value is 112 (44.14% from 255 or 44.62% from 251); Max value from RGB is 115 - color contains mainly: red. Hex color #731870 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #731870 is #8CE78F. Grayscale: #3C3C3C. Windows color (decimal): -9234320 or 7346291. OLE color: 7346291.

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

Color convert

RGB11524112-
CMYK00.790.030.55
HSL301.98º65.47%27.25%-
HSV(B)301.98º79.13%45.1%-
XYZ10.325.4715.84-
YUV61.24156.65166.34-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 45.82%
GREEN value IS 24 (9.77% from 255) = 9.56%
BLUE value IS 112 (44.14% from 255) = 44.62%
R=45.82%
G=9.56%
B=44.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.03
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1152411200.790.030.55301.9865.4727.25
Hex73187004F33712e411b
Octal16330160011736745610133
Binary11100111100011100000100111111110111100101110100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #731870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #731870; }

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

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

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

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

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

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

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

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