#77157B

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

Shades of Purple #77157B

Tints of Purple #77157B

Color information

#77157B (or 0x77157B) is unknown color: approx Purple. HEX triplet: 77, 15 and 7B. RGB value is (119,21,123). Sum of RGB (Red+Green+Blue) = 119+21+123=263 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.25% from 263); Green value is 21 (8.59% from 255 or 7.98% from 263); Blue value is 123 (48.44% from 255 or 46.77% from 263); Max value from RGB is 123 - color contains mainly: blue. Hex color #77157B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #77157B is #88EA84. Grayscale: #3D3D3D. Windows color (decimal): -8972933 or 8066423. OLE color: 8066423.

HSL color Cylindrical-coordinate representation of color #77157B: hue angle of 297.65º degrees, saturation: 0.71, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #77157B is Cyan = 0.03, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB11921123-
CMYK0.030.8300.52
HSL297.65º70.83%28.24%-
HSV(B)297.65º82.93%48.24%-
XYZ11.455.8919.27-
YUV61.93162.47168.71-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 45.25%
GREEN value IS 21 (8.59% from 255) = 7.98%
BLUE value IS 123 (48.44% from 255) = 46.77%
R=45.25%
G=7.98%
B=46.77%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal119211230.030.8300.52297.6570.8328.24
Hex77157B35303412a471c
Octal16725173312306445210734
Binary11101111010111110111110100110110100100101010100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77157B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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