Html Css Color HEX #771080 Purple

📋 copy color: '#771080'

red 119 ◦ green 16 ◦ blue 128

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

Shades of Purple #771080

Tints of Purple #771080

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.08%

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

R = 45.25%
G = 6.08%
B = 48.67%

CMYK

 C value IS 0.07

 M value IS 0.88

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#771080 (or 0x771080) is known color: Purple. HEX triplet: 77, 10 and 80. RGB value is (119,16,128). Sum of RGB (Red+Green+Blue) = 119+16+128=263 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.25% from 263); Green value is 16 (6.64% from 255 or 6.08% from 263); Blue value is 128 (50.39% from 255 or 48.67% from 263); Max value from RGB is 128 - color contains mainly: blue. Hex color #771080 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #771080 is #88EF7F. Grayscale: #3B3B3B. Windows color (decimal): -8974208 or 8392823. OLE color: 8392823.

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

Color convert

RGB 119 16 128 -
CMYK 0.07 0.88 0 0.50
HSL 295.18º 0.78% 0.28% -
HSV(B) 295.18º 0.88% 0.5% -
XYZ 11.69 5.85 20.94 -
YUV 59.57 166.62 170.39 -
System Red Green Blue C M Y K H S L
Decimal 119 16 128 0.07 0.88 0 0.50 295.18 0.78 0.28
Hex 77 10 80 7 58 0 32 127 4E 1C
Octal 167 20 200 7 130 0 62 447 116 34
Binary 1110111 10000 10000000 111 1011000 0 110010 100100111 1001110 11100

Color Harmonies of #771080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771080

Black with #771080

Text Example


Text Example

White with #771080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #771080; }

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

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

background-color css

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

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

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

border-color css

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

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

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