Html Css Color HEX #770686 Purple

📋 copy color: '#770686'

red 119 ◦ green 6 ◦ blue 134

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

Shades of Purple #770686

Tints of Purple #770686

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.32%

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

R = 45.95%
G = 2.32%
B = 51.74%

CMYK

 C value IS 0.11

 M value IS 0.96

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#770686 (or 0x770686) is known color: Purple. HEX triplet: 77, 06 and 86. RGB value is (119,6,134). Sum of RGB (Red+Green+Blue) = 119+6+134=259 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.95% from 259); Green value is 6 (2.73% from 255 or 2.32% from 259); Blue value is 134 (52.73% from 255 or 51.74% from 259); Max value from RGB is 134 - color contains mainly: blue. Hex color #770686 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #770686 is #88F979. Grayscale: #353535. Windows color (decimal): -8976762 or 8783479. OLE color: 8783479.

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

Color convert

RGB 119 6 134 -
CMYK 0.11 0.96 0 0.47
HSL 292.97º 0.91% 0.27% -
HSV(B) 292.97º 0.96% 0.53% -
XYZ 11.98 5.77 23.04 -
YUV 54.38 172.94 174.09 -
System Red Green Blue C M Y K H S L
Decimal 119 6 134 0.11 0.96 0 0.47 292.97 0.91 0.27
Hex 77 6 86 B 60 0 2F 125 5B 1B
Octal 167 6 206 13 140 0 57 445 133 33
Binary 1110111 110 10000110 1011 1100000 0 101111 100100101 1011011 11011

Color Harmonies of #770686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770686

Black with #770686

Text Example


Text Example

White with #770686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770686; }

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

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

background-color css

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

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

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

border-color css

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

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

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