Html Css Color HEX #770E76 Purple

📋 copy color: '#770E76'

red 119 ◦ green 14 ◦ blue 118

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

Shades of Purple #770E76

Tints of Purple #770E76

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.58%

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

R = 47.41%
G = 5.58%
B = 47.01%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.01

 K value IS 0.53

RGB Variations

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

Color information

#770E76 (or 0x770E76) is known color: Purple. HEX triplet: 77, 0E and 76. RGB value is (119,14,118). Sum of RGB (Red+Green+Blue) = 119+14+118=251 (33% of max value = 765). Red value is 119 (46.88% from 255 or 47.41% from 251); Green value is 14 (5.86% from 255 or 5.58% from 251); Blue value is 118 (46.48% from 255 or 47.01% from 251); Max value from RGB is 119 - color contains mainly: red. Hex color #770E76 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770E76 is #88F189. Grayscale: #383838. Windows color (decimal): -8974730 or 7736951. OLE color: 7736951.

HSL color Cylindrical-coordinate representation of color #770E76: hue angle of 300.57º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #770E76 is Cyan = 0, Magento = 0.88, Yellow = 0.01 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 14 118 -
CMYK 0 0.88 0.01 0.53
HSL 300.57º 0.79% 0.26% -
HSV(B) 300.57º 0.88% 0.47% -
XYZ 11.03 5.54 17.63 -
YUV 57.25 162.29 172.04 -
System Red Green Blue C M Y K H S L
Decimal 119 14 118 0 0.88 0.01 0.53 300.57 0.79 0.26
Hex 77 E 76 0 58 1 35 12D 4F 1A
Octal 167 16 166 0 130 1 65 455 117 32
Binary 1110111 1110 1110110 0 1011000 1 110101 100101101 1001111 11010

Color Harmonies of #770E76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770E76

Black with #770E76

Text Example


Text Example

White with #770E76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770E76; }

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

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

background-color css

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

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

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

border-color css

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

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

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