Html Css Color HEX #770477 Purple

📋 copy color: '#770477'

red 119 ◦ green 4 ◦ blue 119

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

Shades of Purple #770477

Tints of Purple #770477

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.65%

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

R = 49.17%
G = 1.65%
B = 49.17%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#770477 (or 0x770477) is known color: Purple. HEX triplet: 77, 04 and 77. RGB value is (119,4,119). Sum of RGB (Red+Green+Blue) = 119+4+119=242 (32% of max value = 765). Red value is 119 (46.88% from 255 or 49.17% from 242); Green value is 4 (1.95% from 255 or 1.65% from 242); Blue value is 119 (46.88% from 255 or 49.17% from 242); Max value from RGB is 119 - color contains mainly: red, blue. Hex color #770477 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770477 is #88FB88. Grayscale: #333333. Windows color (decimal): -8977289 or 7799927. OLE color: 7799927.

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

Color convert

RGB 119 4 119 -
CMYK 0 0.97 0 0.53
HSL 300º 0.93% 0.24% -
HSV(B) 300º 0.97% 0.47% -
XYZ 10.98 5.34 17.9 -
YUV 51.5 166.1 176.15 -
System Red Green Blue C M Y K H S L
Decimal 119 4 119 0 0.97 0 0.53 300 0.93 0.24
Hex 77 4 77 0 61 0 35 12C 5D 18
Octal 167 4 167 0 141 0 65 454 135 30
Binary 1110111 100 1110111 0 1100001 0 110101 100101100 1011101 11000

Color Harmonies of #770477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770477

Black with #770477

Text Example


Text Example

White with #770477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770477; }

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

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

background-color css

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

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

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

border-color css

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

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

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