#77158B

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

Shades of Purple #77158B

Tints of Purple #77158B

Color information

#77158B (or 0x77158B) is unknown color: approx Purple. HEX triplet: 77, 15 and 8B. RGB value is (119,21,139). Sum of RGB (Red+Green+Blue) = 119+21+139=279 (36% of max value = 765). Red value is 119 (46.88% from 255 or 42.65% from 279); Green value is 21 (8.59% from 255 or 7.53% from 279); Blue value is 139 (54.69% from 255 or 49.82% from 279); Max value from RGB is 139 - color contains mainly: blue. Hex color #77158B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #77158B is #88EA74. Grayscale: #3F3F3F. Windows color (decimal): -8972917 or 9114999. OLE color: 9114999.

HSL color Cylindrical-coordinate representation of color #77158B: hue angle of 289.83º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #77158B is Cyan = 0.14, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB11921139-
CMYK0.140.8500.45
HSL289.83º73.75%31.37%-
HSV(B)289.83º84.89%54.51%-
XYZ12.546.3224.99-
YUV63.75170.47167.41-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 42.65%
GREEN value IS 21 (8.59% from 255) = 7.53%
BLUE value IS 139 (54.69% from 255) = 49.82%
R=42.65%
G=7.53%
B=49.82%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal119211390.140.8500.45289.8373.7531.37
Hex77158BE5502D1224a1f
Octal167252131612505544211237
Binary11101111010110001011111010101010101101100100010100101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77158B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77158B; }

 p { color: rgb(119,21,139); }

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

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

 a { background-color: rgb(119,21,139); }

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

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

 span { border-color: rgb(119,21,139); }

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