Html Css Color HEX #771776 Dark Purple

📋 copy color: '#771776'

red 119 ◦ green 23 ◦ blue 118

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

Shades of Dark Purple #771776

Tints of Dark Purple #771776

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 45.38%

R = 45.77%
G = 8.85%
B = 45.38%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.01

 K value IS 0.53

RGB Variations

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

Color information

#771776 (or 0x771776) is known color: Dark Purple. HEX triplet: 77, 17 and 76. RGB value is (119,23,118). Sum of RGB (Red+Green+Blue) = 119+23+118=260 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.77% from 260); Green value is 23 (9.38% from 255 or 8.85% from 260); Blue value is 118 (46.48% from 255 or 45.38% from 260); Max value from RGB is 119 - color contains mainly: red. Hex color #771776 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #771776 is #88E889. Grayscale: #3E3E3E. Windows color (decimal): -8972426 or 7739255. OLE color: 7739255.

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

Color convert

RGB 119 23 118 -
CMYK 0 0.81 0.01 0.53
HSL 300.63º 0.68% 0.28% -
HSV(B) 300.63º 0.81% 0.47% -
XYZ 11.18 5.84 17.68 -
YUV 62.53 159.3 168.28 -
System Red Green Blue C M Y K H S L
Decimal 119 23 118 0 0.81 0.01 0.53 300.63 0.68 0.28
Hex 77 17 76 0 51 1 35 12D 44 1C
Octal 167 27 166 0 121 1 65 455 104 34
Binary 1110111 10111 1110110 0 1010001 1 110101 100101101 1000100 11100

Color Harmonies of #771776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771776

Black with #771776

Text Example


Text Example

White with #771776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #771776; }

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

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

background-color css

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

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

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

border-color css

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

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

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