#730478

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

Shades of Purple #730478

Tints of Purple #730478

Color information

#730478 (or 0x730478) is unknown color: approx Purple. HEX triplet: 73, 04 and 78. RGB value is (115,4,120). Sum of RGB (Red+Green+Blue) = 115+4+120=239 (31% of max value = 765). Red value is 115 (45.31% from 255 or 48.12% from 239); Green value is 4 (1.95% from 255 or 1.67% from 239); Blue value is 120 (47.27% from 255 or 50.21% from 239); Max value from RGB is 120 - color contains mainly: blue. Hex color #730478 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #730478 is #8CFB87. Grayscale: #323232. Windows color (decimal): -9239432 or 7865459. OLE color: 7865459.

HSL color Cylindrical-coordinate representation of color #730478: hue angle of 297.41º degrees, saturation: 0.94, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #730478 is Cyan = 0.04, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB1154120-
CMYK0.040.9700.53
HSL297.41º93.55%24.31%-
HSV(B)297.41º96.67%47.06%-
XYZ10.55.0918.2-
YUV50.41167.27174.07-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 48.12%
GREEN value IS 4 (1.95% from 255) = 1.67%
BLUE value IS 120 (47.27% from 255) = 50.21%
R=48.12%
G=1.67%
B=50.21%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11541200.040.9700.53297.4193.5524.31
Hex734784610351295e18
Octal1634170414106545113630
Binary1110011100111100010011000010110101100101001101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #730478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #730478; }

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

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

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

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

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

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

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

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