Html Css Color HEX #771C80 Dark Purple

📋 copy color: '#771C80'

red 119 ◦ green 28 ◦ blue 128

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

Shades of Dark Purple #771C80

Tints of Dark Purple #771C80

RGB

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

 GREEN value IS 28 (11.33% from 255) = 10.18%

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

R = 43.27%
G = 10.18%
B = 46.55%

CMYK

 C value IS 0.07

 M value IS 0.78

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#771C80 (or 0x771C80) is known color: Dark Purple. HEX triplet: 77, 1C and 80. RGB value is (119,28,128). Sum of RGB (Red+Green+Blue) = 119+28+128=275 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.27% from 275); Green value is 28 (11.33% from 255 or 10.18% from 275); Blue value is 128 (50.39% from 255 or 46.55% from 275); Max value from RGB is 128 - color contains mainly: blue. Hex color #771C80 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #771C80 is #88E37F. Grayscale: #424242. Windows color (decimal): -8971136 or 8395895. OLE color: 8395895.

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

Color convert

RGB 119 28 128 -
CMYK 0.07 0.78 0 0.50
HSL 294.6º 0.64% 0.31% -
HSV(B) 294.6º 0.78% 0.5% -
XYZ 11.92 6.31 21.01 -
YUV 66.61 162.65 165.37 -
System Red Green Blue C M Y K H S L
Decimal 119 28 128 0.07 0.78 0 0.50 294.6 0.64 0.31
Hex 77 1C 80 7 4E 0 32 127 40 1F
Octal 167 34 200 7 116 0 62 447 100 37
Binary 1110111 11100 10000000 111 1001110 0 110010 100100111 1000000 11111

Color Harmonies of #771C80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771C80

Black with #771C80

Text Example


Text Example

White with #771C80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #771C80; }

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

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

background-color css

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

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

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

border-color css

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

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

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