Html Css Color HEX #770179 Purple

📋 copy color: '#770179'

red 119 ◦ green 1 ◦ blue 121

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

Shades of Purple #770179

Tints of Purple #770179

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 50.21%

R = 49.38%
G = 0.41%
B = 50.21%

CMYK

 C value IS 0.02

 M value IS 0.99

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#770179 (or 0x770179) is known color: Purple. HEX triplet: 77, 01 and 79. RGB value is (119,1,121). Sum of RGB (Red+Green+Blue) = 119+1+121=241 (31% of max value = 765). Red value is 119 (46.88% from 255 or 49.38% from 241); Green value is 1 (0.78% from 255 or 0.41% from 241); Blue value is 121 (47.66% from 255 or 50.21% from 241); Max value from RGB is 121 - color contains mainly: blue. Hex color #770179 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770179 is #88FE86. Grayscale: #313131. Windows color (decimal): -8978055 or 7930231. OLE color: 7930231.

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

Color convert

RGB 119 1 121 -
CMYK 0.02 0.99 0 0.53
HSL 299º 0.98% 0.24% -
HSV(B) 299º 0.99% 0.47% -
XYZ 11.07 5.32 18.53 -
YUV 49.96 168.09 177.24 -
System Red Green Blue C M Y K H S L
Decimal 119 1 121 0.02 0.99 0 0.53 299 0.98 0.24
Hex 77 1 79 2 63 0 35 12B 62 18
Octal 167 1 171 2 143 0 65 453 142 30
Binary 1110111 1 1111001 10 1100011 0 110101 100101011 1100010 11000

Color Harmonies of #770179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770179

Black with #770179

Text Example


Text Example

White with #770179

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770179; }

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

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

background-color css

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

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

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

border-color css

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

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

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