#730077

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

Shades of Purple #730077

Tints of Purple #730077

Color information

#730077 (or 0x730077) is unknown color: approx Purple. HEX triplet: 73, 00 and 77. RGB value is (115,0,119). Sum of RGB (Red+Green+Blue) = 115+0+119=234 (30% of max value = 765). Red value is 115 (45.31% from 255 or 49.15% from 234); Green value is 0 (0.39% from 255 or 0% from 234); Blue value is 119 (46.88% from 255 or 50.85% from 234); Max value from RGB is 119 - color contains mainly: blue. Hex color #730077 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #730077 is #8CFF88. Grayscale: #2F2F2F. Windows color (decimal): -9240457 or 7798899. OLE color: 7798899.

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

Color convert

RGB1150119-
CMYK0.03100.53
HSL297.98º100%23.33%-
HSV(B)297.98º100%46.67%-
XYZ10.44.9817.87-
YUV47.95168.1175.82-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 49.15%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 119 (46.88% from 255) = 50.85%
R=49.15%
G=0%
B=50.85%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11501190.03100.53297.9810023.33
Hex7307736403512a6417
Octal1630167314406545214427
Binary1110011011101111111001000110101100101010110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #730077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #730077; }

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

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

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

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

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

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

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

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