#730071

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

Shades of Purple #730071

Tints of Purple #730071

Color information

#730071 (or 0x730071) is unknown color: approx Purple. HEX triplet: 73, 00 and 71. RGB value is (115,0,113). Sum of RGB (Red+Green+Blue) = 115+0+113=228 (30% of max value = 765). Red value is 115 (45.31% from 255 or 50.44% from 228); Green value is 0 (0.39% from 255 or 0% from 228); Blue value is 113 (44.53% from 255 or 49.56% from 228); Max value from RGB is 115 - color contains mainly: red. Hex color #730071 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #730071 is #8CFF8E. Grayscale: #2E2E2E. Windows color (decimal): -9240463 or 7405683. OLE color: 7405683.

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

Color convert

RGB1150113-
CMYK010.020.55
HSL301.04º100%22.55%-
HSV(B)301.04º100%45.1%-
XYZ10.054.8416.03-
YUV47.27165.1176.31-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 50.44%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 113 (44.53% from 255) = 49.56%
R=50.44%
G=0%
B=49.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.02
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1150113010.020.55301.0410022.55
Hex7307106423712d6417
Octal1630161014426745514427
Binary1110011011100010110010010110111100101101110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #730071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #730071; }

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

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

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

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

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

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

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

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