#730777

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

Shades of Purple #730777

Tints of Purple #730777

Color information

#730777 (or 0x730777) is unknown color: approx Purple. HEX triplet: 73, 07 and 77. RGB value is (115,7,119). Sum of RGB (Red+Green+Blue) = 115+7+119=241 (31% of max value = 765). Red value is 115 (45.31% from 255 or 47.72% from 241); Green value is 7 (3.12% from 255 or 2.90% from 241); Blue value is 119 (46.88% from 255 or 49.38% from 241); Max value from RGB is 119 - color contains mainly: blue. Hex color #730777 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #730777 is #8CF888. Grayscale: #333333. Windows color (decimal): -9238665 or 7800691. OLE color: 7800691.

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

Color convert

RGB1157119-
CMYK0.030.9400.53
HSL297.86º88.89%24.71%-
HSV(B)297.86º94.12%46.67%-
XYZ10.485.1317.89-
YUV52.06165.78172.89-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 47.72%
GREEN value IS 7 (3.12% from 255) = 2.90%
BLUE value IS 119 (46.88% from 255) = 49.38%
R=47.72%
G=2.90%
B=49.38%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11571190.030.9400.53297.8688.8924.71
Hex7377735E03512a5919
Octal1637167313606545213131
Binary111001111111101111110111100110101100101010101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #730777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #730777; }

 p { color: rgb(115,7,119); }

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

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

 a { background-color: rgb(115,7,119); }

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

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

 span { border-color: rgb(115,7,119); }

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