Html Css Color HEX #771A77 Dark Purple

📋 copy color: '#771A77'

red 119 ◦ green 26 ◦ blue 119

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

Shades of Dark Purple #771A77

Tints of Dark Purple #771A77

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9.85%

 BLUE value IS 119 (46.88% from 255) = 45.08%

R = 45.08%
G = 9.85%
B = 45.08%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#771A77 (or 0x771A77) is known color: Dark Purple. HEX triplet: 77, 1A and 77. RGB value is (119,26,119). Sum of RGB (Red+Green+Blue) = 119+26+119=264 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.08% from 264); Green value is 26 (10.55% from 255 or 9.85% from 264); Blue value is 119 (46.88% from 255 or 45.08% from 264); Max value from RGB is 119 - color contains mainly: red, blue. Hex color #771A77 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #771A77 is #88E588. Grayscale: #404040. Windows color (decimal): -8971657 or 7805559. OLE color: 7805559.

HSL color Cylindrical-coordinate representation of color #771A77: hue angle of 300º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #771A77 is Cyan = 0, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 26 119 -
CMYK 0 0.78 0 0.53
HSL 300º 0.64% 0.28% -
HSV(B) 300º 0.78% 0.47% -
XYZ 11.31 5.99 18.01 -
YUV 64.41 158.81 166.94 -
System Red Green Blue C M Y K H S L
Decimal 119 26 119 0 0.78 0 0.53 300 0.64 0.28
Hex 77 1A 77 0 4E 0 35 12C 40 1C
Octal 167 32 167 0 116 0 65 454 100 34
Binary 1110111 11010 1110111 0 1001110 0 110101 100101100 1000000 11100

Color Harmonies of #771A77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771A77

Black with #771A77

Text Example


Text Example

White with #771A77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,26,119); }

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

background-color css

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

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

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

border-color css

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

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

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