#770693

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

Shades of Purple #770693

Tints of Purple #770693

Color information

#770693 (or 0x770693) is unknown color: approx Purple. HEX triplet: 77, 06 and 93. RGB value is (119,6,147). Sum of RGB (Red+Green+Blue) = 119+6+147=272 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.75% from 272); Green value is 6 (2.73% from 255 or 2.21% from 272); Blue value is 147 (57.81% from 255 or 54.04% from 272); Max value from RGB is 147 - color contains mainly: blue. Hex color #770693 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #770693 is #88F96C. Grayscale: #373737. Windows color (decimal): -8976749 or 9635447. OLE color: 9635447.

HSL color Cylindrical-coordinate representation of color #770693: hue angle of 288.09º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #770693 is Cyan = 0.19, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB1196147-
CMYK0.190.9600.42
HSL288.09º92.16%30%-
HSV(B)288.09º95.92%57.65%-
XYZ12.946.1628.11-
YUV55.86179.44173.04-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 43.75%
GREEN value IS 6 (2.73% from 255) = 2.21%
BLUE value IS 147 (57.81% from 255) = 54.04%
R=43.75%
G=2.21%
B=54.04%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal11961470.190.9600.42288.0992.1630
Hex77693136002A1205c1e
Octal16762232314005244013436
Binary1110111110100100111001111000000101010100100000101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #770693; }

 p { color: rgb(119,6,147); }

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

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

 a { background-color: rgb(119,6,147); }

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

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

 span { border-color: rgb(119,6,147); }

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