Html Css Color HEX #770077 Purple

📋 copy color: '#770077'

red 119 ◦ green 0 ◦ blue 119

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

Shades of Purple #770077

Tints of Purple #770077

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 50%
G = 0%
B = 50%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#770077 (or 0x770077) is known color: Purple. HEX triplet: 77, 00 and 77. RGB value is (119,0,119). Sum of RGB (Red+Green+Blue) = 119+0+119=238 (31% of max value = 765). Red value is 119 (46.88% from 255 or 50% from 238); Green value is 0 (0.39% from 255 or 0% from 238); Blue value is 119 (46.88% from 255 or 50% from 238); Max value from RGB is 119 - color contains mainly: red, blue. Hex color #770077 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770077 is #88FF88. Grayscale: #303030. Windows color (decimal): -8978313 or 7798903. OLE color: 7798903.

HSL color Cylindrical-coordinate representation of color #770077: hue angle of 300º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #770077 is Cyan = 0, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 0 119 -
CMYK 0 1 0 0.53
HSL 300º 1% 0.23% -
HSV(B) 300º 1% 0.47% -
XYZ 10.94 5.25 17.89 -
YUV 49.15 167.42 177.82 -
System Red Green Blue C M Y K H S L
Decimal 119 0 119 0 1 0 0.53 300 1 0.23
Hex 77 0 77 0 64 0 35 12C 64 17
Octal 167 0 167 0 144 0 65 454 144 27
Binary 1110111 0 1110111 0 1100100 0 110101 100101100 1100100 10111

Color Harmonies of #770077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770077

Black with #770077

Text Example


Text Example

White with #770077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770077; }

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

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

background-color css

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

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

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

border-color css

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

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

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