#730971

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

Shades of Purple #730971

Tints of Purple #730971

Color information

#730971 (or 0x730971) is unknown color: approx Purple. HEX triplet: 73, 09 and 71. RGB value is (115,9,113). Sum of RGB (Red+Green+Blue) = 115+9+113=237 (31% of max value = 765). Red value is 115 (45.31% from 255 or 48.52% from 237); Green value is 9 (3.91% from 255 or 3.80% from 237); Blue value is 113 (44.53% from 255 or 47.68% from 237); Max value from RGB is 115 - color contains mainly: red. Hex color #730971 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #730971 is #8CF68E. Grayscale: #343434. Windows color (decimal): -9238159 or 7407987. OLE color: 7407987.

HSL color Cylindrical-coordinate representation of color #730971: hue angle of 301.13º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #730971 is Cyan = 0, Magento = 0.92, Yellow = 0.02 and Black (K on CMYK) = 0.55.

Color convert

RGB1159113-
CMYK00.920.020.55
HSL301.13º85.48%24.31%-
HSV(B)301.13º92.17%45.1%-
XYZ10.155.0316.06-
YUV52.55162.12172.54-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 48.52%
GREEN value IS 9 (3.91% from 255) = 3.80%
BLUE value IS 113 (44.53% from 255) = 47.68%
R=48.52%
G=3.80%
B=47.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.02
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115911300.920.020.55301.1385.4824.31
Hex7397105C23712d5518
Octal16311161013426745512530
Binary1110011100111100010101110010110111100101101101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #730971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #730971; }

 p { color: rgb(115,9,113); }

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

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

 a { background-color: rgb(115,9,113); }

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

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

 span { border-color: rgb(115,9,113); }

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