Html Css Color HEX #770177 Purple

📋 copy color: '#770177'

red 119 ◦ green 1 ◦ blue 119

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

Shades of Purple #770177

Tints of Purple #770177

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 49.79%

R = 49.79%
G = 0.42%
B = 49.79%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#770177 (or 0x770177) is known color: Purple. HEX triplet: 77, 01 and 77. RGB value is (119,1,119). Sum of RGB (Red+Green+Blue) = 119+1+119=239 (31% of max value = 765). Red value is 119 (46.88% from 255 or 49.79% from 239); Green value is 1 (0.78% from 255 or 0.42% from 239); Blue value is 119 (46.88% from 255 or 49.79% from 239); Max value from RGB is 119 - color contains mainly: red, blue. Hex color #770177 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770177 is #88FE88. Grayscale: #313131. Windows color (decimal): -8978057 or 7799159. OLE color: 7799159.

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

Color convert

RGB 119 1 119 -
CMYK 0 0.99 0 0.53
HSL 300º 0.98% 0.24% -
HSV(B) 300º 0.99% 0.47% -
XYZ 10.95 5.28 17.89 -
YUV 49.73 167.09 177.41 -
System Red Green Blue C M Y K H S L
Decimal 119 1 119 0 0.99 0 0.53 300 0.98 0.24
Hex 77 1 77 0 63 0 35 12C 62 18
Octal 167 1 167 0 143 0 65 454 142 30
Binary 1110111 1 1110111 0 1100011 0 110101 100101100 1100010 11000

Color Harmonies of #770177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770177

Black with #770177

Text Example


Text Example

White with #770177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770177; }

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

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

background-color css

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

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

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

border-color css

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

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

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