#770588

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

Shades of Purple #770588

Tints of Purple #770588

Color information

#770588 (or 0x770588) is unknown color: approx Purple. HEX triplet: 77, 05 and 88. RGB value is (119,5,136). Sum of RGB (Red+Green+Blue) = 119+5+136=260 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.77% from 260); Green value is 5 (2.34% from 255 or 1.92% from 260); Blue value is 136 (53.52% from 255 or 52.31% from 260); Max value from RGB is 136 - color contains mainly: blue. Hex color #770588 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #770588 is #88FA77. Grayscale: #353535. Windows color (decimal): -8977016 or 8914295. OLE color: 8914295.

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

Color convert

RGB1195136-
CMYK0.120.9600.47
HSL292.21º92.91%27.65%-
HSV(B)292.21º96.32%53.33%-
XYZ12.115.8123.78-
YUV54.02174.27174.35-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 45.77%
GREEN value IS 5 (2.34% from 255) = 1.92%
BLUE value IS 136 (53.52% from 255) = 52.31%
R=45.77%
G=1.92%
B=52.31%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal11951360.120.9600.47292.2192.9127.65
Hex77588C6002F1245d1c
Octal16752101414005744413534
Binary111011110110001000110011000000101111100100100101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #770588; }

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

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

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

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

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

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

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

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