#770388

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

Shades of Purple #770388

Tints of Purple #770388

Color information

#770388 (or 0x770388) is unknown color: approx Purple. HEX triplet: 77, 03 and 88. RGB value is (119,3,136). Sum of RGB (Red+Green+Blue) = 119+3+136=258 (34% of max value = 765). Red value is 119 (46.88% from 255 or 46.12% from 258); Green value is 3 (1.56% from 255 or 1.16% from 258); Blue value is 136 (53.52% from 255 or 52.71% from 258); Max value from RGB is 136 - color contains mainly: blue. Hex color #770388 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #770388 is #88FC77. Grayscale: #343434. Windows color (decimal): -8977528 or 8913783. OLE color: 8913783.

HSL color Cylindrical-coordinate representation of color #770388: hue angle of 292.33º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #770388 is Cyan = 0.12, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB1193136-
CMYK0.120.9800.47
HSL292.33º95.68%27.25%-
HSV(B)292.33º97.79%53.33%-
XYZ12.085.7623.77-
YUV52.85174.93175.19-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 46.12%
GREEN value IS 3 (1.56% from 255) = 1.16%
BLUE value IS 136 (53.52% from 255) = 52.71%
R=46.12%
G=1.16%
B=52.71%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal11931360.120.9800.47292.3395.6827.25
Hex77388C6202F124601b
Octal16732101414205744414033
Binary11101111110001000110011000100101111100100100110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #770388; }

 p { color: rgb(119,3,136); }

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

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

 a { background-color: rgb(119,3,136); }

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

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

 span { border-color: rgb(119,3,136); }

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