Html Css Color HEX #771386 Purple

📋 copy color: '#771386'

red 119 ◦ green 19 ◦ blue 134

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

Shades of Purple #771386

Tints of Purple #771386

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.99%

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

R = 43.75%
G = 6.99%
B = 49.26%

CMYK

 C value IS 0.11

 M value IS 0.86

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#771386 (or 0x771386) is known color: Purple. HEX triplet: 77, 13 and 86. RGB value is (119,19,134). Sum of RGB (Red+Green+Blue) = 119+19+134=272 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.75% from 272); Green value is 19 (7.81% from 255 or 6.99% from 272); Blue value is 134 (52.73% from 255 or 49.26% from 272); Max value from RGB is 134 - color contains mainly: blue. Hex color #771386 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #771386 is #88EC79. Grayscale: #3D3D3D. Windows color (decimal): -8973434 or 8786807. OLE color: 8786807.

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

Color convert

RGB 119 19 134 -
CMYK 0.11 0.86 0 0.47
HSL 292.17º 0.75% 0.3% -
HSV(B) 292.17º 0.86% 0.53% -
XYZ 12.14 6.11 23.09 -
YUV 62.01 168.63 168.65 -
System Red Green Blue C M Y K H S L
Decimal 119 19 134 0.11 0.86 0 0.47 292.17 0.75 0.3
Hex 77 13 86 B 56 0 2F 124 4B 1E
Octal 167 23 206 13 126 0 57 444 113 36
Binary 1110111 10011 10000110 1011 1010110 0 101111 100100100 1001011 11110

Color Harmonies of #771386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771386

Black with #771386

Text Example


Text Example

White with #771386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #771386; }

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

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

background-color css

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

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

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

border-color css

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

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

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