Html Css Color HEX #771882 Purple

📋 copy color: '#771882'

red 119 ◦ green 24 ◦ blue 130

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

Shades of Purple #771882

Tints of Purple #771882

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.79%

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

R = 43.59%
G = 8.79%
B = 47.62%

CMYK

 C value IS 0.08

 M value IS 0.82

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#771882 (or 0x771882) is known color: Purple. HEX triplet: 77, 18 and 82. RGB value is (119,24,130). Sum of RGB (Red+Green+Blue) = 119+24+130=273 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.59% from 273); Green value is 24 (9.77% from 255 or 8.79% from 273); Blue value is 130 (51.17% from 255 or 47.62% from 273); Max value from RGB is 130 - color contains mainly: blue. Hex color #771882 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #771882 is #88E77D. Grayscale: #404040. Windows color (decimal): -8972158 or 8525943. OLE color: 8525943.

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

Color convert

RGB 119 24 130 -
CMYK 0.08 0.82 0 0.49
HSL 293.77º 0.69% 0.3% -
HSV(B) 293.77º 0.82% 0.51% -
XYZ 11.96 6.19 21.68 -
YUV 64.49 164.97 166.88 -
System Red Green Blue C M Y K H S L
Decimal 119 24 130 0.08 0.82 0 0.49 293.77 0.69 0.3
Hex 77 18 82 8 52 0 31 126 45 1E
Octal 167 30 202 10 122 0 61 446 105 36
Binary 1110111 11000 10000010 1000 1010010 0 110001 100100110 1000101 11110

Color Harmonies of #771882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771882

Black with #771882

Text Example


Text Example

White with #771882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #771882; }

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

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

background-color css

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

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

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

border-color css

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

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

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