Html Css Color HEX #772079 Dark Purple

📋 copy color: '#772079'

red 119 ◦ green 32 ◦ blue 121

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

Shades of Dark Purple #772079

Tints of Dark Purple #772079

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 44.49%

R = 43.75%
G = 11.76%
B = 44.49%

CMYK

 C value IS 0.02

 M value IS 0.74

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#772079 (or 0x772079) is known color: Dark Purple. HEX triplet: 77, 20 and 79. RGB value is (119,32,121). Sum of RGB (Red+Green+Blue) = 119+32+121=272 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.75% from 272); Green value is 32 (12.89% from 255 or 11.76% from 272); Blue value is 121 (47.66% from 255 or 44.49% from 272); Max value from RGB is 121 - color contains mainly: blue. Hex color #772079 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #772079 is #88DF86. Grayscale: #434343. Windows color (decimal): -8970119 or 7938167. OLE color: 7938167.

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

Color convert

RGB 119 32 121 -
CMYK 0.02 0.74 0 0.53
HSL 298.65º 0.58% 0.3% -
HSV(B) 298.65º 0.74% 0.47% -
XYZ 11.58 6.34 18.7 -
YUV 68.16 157.82 164.26 -
System Red Green Blue C M Y K H S L
Decimal 119 32 121 0.02 0.74 0 0.53 298.65 0.58 0.3
Hex 77 20 79 2 4A 0 35 12B 3A 1E
Octal 167 40 171 2 112 0 65 453 72 36
Binary 1110111 100000 1111001 10 1001010 0 110101 100101011 111010 11110

Color Harmonies of #772079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772079

Black with #772079

Text Example


Text Example

White with #772079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #772079; }

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

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

background-color css

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

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

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

border-color css

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

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

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