Html Css Color HEX #770976 Purple

📋 copy color: '#770976'

red 119 ◦ green 9 ◦ blue 118

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

Shades of Purple #770976

Tints of Purple #770976

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 47.97%

R = 48.37%
G = 3.66%
B = 47.97%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.01

 K value IS 0.53

RGB Variations

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

Color information

#770976 (or 0x770976) is known color: Purple. HEX triplet: 77, 09 and 76. RGB value is (119,9,118). Sum of RGB (Red+Green+Blue) = 119+9+118=246 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.37% from 246); Green value is 9 (3.91% from 255 or 3.66% from 246); Blue value is 118 (46.48% from 255 or 47.97% from 246); Max value from RGB is 119 - color contains mainly: red. Hex color #770976 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770976 is #88F689. Grayscale: #353535. Windows color (decimal): -8976010 or 7735671. OLE color: 7735671.

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

Color convert

RGB 119 9 118 -
CMYK 0 0.92 0.01 0.53
HSL 300.55º 0.86% 0.25% -
HSV(B) 300.55º 0.92% 0.47% -
XYZ 10.98 5.43 17.61 -
YUV 54.32 163.94 174.14 -
System Red Green Blue C M Y K H S L
Decimal 119 9 118 0 0.92 0.01 0.53 300.55 0.86 0.25
Hex 77 9 76 0 5C 1 35 12D 56 19
Octal 167 11 166 0 134 1 65 455 126 31
Binary 1110111 1001 1110110 0 1011100 1 110101 100101101 1010110 11001

Color Harmonies of #770976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770976

Black with #770976

Text Example


Text Example

White with #770976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770976; }

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

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

background-color css

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

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

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

border-color css

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

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

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