#77008F

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

Shades of Purple #77008F

Tints of Purple #77008F

Color information

#77008F (or 0x77008F) is unknown color: approx Purple. HEX triplet: 77, 00 and 8F. RGB value is (119,0,143). Sum of RGB (Red+Green+Blue) = 119+0+143=262 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.42% from 262); Green value is 0 (0.39% from 255 or 0% from 262); Blue value is 143 (56.25% from 255 or 54.58% from 262); Max value from RGB is 143 - color contains mainly: blue. Hex color #77008F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #77008F is #88FF70. Grayscale: #333333. Windows color (decimal): -8978289 or 9371767. OLE color: 9371767.

HSL color Cylindrical-coordinate representation of color #77008F: hue angle of 289.93º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #77008F is Cyan = 0.17, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB1190143-
CMYK0.17100.44
HSL289.93º100%28.04%-
HSV(B)289.93º100%56.08%-
XYZ12.575.9126.46-
YUV51.88179.42175.87-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 45.42%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 143 (56.25% from 255) = 54.58%
R=45.42%
G=0%
B=54.58%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal11901430.17100.44289.9310028.04
Hex7708F116402C122641c
Octal16702172114405444214434
Binary11101110100011111000111001000101100100100010110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77008F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77008F; }

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

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

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

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

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

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

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

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