Html Css Color HEX #771477 Dark Purple

📋 copy color: '#771477'

red 119 ◦ green 20 ◦ blue 119

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

Shades of Dark Purple #771477

Tints of Dark Purple #771477

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.75%

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

R = 46.12%
G = 7.75%
B = 46.12%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#771477 (or 0x771477) is known color: Dark Purple. HEX triplet: 77, 14 and 77. RGB value is (119,20,119). Sum of RGB (Red+Green+Blue) = 119+20+119=258 (34% of max value = 765). Red value is 119 (46.88% from 255 or 46.12% from 258); Green value is 20 (8.20% from 255 or 7.75% from 258); Blue value is 119 (46.88% from 255 or 46.12% from 258); Max value from RGB is 119 - color contains mainly: red, blue. Hex color #771477 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #771477 is #88EB88. Grayscale: #3C3C3C. Windows color (decimal): -8973193 or 7804023. OLE color: 7804023.

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

Color convert

RGB 119 20 119 -
CMYK 0 0.83 0 0.53
HSL 300º 0.71% 0.27% -
HSV(B) 300º 0.83% 0.47% -
XYZ 11.19 5.75 17.97 -
YUV 60.89 160.8 169.45 -
System Red Green Blue C M Y K H S L
Decimal 119 20 119 0 0.83 0 0.53 300 0.71 0.27
Hex 77 14 77 0 53 0 35 12C 47 1B
Octal 167 24 167 0 123 0 65 454 107 33
Binary 1110111 10100 1110111 0 1010011 0 110101 100101100 1000111 11011

Color Harmonies of #771477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771477

Black with #771477

Text Example


Text Example

White with #771477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #771477; }

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

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

background-color css

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

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

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

border-color css

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

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

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