Html Css Color HEX #771C81 Dark Purple

📋 copy color: '#771C81'

red 119 ◦ green 28 ◦ blue 129

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

Shades of Dark Purple #771C81

Tints of Dark Purple #771C81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 46.74%

R = 43.12%
G = 10.14%
B = 46.74%

CMYK

 C value IS 0.08

 M value IS 0.78

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#771C81 (or 0x771C81) is known color: Dark Purple. HEX triplet: 77, 1C and 81. RGB value is (119,28,129). Sum of RGB (Red+Green+Blue) = 119+28+129=276 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.12% from 276); Green value is 28 (11.33% from 255 or 10.14% from 276); Blue value is 129 (50.78% from 255 or 46.74% from 276); Max value from RGB is 129 - color contains mainly: blue. Hex color #771C81 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #771C81 is #88E37E. Grayscale: #424242. Windows color (decimal): -8971135 or 8461431. OLE color: 8461431.

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

Color convert

RGB 119 28 129 -
CMYK 0.08 0.78 0 0.49
HSL 294.06º 0.64% 0.31% -
HSV(B) 294.06º 0.78% 0.51% -
XYZ 11.99 6.34 21.36 -
YUV 66.72 163.15 165.29 -
System Red Green Blue C M Y K H S L
Decimal 119 28 129 0.08 0.78 0 0.49 294.06 0.64 0.31
Hex 77 1C 81 8 4E 0 31 126 40 1F
Octal 167 34 201 10 116 0 61 446 100 37
Binary 1110111 11100 10000001 1000 1001110 0 110001 100100110 1000000 11111

Color Harmonies of #771C81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771C81

Black with #771C81

Text Example


Text Example

White with #771C81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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