#770073

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

Shades of Purple #770073

Tints of Purple #770073

Color information

#770073 (or 0x770073) is unknown color: approx Purple. HEX triplet: 77, 00 and 73. RGB value is (119,0,115). Sum of RGB (Red+Green+Blue) = 119+0+115=234 (30% of max value = 765). Red value is 119 (46.88% from 255 or 50.85% from 234); Green value is 0 (0.39% from 255 or 0% from 234); Blue value is 115 (45.31% from 255 or 49.15% from 234); Max value from RGB is 119 - color contains mainly: red. Hex color #770073 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770073 is #88FF8C. Grayscale: #303030. Windows color (decimal): -8978317 or 7536759. OLE color: 7536759.

HSL color Cylindrical-coordinate representation of color #770073: hue angle of 302.02º 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 #770073 is Cyan = 0, Magento = 1, Yellow = 0.03 and Black (K on CMYK) = 0.53.

Color convert

RGB1190115-
CMYK010.030.53
HSL302.02º100%23.33%-
HSV(B)302.02º100%46.67%-
XYZ10.75.1616.65-
YUV48.69165.42178.15-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.03
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1190115010.030.53302.0210023.33
Hex7707306433512e6417
Octal1670163014436545614427
Binary1110111011100110110010011110101100101110110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #770073; }

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

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

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

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

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

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

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

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