Html Css Color HEX #770080 Purple

📋 copy color: '#770080'

red 119 ◦ green 0 ◦ blue 128

#770080
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple #770080

Tints of Purple #770080

RGB

 RED value IS 119 (46.88% from 255) = 48.18%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 128 (50.39% from 255) = 51.82%

R = 48.18%
G = 0%
B = 51.82%

CMYK

 C value IS 0.07

 M value IS 1

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#770080 (or 0x770080) is known color: Purple. HEX triplet: 77, 00 and 80. RGB value is (119,0,128). Sum of RGB (Red+Green+Blue) = 119+0+128=247 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.18% from 247); Green value is 0 (0.39% from 255 or 0% from 247); Blue value is 128 (50.39% from 255 or 51.82% from 247); Max value from RGB is 128 - color contains mainly: blue. Hex color #770080 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #770080 is #88FF7F. Grayscale: #313131. Windows color (decimal): -8978304 or 8388727. OLE color: 8388727.

HSL color Cylindrical-coordinate representation of color #770080: hue angle of 295.78º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 1%. Process color model (Four color, CMYK) of #770080 is Cyan = 0.07, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 119 0 128 -
CMYK 0.07 1 0 0.50
HSL 295.78º 1% 0.25% -
HSV(B) 295.78º 1% 0.5% -
XYZ 11.5 5.48 20.87 -
YUV 50.17 171.92 177.09 -
System Red Green Blue C M Y K H S L
Decimal 119 0 128 0.07 1 0 0.50 295.78 1 0.25
Hex 77 0 80 7 64 0 32 128 64 19
Octal 167 0 200 7 144 0 62 450 144 31
Binary 1110111 0 10000000 111 1100100 0 110010 100101000 1100100 11001

Color Harmonies of #770080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770080

Black with #770080

Text Example


Text Example

White with #770080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770080; }

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

 H1.HeaderClassName
 {
   color: #770080;
 }
 .AnyTagClassName
 {
   color: #770080;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #770080;
 }
 .BgClassName
 {
   background-color: #770080;
 }
</style>

border-color css

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

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

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