#730d91

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

Shades of Purple #730D91

Tints of Purple #730D91

Color information

#730D91 (or 0x730D91) is unknown color: approx Purple. HEX triplet: 73, 0D and 91. RGB value is (115,13,145). Sum of RGB (Red+Green+Blue) = 115+13+145=273 (36% of max value = 765). Red value is 115 (45.31% from 255 or 42.12% from 273); Green value is 13 (5.47% from 255 or 4.76% from 273); Blue value is 145 (57.03% from 255 or 53.11% from 273); Max value from RGB is 145 - color contains mainly: blue. Hex color #730D91 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #730D91 is #8CF26E. Grayscale: #3A3A3A. Windows color (decimal): -9237103 or 9506163. OLE color: 9506163.

HSL color Cylindrical-coordinate representation of color #730D91: hue angle of 286.36º degrees, saturation: 0.84, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #730D91 is Cyan = 0.21, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB11513145-
CMYK0.210.9100.43
HSL286.36º83.54%30.98%-
HSV(B)286.36º91.03%56.86%-
XYZ12.325.9827.29-
YUV58.55176.79168.27-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 42.12%
GREEN value IS 13 (5.47% from 255) = 4.76%
BLUE value IS 145 (57.03% from 255) = 53.11%
R=42.12%
G=4.76%
B=53.11%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal115131450.210.9100.43286.3683.5430.98
Hex73D91155B02B11e541f
Octal163152212513305343612437
Binary11100111101100100011010110110110101011100011110101010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #730d91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #730d91; }

 p { color: rgb(115,13,145); }

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

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

 a { background-color: rgb(115,13,145); }

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

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

 span { border-color: rgb(115,13,145); }

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