Html Css Color HEX #771981 Purple

📋 copy color: '#771981'

red 119 ◦ green 25 ◦ blue 129

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

Shades of Purple #771981

Tints of Purple #771981

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.16%

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

R = 43.59%
G = 9.16%
B = 47.25%

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

#771981 (or 0x771981) is known color: Purple. HEX triplet: 77, 19 and 81. RGB value is (119,25,129). Sum of RGB (Red+Green+Blue) = 119+25+129=273 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.59% from 273); Green value is 25 (10.16% from 255 or 9.16% from 273); Blue value is 129 (50.78% from 255 or 47.25% from 273); Max value from RGB is 129 - color contains mainly: blue. Hex color #771981 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #771981 is #88E67E. Grayscale: #404040. Windows color (decimal): -8971903 or 8460663. OLE color: 8460663.

HSL color Cylindrical-coordinate representation of color #771981: hue angle of 294.23º degrees, saturation: 0.68, 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 #771981 is Cyan = 0.08, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 119 25 129 -
CMYK 0.08 0.81 0 0.49
HSL 294.23º 0.68% 0.3% -
HSV(B) 294.23º 0.81% 0.51% -
XYZ 11.92 6.2 21.34 -
YUV 64.96 164.14 166.54 -
System Red Green Blue C M Y K H S L
Decimal 119 25 129 0.08 0.81 0 0.49 294.23 0.68 0.3
Hex 77 19 81 8 51 0 31 126 44 1E
Octal 167 31 201 10 121 0 61 446 104 36
Binary 1110111 11001 10000001 1000 1010001 0 110001 100100110 1000100 11110

Color Harmonies of #771981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771981

Black with #771981

Text Example


Text Example

White with #771981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #771981; }

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

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

background-color css

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

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

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

border-color css

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

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

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