#731670

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

Shades of Dark Purple #731670

Tints of Dark Purple #731670

Color information

#731670 (or 0x731670) is unknown color: approx Dark Purple. HEX triplet: 73, 16 and 70. RGB value is (115,22,112). Sum of RGB (Red+Green+Blue) = 115+22+112=249 (32% of max value = 765). Red value is 115 (45.31% from 255 or 46.18% from 249); Green value is 22 (8.98% from 255 or 8.84% from 249); Blue value is 112 (44.14% from 255 or 44.98% from 249); Max value from RGB is 115 - color contains mainly: red. Hex color #731670 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #731670 is #8CE98F. Grayscale: #3B3B3B. Windows color (decimal): -9234832 or 7345779. OLE color: 7345779.

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

Color convert

RGB11522112-
CMYK00.810.030.55
HSL301.94º67.88%26.86%-
HSV(B)301.94º80.87%45.1%-
XYZ10.285.3915.83-
YUV60.07157.31167.18-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 46.18%
GREEN value IS 22 (8.98% from 255) = 8.84%
BLUE value IS 112 (44.14% from 255) = 44.98%
R=46.18%
G=8.84%
B=44.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.03
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1152211200.810.030.55301.9467.8826.86
Hex73167005133712e441b
Octal16326160012136745610433
Binary11100111011011100000101000111110111100101110100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #731670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #731670; }

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

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

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

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

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

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

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

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