Html Css Color HEX #770986 Purple

📋 copy color: '#770986'

red 119 ◦ green 9 ◦ blue 134

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

Shades of Purple #770986

Tints of Purple #770986

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 51.15%

R = 45.42%
G = 3.44%
B = 51.15%

CMYK

 C value IS 0.11

 M value IS 0.93

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#770986 (or 0x770986) is known color: Purple. HEX triplet: 77, 09 and 86. RGB value is (119,9,134). Sum of RGB (Red+Green+Blue) = 119+9+134=262 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.42% from 262); Green value is 9 (3.91% from 255 or 3.44% from 262); Blue value is 134 (52.73% from 255 or 51.15% from 262); Max value from RGB is 134 - color contains mainly: blue. Hex color #770986 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #770986 is #88F679. Grayscale: #373737. Windows color (decimal): -8975994 or 8784247. OLE color: 8784247.

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

Color convert

RGB 119 9 134 -
CMYK 0.11 0.93 0 0.47
HSL 292.8º 0.87% 0.28% -
HSV(B) 292.8º 0.93% 0.53% -
XYZ 12.01 5.84 23.05 -
YUV 56.14 171.94 172.84 -
System Red Green Blue C M Y K H S L
Decimal 119 9 134 0.11 0.93 0 0.47 292.8 0.87 0.28
Hex 77 9 86 B 5D 0 2F 125 57 1C
Octal 167 11 206 13 135 0 57 445 127 34
Binary 1110111 1001 10000110 1011 1011101 0 101111 100100101 1010111 11100

Color Harmonies of #770986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770986

Black with #770986

Text Example


Text Example

White with #770986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770986; }

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

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

background-color css

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

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

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

border-color css

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

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

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