Html Css Color HEX #771174 Purple

📋 copy color: '#771174'

red 119 ◦ green 17 ◦ blue 116

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

Shades of Purple #771174

Tints of Purple #771174

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 46.03%

R = 47.22%
G = 6.75%
B = 46.03%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.03

 K value IS 0.53

RGB Variations

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

Color information

#771174 (or 0x771174) is known color: Purple. HEX triplet: 77, 11 and 74. RGB value is (119,17,116). Sum of RGB (Red+Green+Blue) = 119+17+116=252 (33% of max value = 765). Red value is 119 (46.88% from 255 or 47.22% from 252); Green value is 17 (7.03% from 255 or 6.75% from 252); Blue value is 116 (45.70% from 255 or 46.03% from 252); Max value from RGB is 119 - color contains mainly: red. Hex color #771174 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #771174 is #88EE8B. Grayscale: #3A3A3A. Windows color (decimal): -8973964 or 7606647. OLE color: 7606647.

HSL color Cylindrical-coordinate representation of color #771174: hue angle of 301.76º 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 #771174 is Cyan = 0, Magento = 0.86, Yellow = 0.03 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 17 116 -
CMYK 0 0.86 0.03 0.53
HSL 301.76º 0.75% 0.27% -
HSV(B) 301.76º 0.86% 0.47% -
XYZ 10.96 5.58 17.02 -
YUV 58.78 160.29 170.95 -
System Red Green Blue C M Y K H S L
Decimal 119 17 116 0 0.86 0.03 0.53 301.76 0.75 0.27
Hex 77 11 74 0 56 3 35 12E 4B 1B
Octal 167 21 164 0 126 3 65 456 113 33
Binary 1110111 10001 1110100 0 1010110 11 110101 100101110 1001011 11011

Color Harmonies of #771174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771174

Black with #771174

Text Example


Text Example

White with #771174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #771174; }

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

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

background-color css

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

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

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

border-color css

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

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

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