#730371

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

Shades of Purple #730371

Tints of Purple #730371

Color information

#730371 (or 0x730371) is unknown color: approx Purple. HEX triplet: 73, 03 and 71. RGB value is (115,3,113). Sum of RGB (Red+Green+Blue) = 115+3+113=231 (30% of max value = 765). Red value is 115 (45.31% from 255 or 49.78% from 231); Green value is 3 (1.56% from 255 or 1.30% from 231); Blue value is 113 (44.53% from 255 or 48.92% from 231); Max value from RGB is 115 - color contains mainly: red. Hex color #730371 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #730371 is #8CFC8E. Grayscale: #303030. Windows color (decimal): -9239695 or 7406451. OLE color: 7406451.

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

Color convert

RGB1153113-
CMYK00.970.020.55
HSL301.07º94.92%23.14%-
HSV(B)301.07º97.39%45.1%-
XYZ10.084.916.04-
YUV49.03164.11175.06-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 49.78%
GREEN value IS 3 (1.56% from 255) = 1.30%
BLUE value IS 113 (44.53% from 255) = 48.92%
R=49.78%
G=1.30%
B=48.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.02
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115311300.970.020.55301.0794.9223.14
Hex7337106123712d5f17
Octal1633161014126745513727
Binary11100111111100010110000110110111100101101101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #730371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #730371; }

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

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

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

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

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

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

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

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