Html Css Color HEX #771682 Purple

📋 copy color: '#771682'

red 119 ◦ green 22 ◦ blue 130

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

Shades of Purple #771682

Tints of Purple #771682

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.12%

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

R = 43.91%
G = 8.12%
B = 47.97%

CMYK

 C value IS 0.08

 M value IS 0.83

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#771682 (or 0x771682) is known color: Purple. HEX triplet: 77, 16 and 82. RGB value is (119,22,130). Sum of RGB (Red+Green+Blue) = 119+22+130=271 (35% of max value = 765). Red value is 119 (46.88% from 255 or 43.91% from 271); Green value is 22 (8.98% from 255 or 8.12% from 271); Blue value is 130 (51.17% from 255 or 47.97% from 271); Max value from RGB is 130 - color contains mainly: blue. Hex color #771682 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #771682 is #88E97D. Grayscale: #3E3E3E. Windows color (decimal): -8972670 or 8525431. OLE color: 8525431.

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

Color convert

RGB 119 22 130 -
CMYK 0.08 0.83 0 0.49
HSL 293.89º 0.71% 0.3% -
HSV(B) 293.89º 0.83% 0.51% -
XYZ 11.92 6.11 21.67 -
YUV 63.32 165.64 167.72 -
System Red Green Blue C M Y K H S L
Decimal 119 22 130 0.08 0.83 0 0.49 293.89 0.71 0.3
Hex 77 16 82 8 53 0 31 126 47 1E
Octal 167 26 202 10 123 0 61 446 107 36
Binary 1110111 10110 10000010 1000 1010011 0 110001 100100110 1000111 11110

Color Harmonies of #771682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771682

Black with #771682

Text Example


Text Example

White with #771682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #771682; }

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

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

background-color css

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

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

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

border-color css

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

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

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