Html Css Color HEX #770176 Purple

📋 copy color: '#770176'

red 119 ◦ green 1 ◦ blue 118

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

Shades of Purple #770176

Tints of Purple #770176

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.42%

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

R = 50%
G = 0.42%
B = 49.58%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.01

 K value IS 0.53

RGB Variations

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

Color information

#770176 (or 0x770176) is known color: Purple. HEX triplet: 77, 01 and 76. RGB value is (119,1,118). Sum of RGB (Red+Green+Blue) = 119+1+118=238 (31% of max value = 765). Red value is 119 (46.88% from 255 or 50% from 238); Green value is 1 (0.78% from 255 or 0.42% from 238); Blue value is 118 (46.48% from 255 or 49.58% from 238); Max value from RGB is 119 - color contains mainly: red. Hex color #770176 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770176 is #88FE89. Grayscale: #313131. Windows color (decimal): -8978058 or 7733623. OLE color: 7733623.

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

Color convert

RGB 119 1 118 -
CMYK 0 0.99 0.01 0.53
HSL 300.51º 0.98% 0.24% -
HSV(B) 300.51º 0.99% 0.47% -
XYZ 10.89 5.25 17.58 -
YUV 49.62 166.59 177.49 -
System Red Green Blue C M Y K H S L
Decimal 119 1 118 0 0.99 0.01 0.53 300.51 0.98 0.24
Hex 77 1 76 0 63 1 35 12D 62 18
Octal 167 1 166 0 143 1 65 455 142 30
Binary 1110111 1 1110110 0 1100011 1 110101 100101101 1100010 11000

Color Harmonies of #770176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770176

Black with #770176

Text Example


Text Example

White with #770176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770176; }

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

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

background-color css

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

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

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

border-color css

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

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

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