Html Css Color HEX #771881 Purple

📋 copy color: '#771881'

red 119 ◦ green 24 ◦ blue 129

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

Shades of Purple #771881

Tints of Purple #771881

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 47.43%

R = 43.75%
G = 8.82%
B = 47.43%

CMYK

 C value IS 0.08

 M value IS 0.81

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#771881 (or 0x771881) is known color: Purple. HEX triplet: 77, 18 and 81. RGB value is (119,24,129). Sum of RGB (Red+Green+Blue) = 119+24+129=272 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.75% from 272); Green value is 24 (9.77% from 255 or 8.82% from 272); Blue value is 129 (50.78% from 255 or 47.43% from 272); Max value from RGB is 129 - color contains mainly: blue. Hex color #771881 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #771881 is #88E77E. Grayscale: #404040. Windows color (decimal): -8972159 or 8460407. OLE color: 8460407.

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

Color convert

RGB 119 24 129 -
CMYK 0.08 0.81 0 0.49
HSL 294.29º 0.69% 0.3% -
HSV(B) 294.29º 0.81% 0.51% -
XYZ 11.9 6.16 21.33 -
YUV 64.38 164.47 166.96 -
System Red Green Blue C M Y K H S L
Decimal 119 24 129 0.08 0.81 0 0.49 294.29 0.69 0.3
Hex 77 18 81 8 51 0 31 126 45 1E
Octal 167 30 201 10 121 0 61 446 105 36
Binary 1110111 11000 10000001 1000 1010001 0 110001 100100110 1000101 11110

Color Harmonies of #771881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771881

Black with #771881

Text Example


Text Example

White with #771881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #771881; }

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

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

background-color css

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

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

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

border-color css

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

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

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