Html Css Color HEX #771380 Purple

📋 copy color: '#771380'

red 119 ◦ green 19 ◦ blue 128

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

Shades of Purple #771380

Tints of Purple #771380

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.14%

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

R = 44.74%
G = 7.14%
B = 48.12%

CMYK

 C value IS 0.07

 M value IS 0.85

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#771380 (or 0x771380) is known color: Purple. HEX triplet: 77, 13 and 80. RGB value is (119,19,128). Sum of RGB (Red+Green+Blue) = 119+19+128=266 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.74% from 266); Green value is 19 (7.81% from 255 or 7.14% from 266); Blue value is 128 (50.39% from 255 or 48.12% from 266); Max value from RGB is 128 - color contains mainly: blue. Hex color #771380 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #771380 is #88EC7F. Grayscale: #3C3C3C. Windows color (decimal): -8973440 or 8393591. OLE color: 8393591.

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

Color convert

RGB 119 19 128 -
CMYK 0.07 0.85 0 0.50
HSL 295.05º 0.74% 0.29% -
HSV(B) 295.05º 0.85% 0.5% -
XYZ 11.74 5.95 20.95 -
YUV 61.33 165.63 169.14 -
System Red Green Blue C M Y K H S L
Decimal 119 19 128 0.07 0.85 0 0.50 295.05 0.74 0.29
Hex 77 13 80 7 55 0 32 127 4A 1D
Octal 167 23 200 7 125 0 62 447 112 35
Binary 1110111 10011 10000000 111 1010101 0 110010 100100111 1001010 11101

Color Harmonies of #771380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771380

Black with #771380

Text Example


Text Example

White with #771380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #771380; }

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

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

background-color css

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

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

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

border-color css

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

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

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