#730472

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

Shades of Purple #730472

Tints of Purple #730472

Color information

#730472 (or 0x730472) is unknown color: approx Purple. HEX triplet: 73, 04 and 72. RGB value is (115,4,114). Sum of RGB (Red+Green+Blue) = 115+4+114=233 (30% of max value = 765). Red value is 115 (45.31% from 255 or 49.36% from 233); Green value is 4 (1.95% from 255 or 1.72% from 233); Blue value is 114 (44.92% from 255 or 48.93% from 233); Max value from RGB is 115 - color contains mainly: red. Hex color #730472 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #730472 is #8CFB8D. Grayscale: #313131. Windows color (decimal): -9239438 or 7472243. OLE color: 7472243.

HSL color Cylindrical-coordinate representation of color #730472: hue angle of 300.54º degrees, saturation: 0.93, 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 #730472 is Cyan = 0, Magento = 0.97, Yellow = 0.01 and Black (K on CMYK) = 0.55.

Color convert

RGB1154114-
CMYK00.970.010.55
HSL300.54º93.28%23.33%-
HSV(B)300.54º96.52%45.1%-
XYZ10.154.9516.34-
YUV49.73164.27174.56-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 49.36%
GREEN value IS 4 (1.95% from 255) = 1.72%
BLUE value IS 114 (44.92% from 255) = 48.93%
R=49.36%
G=1.72%
B=48.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.01
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115411400.970.010.55300.5493.2823.33
Hex7347206113712d5d17
Octal1634162014116745513527
Binary11100111001110010011000011110111100101101101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #730472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #730472; }

 p { color: rgb(115,4,114); }

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

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

 a { background-color: rgb(115,4,114); }

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

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

 span { border-color: rgb(115,4,114); }

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