Html Css Color HEX #770979 Purple

📋 copy color: '#770979'

red 119 ◦ green 9 ◦ blue 121

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

Shades of Purple #770979

Tints of Purple #770979

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.61%

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

R = 47.79%
G = 3.61%
B = 48.59%

CMYK

 C value IS 0.02

 M value IS 0.93

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#770979 (or 0x770979) is known color: Purple. HEX triplet: 77, 09 and 79. RGB value is (119,9,121). Sum of RGB (Red+Green+Blue) = 119+9+121=249 (32% of max value = 765). Red value is 119 (46.88% from 255 or 47.79% from 249); Green value is 9 (3.91% from 255 or 3.61% from 249); Blue value is 121 (47.66% from 255 or 48.59% from 249); Max value from RGB is 121 - color contains mainly: blue. Hex color #770979 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770979 is #88F686. Grayscale: #363636. Windows color (decimal): -8976007 or 7932279. OLE color: 7932279.

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

Color convert

RGB 119 9 121 -
CMYK 0.02 0.93 0 0.53
HSL 298.93º 0.86% 0.25% -
HSV(B) 298.93º 0.93% 0.47% -
XYZ 11.16 5.5 18.56 -
YUV 54.66 165.44 173.89 -
System Red Green Blue C M Y K H S L
Decimal 119 9 121 0.02 0.93 0 0.53 298.93 0.86 0.25
Hex 77 9 79 2 5D 0 35 12B 56 19
Octal 167 11 171 2 135 0 65 453 126 31
Binary 1110111 1001 1111001 10 1011101 0 110101 100101011 1010110 11001

Color Harmonies of #770979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770979

Black with #770979

Text Example


Text Example

White with #770979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770979; }

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

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

background-color css

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

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

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

border-color css

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

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

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