Html Css Color HEX #771971 Dark Purple

📋 copy color: '#771971'

red 119 ◦ green 25 ◦ blue 113

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

Shades of Dark Purple #771971

Tints of Dark Purple #771971

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 43.97%

R = 46.3%
G = 9.73%
B = 43.97%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.05

 K value IS 0.53

RGB Variations

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

Color information

#771971 (or 0x771971) is known color: Dark Purple. HEX triplet: 77, 19 and 71. RGB value is (119,25,113). Sum of RGB (Red+Green+Blue) = 119+25+113=257 (34% of max value = 765). Red value is 119 (46.88% from 255 or 46.30% from 257); Green value is 25 (10.16% from 255 or 9.73% from 257); Blue value is 113 (44.53% from 255 or 43.97% from 257); Max value from RGB is 119 - color contains mainly: red. Hex color #771971 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #771971 is #88E68E. Grayscale: #3E3E3E. Windows color (decimal): -8971919 or 7412087. OLE color: 7412087.

HSL color Cylindrical-coordinate representation of color #771971: hue angle of 303.83º 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 #771971 is Cyan = 0, Magento = 0.79, Yellow = 0.05 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 25 113 -
CMYK 0 0.79 0.05 0.53
HSL 303.83º 0.65% 0.28% -
HSV(B) 303.83º 0.79% 0.47% -
XYZ 10.94 5.81 16.17 -
YUV 63.14 156.14 167.84 -
System Red Green Blue C M Y K H S L
Decimal 119 25 113 0 0.79 0.05 0.53 303.83 0.65 0.28
Hex 77 19 71 0 4F 5 35 130 41 1C
Octal 167 31 161 0 117 5 65 460 101 34
Binary 1110111 11001 1110001 0 1001111 101 110101 100110000 1000001 11100

Color Harmonies of #771971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771971

Black with #771971

Text Example


Text Example

White with #771971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #771971; }

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

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

background-color css

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

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

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

border-color css

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

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

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