Html Css Color HEX #771972 Dark Purple

📋 copy color: '#771972'

red 119 ◦ green 25 ◦ blue 114

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

Shades of Dark Purple #771972

Tints of Dark Purple #771972

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 44.19%

R = 46.12%
G = 9.69%
B = 44.19%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.04

 K value IS 0.53

RGB Variations

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

Color information

#771972 (or 0x771972) is known color: Dark Purple. HEX triplet: 77, 19 and 72. RGB value is (119,25,114). Sum of RGB (Red+Green+Blue) = 119+25+114=258 (34% of max value = 765). Red value is 119 (46.88% from 255 or 46.12% from 258); Green value is 25 (10.16% from 255 or 9.69% from 258); Blue value is 114 (44.92% from 255 or 44.19% from 258); Max value from RGB is 119 - color contains mainly: red. Hex color #771972 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #771972 is #88E68D. Grayscale: #3E3E3E. Windows color (decimal): -8971918 or 7477623. OLE color: 7477623.

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

Color convert

RGB 119 25 114 -
CMYK 0 0.79 0.04 0.53
HSL 303.19º 0.65% 0.28% -
HSV(B) 303.19º 0.79% 0.47% -
XYZ 10.99 5.83 16.47 -
YUV 63.25 156.64 167.76 -
System Red Green Blue C M Y K H S L
Decimal 119 25 114 0 0.79 0.04 0.53 303.19 0.65 0.28
Hex 77 19 72 0 4F 4 35 12F 41 1C
Octal 167 31 162 0 117 4 65 457 101 34
Binary 1110111 11001 1110010 0 1001111 100 110101 100101111 1000001 11100

Color Harmonies of #771972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771972

Black with #771972

Text Example


Text Example

White with #771972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #771972; }

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

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

background-color css

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

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

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

border-color css

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

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

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