Html Css Color HEX #770879 Purple

📋 copy color: '#770879'

red 119 ◦ green 8 ◦ blue 121

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

Shades of Purple #770879

Tints of Purple #770879

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.23%

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

R = 47.98%
G = 3.23%
B = 48.79%

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

#770879 (or 0x770879) is known color: Purple. HEX triplet: 77, 08 and 79. RGB value is (119,8,121). Sum of RGB (Red+Green+Blue) = 119+8+121=248 (32% of max value = 765). Red value is 119 (46.88% from 255 or 47.98% from 248); Green value is 8 (3.52% from 255 or 3.23% from 248); Blue value is 121 (47.66% from 255 or 48.79% from 248); Max value from RGB is 121 - color contains mainly: blue. Hex color #770879 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770879 is #88F786. Grayscale: #353535. Windows color (decimal): -8976263 or 7932023. OLE color: 7932023.

HSL color Cylindrical-coordinate representation of color #770879: hue angle of 298.94º degrees, saturation: 0.88, 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 #770879 is Cyan = 0.02, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 8 121 -
CMYK 0.02 0.93 0 0.53
HSL 298.94º 0.88% 0.25% -
HSV(B) 298.94º 0.93% 0.47% -
XYZ 11.15 5.48 18.56 -
YUV 54.07 165.77 174.31 -
System Red Green Blue C M Y K H S L
Decimal 119 8 121 0.02 0.93 0 0.53 298.94 0.88 0.25
Hex 77 8 79 2 5D 0 35 12B 58 19
Octal 167 10 171 2 135 0 65 453 130 31
Binary 1110111 1000 1111001 10 1011101 0 110101 100101011 1011000 11001

Color Harmonies of #770879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770879

Black with #770879

Text Example


Text Example

White with #770879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770879; }

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

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

background-color css

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

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

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

border-color css

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

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

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