Html Css Color HEX #771780 Purple

📋 copy color: '#771780'

red 119 ◦ green 23 ◦ blue 128

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

Shades of Purple #771780

Tints of Purple #771780

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.52%

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

R = 44.07%
G = 8.52%
B = 47.41%

CMYK

 C value IS 0.07

 M value IS 0.82

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#771780 (or 0x771780) is known color: Purple. HEX triplet: 77, 17 and 80. RGB value is (119,23,128). Sum of RGB (Red+Green+Blue) = 119+23+128=270 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.07% from 270); Green value is 23 (9.38% from 255 or 8.52% from 270); Blue value is 128 (50.39% from 255 or 47.41% from 270); Max value from RGB is 128 - color contains mainly: blue. Hex color #771780 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #771780 is #88E87F. Grayscale: #3F3F3F. Windows color (decimal): -8972416 or 8394615. OLE color: 8394615.

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

Color convert

RGB 119 23 128 -
CMYK 0.07 0.82 0 0.50
HSL 294.86º 0.7% 0.3% -
HSV(B) 294.86º 0.82% 0.5% -
XYZ 11.81 6.09 20.98 -
YUV 63.67 164.3 167.46 -
System Red Green Blue C M Y K H S L
Decimal 119 23 128 0.07 0.82 0 0.50 294.86 0.7 0.3
Hex 77 17 80 7 52 0 32 127 46 1E
Octal 167 27 200 7 122 0 62 447 106 36
Binary 1110111 10111 10000000 111 1010010 0 110010 100100111 1000110 11110

Color Harmonies of #771780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771780

Black with #771780

Text Example


Text Example

White with #771780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #771780; }

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

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

background-color css

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

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

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

border-color css

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

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

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