#730078

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

Shades of Purple #730078

Tints of Purple #730078

Color information

#730078 (or 0x730078) is unknown color: approx Purple. HEX triplet: 73, 00 and 78. RGB value is (115,0,120). Sum of RGB (Red+Green+Blue) = 115+0+120=235 (31% of max value = 765). Red value is 115 (45.31% from 255 or 48.94% from 235); Green value is 0 (0.39% from 255 or 0% from 235); Blue value is 120 (47.27% from 255 or 51.06% from 235); Max value from RGB is 120 - color contains mainly: blue. Hex color #730078 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #730078 is #8CFF87. Grayscale: #2F2F2F. Windows color (decimal): -9240456 or 7864435. OLE color: 7864435.

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

Color convert

RGB1150120-
CMYK0.04100.53
HSL297.5º100%23.53%-
HSV(B)297.5º100%47.06%-
XYZ10.46518.18-
YUV48.06168.6175.74-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 48.94%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 120 (47.27% from 255) = 51.06%
R=48.94%
G=0%
B=51.06%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11501200.04100.53297.510023.53
Hex7307846403512a6418
Octal1630170414406545214430
Binary11100110111100010011001000110101100101010110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #730078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #730078; }

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

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

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

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

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

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

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

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