Html Css Color HEX #772071 Dark Purple

📋 copy color: '#772071'

red 119 ◦ green 32 ◦ blue 113

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

Shades of Dark Purple #772071

Tints of Dark Purple #772071

RGB

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

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

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

R = 45.08%
G = 12.12%
B = 42.8%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.05

 K value IS 0.53

RGB Variations

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

Color information

#772071 (or 0x772071) is known color: Dark Purple. HEX triplet: 77, 20 and 71. RGB value is (119,32,113). Sum of RGB (Red+Green+Blue) = 119+32+113=264 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.08% from 264); Green value is 32 (12.89% from 255 or 12.12% from 264); Blue value is 113 (44.53% from 255 or 42.80% from 264); Max value from RGB is 119 - color contains mainly: red. Hex color #772071 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #772071 is #88DF8E. Grayscale: #434343. Windows color (decimal): -8970127 or 7413879. OLE color: 7413879.

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

Color convert

RGB 119 32 113 -
CMYK 0 0.73 0.05 0.53
HSL 304.14º 0.58% 0.3% -
HSV(B) 304.14º 0.73% 0.47% -
XYZ 11.1 6.15 16.22 -
YUV 67.25 153.82 164.91 -
System Red Green Blue C M Y K H S L
Decimal 119 32 113 0 0.73 0.05 0.53 304.14 0.58 0.3
Hex 77 20 71 0 49 5 35 130 3A 1E
Octal 167 40 161 0 111 5 65 460 72 36
Binary 1110111 100000 1110001 0 1001001 101 110101 100110000 111010 11110

Color Harmonies of #772071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772071

Black with #772071

Text Example


Text Example

White with #772071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #772071; }

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

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

background-color css

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

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

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

border-color css

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

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

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