#77188A

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

Shades of Purple #77188A

Tints of Purple #77188A

Color information

#77188A (or 0x77188A) is unknown color: approx Purple. HEX triplet: 77, 18 and 8A. RGB value is (119,24,138). Sum of RGB (Red+Green+Blue) = 119+24+138=281 (37% of max value = 765). Red value is 119 (46.88% from 255 or 42.35% from 281); Green value is 24 (9.77% from 255 or 8.54% from 281); Blue value is 138 (54.30% from 255 or 49.11% from 281); Max value from RGB is 138 - color contains mainly: blue. Hex color #77188A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #77188A is #88E775. Grayscale: #414141. Windows color (decimal): -8972150 or 9050231. OLE color: 9050231.

HSL color Cylindrical-coordinate representation of color #77188A: hue angle of 290º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #77188A is Cyan = 0.14, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB11924138-
CMYK0.140.8300.46
HSL290º70.37%31.76%-
HSV(B)290º82.61%54.12%-
XYZ12.526.4124.62-
YUV65.4168.97166.23-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 42.35%
GREEN value IS 24 (9.77% from 255) = 8.54%
BLUE value IS 138 (54.30% from 255) = 49.11%
R=42.35%
G=8.54%
B=49.11%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal119241380.140.8300.4629070.3731.76
Hex77188AE5302E1224620
Octal167302121612305644210640
Binary111011111000100010101110101001101011101001000101000110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77188A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77188A; }

 p { color: rgb(119,24,138); }

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

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

 a { background-color: rgb(119,24,138); }

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

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

 span { border-color: rgb(119,24,138); }

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