#77088F

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

Shades of Purple #77088F

Tints of Purple #77088F

Color information

#77088F (or 0x77088F) is unknown color: approx Purple. HEX triplet: 77, 08 and 8F. RGB value is (119,8,143). Sum of RGB (Red+Green+Blue) = 119+8+143=270 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.07% from 270); Green value is 8 (3.52% from 255 or 2.96% from 270); Blue value is 143 (56.25% from 255 or 52.96% from 270); Max value from RGB is 143 - color contains mainly: blue. Hex color #77088F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #77088F is #88F770. Grayscale: #383838. Windows color (decimal): -8976241 or 9373815. OLE color: 9373815.

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

Color convert

RGB1198143-
CMYK0.170.9400.44
HSL289.33º89.4%29.61%-
HSV(B)289.33º94.41%56.08%-
XYZ12.656.0826.49-
YUV56.58176.77172.52-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 44.07%
GREEN value IS 8 (3.52% from 255) = 2.96%
BLUE value IS 143 (56.25% from 255) = 52.96%
R=44.07%
G=2.96%
B=52.96%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal11981430.170.9400.44289.3389.429.61
Hex7788F115E02C121591e
Octal167102172113605444113136
Binary11101111000100011111000110111100101100100100001101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77088F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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