#731570

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

Shades of Dark Purple #731570

Tints of Dark Purple #731570

Color information

#731570 (or 0x731570) is unknown color: approx Dark Purple. HEX triplet: 73, 15 and 70. RGB value is (115,21,112). Sum of RGB (Red+Green+Blue) = 115+21+112=248 (32% of max value = 765). Red value is 115 (45.31% from 255 or 46.37% from 248); Green value is 21 (8.59% from 255 or 8.47% from 248); Blue value is 112 (44.14% from 255 or 45.16% from 248); Max value from RGB is 115 - color contains mainly: red. Hex color #731570 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #731570 is #8CEA8F. Grayscale: #3B3B3B. Windows color (decimal): -9235088 or 7345523. OLE color: 7345523.

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

Color convert

RGB11521112-
CMYK00.820.030.55
HSL301.91º69.12%26.67%-
HSV(B)301.91º81.74%45.1%-
XYZ10.265.3515.82-
YUV59.48157.64167.6-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 46.37%
GREEN value IS 21 (8.59% from 255) = 8.47%
BLUE value IS 112 (44.14% from 255) = 45.16%
R=46.37%
G=8.47%
B=45.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.03
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1152111200.820.030.55301.9169.1226.67
Hex73157005233712e451b
Octal16325160012236745610533
Binary11100111010111100000101001011110111100101110100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #731570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #731570; }

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

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

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

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

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

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

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

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