Html Css Color HEX #770180 Purple

📋 copy color: '#770180'

red 119 ◦ green 1 ◦ blue 128

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

Shades of Purple #770180

Tints of Purple #770180

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 51.61%

R = 47.98%
G = 0.4%
B = 51.61%

CMYK

 C value IS 0.07

 M value IS 0.99

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#770180 (or 0x770180) is known color: Purple. HEX triplet: 77, 01 and 80. RGB value is (119,1,128). Sum of RGB (Red+Green+Blue) = 119+1+128=248 (32% of max value = 765). Red value is 119 (46.88% from 255 or 47.98% from 248); Green value is 1 (0.78% from 255 or 0.40% from 248); Blue value is 128 (50.39% from 255 or 51.61% from 248); Max value from RGB is 128 - color contains mainly: blue. Hex color #770180 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #770180 is #88FE7F. Grayscale: #323232. Windows color (decimal): -8978048 or 8388983. OLE color: 8388983.

HSL color Cylindrical-coordinate representation of color #770180: hue angle of 295.75º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #770180 is Cyan = 0.07, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 119 1 128 -
CMYK 0.07 0.99 0 0.50
HSL 295.75º 0.98% 0.25% -
HSV(B) 295.75º 0.99% 0.5% -
XYZ 11.51 5.5 20.88 -
YUV 50.76 171.59 176.67 -
System Red Green Blue C M Y K H S L
Decimal 119 1 128 0.07 0.99 0 0.50 295.75 0.98 0.25
Hex 77 1 80 7 63 0 32 128 62 19
Octal 167 1 200 7 143 0 62 450 142 31
Binary 1110111 1 10000000 111 1100011 0 110010 100101000 1100010 11001

Color Harmonies of #770180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770180

Black with #770180

Text Example


Text Example

White with #770180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770180; }

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

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

background-color css

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

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

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

border-color css

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

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

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