Html Css Color HEX #772077 Dark Purple

📋 copy color: '#772077'

red 119 ◦ green 32 ◦ blue 119

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

Shades of Dark Purple #772077

Tints of Dark Purple #772077

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.85%

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

R = 44.07%
G = 11.85%
B = 44.07%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#772077 (or 0x772077) is known color: Dark Purple. HEX triplet: 77, 20 and 77. RGB value is (119,32,119). Sum of RGB (Red+Green+Blue) = 119+32+119=270 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.07% from 270); Green value is 32 (12.89% from 255 or 11.85% from 270); Blue value is 119 (46.88% from 255 or 44.07% from 270); Max value from RGB is 119 - color contains mainly: red, blue. Hex color #772077 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #772077 is #88DF88. Grayscale: #434343. Windows color (decimal): -8970121 or 7807095. OLE color: 7807095.

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

Color convert

RGB 119 32 119 -
CMYK 0 0.73 0 0.53
HSL 300º 0.58% 0.3% -
HSV(B) 300º 0.73% 0.47% -
XYZ 11.45 6.29 18.06 -
YUV 67.93 156.82 164.43 -
System Red Green Blue C M Y K H S L
Decimal 119 32 119 0 0.73 0 0.53 300 0.58 0.3
Hex 77 20 77 0 49 0 35 12C 3A 1E
Octal 167 40 167 0 111 0 65 454 72 36
Binary 1110111 100000 1110111 0 1001001 0 110101 100101100 111010 11110

Color Harmonies of #772077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772077

Black with #772077

Text Example


Text Example

White with #772077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #772077; }

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

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

background-color css

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

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

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

border-color css

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

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

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