#77008D

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

Shades of Purple #77008D

Tints of Purple #77008D

Color information

#77008D (or 0x77008D) is unknown color: approx Purple. HEX triplet: 77, 00 and 8D. RGB value is (119,0,141). Sum of RGB (Red+Green+Blue) = 119+0+141=260 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.77% from 260); Green value is 0 (0.39% from 255 or 0% from 260); Blue value is 141 (55.47% from 255 or 54.23% from 260); Max value from RGB is 141 - color contains mainly: blue. Hex color #77008D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #77008D is #88FF72. Grayscale: #333333. Windows color (decimal): -8978291 or 9240695. OLE color: 9240695.

HSL color Cylindrical-coordinate representation of color #77008D: hue angle of 290.64º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #77008D is Cyan = 0.16, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB1190141-
CMYK0.16100.45
HSL290.64º100%27.65%-
HSV(B)290.64º100%55.29%-
XYZ12.425.8525.67-
YUV51.66178.42176.04-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 45.77%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 141 (55.47% from 255) = 54.23%
R=45.77%
G=0%
B=54.23%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal11901410.16100.45290.6410027.65
Hex7708D106402D123641c
Octal16702152014405544314434
Binary11101110100011011000011001000101101100100011110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77008D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77008D; }

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

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

<style>
 a { background-color: #77008D; }

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

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

<style>
 span { border-color: #77008D; }

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

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