#731070

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

Shades of Purple #731070

Tints of Purple #731070

Color information

#731070 (or 0x731070) is unknown color: approx Purple. HEX triplet: 73, 10 and 70. RGB value is (115,16,112). Sum of RGB (Red+Green+Blue) = 115+16+112=243 (32% of max value = 765). Red value is 115 (45.31% from 255 or 47.33% from 243); Green value is 16 (6.64% from 255 or 6.58% from 243); Blue value is 112 (44.14% from 255 or 46.09% from 243); Max value from RGB is 115 - color contains mainly: red. Hex color #731070 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #731070 is #8CEF8F. Grayscale: #383838. Windows color (decimal): -9236368 or 7344243. OLE color: 7344243.

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

Color convert

RGB11516112-
CMYK00.860.030.55
HSL301.82º75.57%25.69%-
HSV(B)301.82º86.09%45.1%-
XYZ10.185.1915.79-
YUV56.54159.3169.69-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 47.33%
GREEN value IS 16 (6.64% from 255) = 6.58%
BLUE value IS 112 (44.14% from 255) = 46.09%
R=47.33%
G=6.58%
B=46.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.03
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1151611200.860.030.55301.8275.5725.69
Hex73107005633712e4c1a
Octal16320160012636745611432
Binary11100111000011100000101011011110111100101110100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #731070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #731070; }

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

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

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

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

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

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

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

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