Html Css Color HEX #771880 Purple

📋 copy color: '#771880'

red 119 ◦ green 24 ◦ blue 128

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

Shades of Purple #771880

Tints of Purple #771880

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.86%

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

R = 43.91%
G = 8.86%
B = 47.23%

CMYK

 C value IS 0.07

 M value IS 0.81

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#771880 (or 0x771880) is known color: Purple. HEX triplet: 77, 18 and 80. RGB value is (119,24,128). Sum of RGB (Red+Green+Blue) = 119+24+128=271 (35% of max value = 765). Red value is 119 (46.88% from 255 or 43.91% from 271); Green value is 24 (9.77% from 255 or 8.86% from 271); Blue value is 128 (50.39% from 255 or 47.23% from 271); Max value from RGB is 128 - color contains mainly: blue. Hex color #771880 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #771880 is #88E77F. Grayscale: #3F3F3F. Windows color (decimal): -8972160 or 8394871. OLE color: 8394871.

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

Color convert

RGB 119 24 128 -
CMYK 0.07 0.81 0 0.50
HSL 294.81º 0.68% 0.3% -
HSV(B) 294.81º 0.81% 0.5% -
XYZ 11.83 6.13 20.98 -
YUV 64.26 163.97 167.04 -
System Red Green Blue C M Y K H S L
Decimal 119 24 128 0.07 0.81 0 0.50 294.81 0.68 0.3
Hex 77 18 80 7 51 0 32 127 44 1E
Octal 167 30 200 7 121 0 62 447 104 36
Binary 1110111 11000 10000000 111 1010001 0 110010 100100111 1000100 11110

Color Harmonies of #771880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771880

Black with #771880

Text Example


Text Example

White with #771880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #771880; }

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

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

background-color css

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

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

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

border-color css

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

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

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