Html Css Color HEX #770580 Purple

📋 copy color: '#770580'

red 119 ◦ green 5 ◦ blue 128

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

Shades of Purple #770580

Tints of Purple #770580

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.98%

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

R = 47.22%
G = 1.98%
B = 50.79%

CMYK

 C value IS 0.07

 M value IS 0.96

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#770580 (or 0x770580) is known color: Purple. HEX triplet: 77, 05 and 80. RGB value is (119,5,128). Sum of RGB (Red+Green+Blue) = 119+5+128=252 (33% of max value = 765). Red value is 119 (46.88% from 255 or 47.22% from 252); Green value is 5 (2.34% from 255 or 1.98% from 252); Blue value is 128 (50.39% from 255 or 50.79% from 252); Max value from RGB is 128 - color contains mainly: blue. Hex color #770580 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #770580 is #88FA7F. Grayscale: #343434. Windows color (decimal): -8977024 or 8390007. OLE color: 8390007.

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

Color convert

RGB 119 5 128 -
CMYK 0.07 0.96 0 0.50
HSL 295.61º 0.92% 0.26% -
HSV(B) 295.61º 0.96% 0.5% -
XYZ 11.56 5.59 20.89 -
YUV 53.11 170.27 175 -
System Red Green Blue C M Y K H S L
Decimal 119 5 128 0.07 0.96 0 0.50 295.61 0.92 0.26
Hex 77 5 80 7 60 0 32 128 5C 1A
Octal 167 5 200 7 140 0 62 450 134 32
Binary 1110111 101 10000000 111 1100000 0 110010 100101000 1011100 11010

Color Harmonies of #770580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770580

Black with #770580

Text Example


Text Example

White with #770580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770580; }

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

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

background-color css

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

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

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

border-color css

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

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

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