#77007B

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

Shades of Purple #77007B

Tints of Purple #77007B

Color information

#77007B (or 0x77007B) is unknown color: approx Purple. HEX triplet: 77, 00 and 7B. RGB value is (119,0,123). Sum of RGB (Red+Green+Blue) = 119+0+123=242 (32% of max value = 765). Red value is 119 (46.88% from 255 or 49.17% from 242); Green value is 0 (0.39% from 255 or 0% from 242); Blue value is 123 (48.44% from 255 or 50.83% from 242); Max value from RGB is 123 - color contains mainly: blue. Hex color #77007B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #77007B is #88FF84. Grayscale: #313131. Windows color (decimal): -8978309 or 8061047. OLE color: 8061047.

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

Color convert

RGB1190123-
CMYK0.03100.52
HSL298.05º100%24.12%-
HSV(B)298.05º100%48.24%-
XYZ11.185.3519.18-
YUV49.6169.42177.5-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 49.17%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 123 (48.44% from 255) = 50.83%
R=49.17%
G=0%
B=50.83%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal11901230.03100.52298.0510024.12
Hex7707B36403412a6418
Octal1670173314406445214430
Binary1110111011110111111001000110100100101010110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77007B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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