Html Css Color HEX #771178 Purple

📋 copy color: '#771178'

red 119 ◦ green 17 ◦ blue 120

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

Shades of Purple #771178

Tints of Purple #771178

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 46.88%

R = 46.48%
G = 6.64%
B = 46.88%

CMYK

 C value IS 0.01

 M value IS 0.86

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#771178 (or 0x771178) is known color: Purple. HEX triplet: 77, 11 and 78. RGB value is (119,17,120). Sum of RGB (Red+Green+Blue) = 119+17+120=256 (33% of max value = 765). Red value is 119 (46.88% from 255 or 46.48% from 256); Green value is 17 (7.03% from 255 or 6.64% from 256); Blue value is 120 (47.27% from 255 or 46.88% from 256); Max value from RGB is 120 - color contains mainly: blue. Hex color #771178 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #771178 is #88EE87. Grayscale: #3A3A3A. Windows color (decimal): -8973960 or 7868791. OLE color: 7868791.

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

Color convert

RGB 119 17 120 -
CMYK 0.01 0.86 0 0.53
HSL 299.42º 0.75% 0.27% -
HSV(B) 299.42º 0.86% 0.47% -
XYZ 11.2 5.68 18.28 -
YUV 59.24 162.29 170.62 -
System Red Green Blue C M Y K H S L
Decimal 119 17 120 0.01 0.86 0 0.53 299.42 0.75 0.27
Hex 77 11 78 1 56 0 35 12B 4B 1B
Octal 167 21 170 1 126 0 65 453 113 33
Binary 1110111 10001 1111000 1 1010110 0 110101 100101011 1001011 11011

Color Harmonies of #771178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771178

Black with #771178

Text Example


Text Example

White with #771178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #771178; }

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

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

background-color css

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

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

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

border-color css

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

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

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