Html Css Color HEX #770071 Purple

📋 copy color: '#770071'

red 119 ◦ green 0 ◦ blue 113

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

Shades of Purple #770071

Tints of Purple #770071

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 48.71%

R = 51.29%
G = 0%
B = 48.71%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.05

 K value IS 0.53

RGB Variations

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

Color information

#770071 (or 0x770071) is known color: Purple. HEX triplet: 77, 00 and 71. RGB value is (119,0,113). Sum of RGB (Red+Green+Blue) = 119+0+113=232 (30% of max value = 765). Red value is 119 (46.88% from 255 or 51.29% from 232); Green value is 0 (0.39% from 255 or 0% from 232); Blue value is 113 (44.53% from 255 or 48.71% from 232); Max value from RGB is 119 - color contains mainly: red. Hex color #770071 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770071 is #88FF8E. Grayscale: #303030. Windows color (decimal): -8978319 or 7405687. OLE color: 7405687.

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

Color convert

RGB 119 0 113 -
CMYK 0 1 0.05 0.53
HSL 303.03º 1% 0.23% -
HSV(B) 303.03º 1% 0.47% -
XYZ 10.59 5.11 16.05 -
YUV 48.46 164.42 178.31 -
System Red Green Blue C M Y K H S L
Decimal 119 0 113 0 1 0.05 0.53 303.03 1 0.23
Hex 77 0 71 0 64 5 35 12F 64 17
Octal 167 0 161 0 144 5 65 457 144 27
Binary 1110111 0 1110001 0 1100100 101 110101 100101111 1100100 10111

Color Harmonies of #770071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770071

Black with #770071

Text Example


Text Example

White with #770071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770071; }

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

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

background-color css

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

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

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

border-color css

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

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

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