Html Css Color HEX #771182 Purple

📋 copy color: '#771182'

red 119 ◦ green 17 ◦ blue 130

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

Shades of Purple #771182

Tints of Purple #771182

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.39%

 BLUE value IS 130 (51.17% from 255) = 48.87%

R = 44.74%
G = 6.39%
B = 48.87%

CMYK

 C value IS 0.08

 M value IS 0.87

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#771182 (or 0x771182) is known color: Purple. HEX triplet: 77, 11 and 82. RGB value is (119,17,130). Sum of RGB (Red+Green+Blue) = 119+17+130=266 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.74% from 266); Green value is 17 (7.03% from 255 or 6.39% from 266); Blue value is 130 (51.17% from 255 or 48.87% from 266); Max value from RGB is 130 - color contains mainly: blue. Hex color #771182 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #771182 is #88EE7D. Grayscale: #3C3C3C. Windows color (decimal): -8973950 or 8524151. OLE color: 8524151.

HSL color Cylindrical-coordinate representation of color #771182: hue angle of 294.16º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #771182 is Cyan = 0.08, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 119 17 130 -
CMYK 0.08 0.87 0 0.49
HSL 294.16º 0.77% 0.29% -
HSV(B) 294.16º 0.87% 0.51% -
XYZ 11.84 5.93 21.64 -
YUV 60.38 167.29 169.81 -
System Red Green Blue C M Y K H S L
Decimal 119 17 130 0.08 0.87 0 0.49 294.16 0.77 0.29
Hex 77 11 82 8 57 0 31 126 4D 1D
Octal 167 21 202 10 127 0 61 446 115 35
Binary 1110111 10001 10000010 1000 1010111 0 110001 100100110 1001101 11101

Color Harmonies of #771182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771182

Black with #771182

Text Example


Text Example

White with #771182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #771182; }

 p { color: rgb(119,17,130); }

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

background-color css

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

 a { background-color: rgb(119,17,130); }

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

border-color css

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

 span { border-color: rgb(119,17,130); }

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