Html Css Color HEX #770971 Purple

📋 copy color: '#770971'

red 119 ◦ green 9 ◦ blue 113

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

Shades of Purple #770971

Tints of Purple #770971

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.73%

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

R = 49.38%
G = 3.73%
B = 46.89%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.05

 K value IS 0.53

RGB Variations

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

Color information

#770971 (or 0x770971) is known color: Purple. HEX triplet: 77, 09 and 71. RGB value is (119,9,113). Sum of RGB (Red+Green+Blue) = 119+9+113=241 (31% of max value = 765). Red value is 119 (46.88% from 255 or 49.38% from 241); Green value is 9 (3.91% from 255 or 3.73% from 241); Blue value is 113 (44.53% from 255 or 46.89% from 241); Max value from RGB is 119 - color contains mainly: red. Hex color #770971 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770971 is #88F68E. Grayscale: #353535. Windows color (decimal): -8976015 or 7407991. OLE color: 7407991.

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

Color convert

RGB 119 9 113 -
CMYK 0 0.92 0.05 0.53
HSL 303.27º 0.86% 0.25% -
HSV(B) 303.27º 0.92% 0.47% -
XYZ 10.69 5.31 16.08 -
YUV 53.75 161.44 174.54 -
System Red Green Blue C M Y K H S L
Decimal 119 9 113 0 0.92 0.05 0.53 303.27 0.86 0.25
Hex 77 9 71 0 5C 5 35 12F 56 19
Octal 167 11 161 0 134 5 65 457 126 31
Binary 1110111 1001 1110001 0 1011100 101 110101 100101111 1010110 11001

Color Harmonies of #770971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770971

Black with #770971

Text Example


Text Example

White with #770971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770971; }

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

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

background-color css

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

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

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

border-color css

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

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

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