Html Css Color HEX #771976 Dark Purple

📋 copy color: '#771976'

red 119 ◦ green 25 ◦ blue 118

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

Shades of Dark Purple #771976

Tints of Dark Purple #771976

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.54%

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

R = 45.42%
G = 9.54%
B = 45.04%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.01

 K value IS 0.53

RGB Variations

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

Color information

#771976 (or 0x771976) is known color: Dark Purple. HEX triplet: 77, 19 and 76. RGB value is (119,25,118). Sum of RGB (Red+Green+Blue) = 119+25+118=262 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.42% from 262); Green value is 25 (10.16% from 255 or 9.54% from 262); Blue value is 118 (46.48% from 255 or 45.04% from 262); Max value from RGB is 119 - color contains mainly: red. Hex color #771976 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #771976 is #88E689. Grayscale: #3F3F3F. Windows color (decimal): -8971914 or 7739767. OLE color: 7739767.

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

Color convert

RGB 119 25 118 -
CMYK 0 0.79 0.01 0.53
HSL 300.64º 0.65% 0.28% -
HSV(B) 300.64º 0.79% 0.47% -
XYZ 11.23 5.93 17.69 -
YUV 63.71 158.64 167.44 -
System Red Green Blue C M Y K H S L
Decimal 119 25 118 0 0.79 0.01 0.53 300.64 0.65 0.28
Hex 77 19 76 0 4F 1 35 12D 41 1C
Octal 167 31 166 0 117 1 65 455 101 34
Binary 1110111 11001 1110110 0 1001111 1 110101 100101101 1000001 11100

Color Harmonies of #771976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771976

Black with #771976

Text Example


Text Example

White with #771976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #771976; }

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

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

background-color css

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

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

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

border-color css

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

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

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