Html Css Color HEX #771176 Purple

📋 copy color: '#771176'

red 119 ◦ green 17 ◦ blue 118

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

Shades of Purple #771176

Tints of Purple #771176

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.69%

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

R = 46.85%
G = 6.69%
B = 46.46%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.01

 K value IS 0.53

RGB Variations

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

Color information

#771176 (or 0x771176) is known color: Purple. HEX triplet: 77, 11 and 76. RGB value is (119,17,118). Sum of RGB (Red+Green+Blue) = 119+17+118=254 (33% of max value = 765). Red value is 119 (46.88% from 255 or 46.85% from 254); Green value is 17 (7.03% from 255 or 6.69% from 254); Blue value is 118 (46.48% from 255 or 46.46% from 254); Max value from RGB is 119 - color contains mainly: red. Hex color #771176 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #771176 is #88EE89. Grayscale: #3A3A3A. Windows color (decimal): -8973962 or 7737719. OLE color: 7737719.

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

Color convert

RGB 119 17 118 -
CMYK 0 0.86 0.01 0.53
HSL 300.59º 0.75% 0.27% -
HSV(B) 300.59º 0.86% 0.47% -
XYZ 11.08 5.63 17.64 -
YUV 59.01 161.29 170.79 -
System Red Green Blue C M Y K H S L
Decimal 119 17 118 0 0.86 0.01 0.53 300.59 0.75 0.27
Hex 77 11 76 0 56 1 35 12D 4B 1B
Octal 167 21 166 0 126 1 65 455 113 33
Binary 1110111 10001 1110110 0 1010110 1 110101 100101101 1001011 11011

Color Harmonies of #771176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771176

Black with #771176

Text Example


Text Example

White with #771176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #771176; }

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

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

background-color css

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

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

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

border-color css

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

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

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