Html Css Color HEX #770061 Purple

📋 copy color: '#770061'

red 119 ◦ green 0 ◦ blue 97

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

Shades of Purple #770061

Tints of Purple #770061

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 44.91%

R = 55.09%
G = 0%
B = 44.91%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.18

 K value IS 0.53

RGB Variations

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

Color information

#770061 (or 0x770061) is known color: Purple. HEX triplet: 77, 00 and 61. RGB value is (119,0,97). Sum of RGB (Red+Green+Blue) = 119+0+97=216 (28% of max value = 765). Red value is 119 (46.88% from 255 or 55.09% from 216); Green value is 0 (0.39% from 255 or 0% from 216); Blue value is 97 (38.28% from 255 or 44.91% from 216); Max value from RGB is 119 - color contains mainly: red. Hex color #770061 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770061 is #88FF9E. Grayscale: #2E2E2E. Windows color (decimal): -8978335 or 6357111. OLE color: 6357111.

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

Color convert

RGB 119 0 97 -
CMYK 0 1 0.18 0.53
HSL 311.09º 1% 0.23% -
HSV(B) 311.09º 1% 0.47% -
XYZ 9.77 4.79 11.72 -
YUV 46.64 156.42 179.61 -
System Red Green Blue C M Y K H S L
Decimal 119 0 97 0 1 0.18 0.53 311.09 1 0.23
Hex 77 0 61 0 64 12 35 137 64 17
Octal 167 0 141 0 144 22 65 467 144 27
Binary 1110111 0 1100001 0 1100100 10010 110101 100110111 1100100 10111

Color Harmonies of #770061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770061

Black with #770061

Text Example


Text Example

White with #770061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770061; }

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

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

background-color css

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

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

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

border-color css

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

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

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