Html Css Color HEX #771781 Purple

📋 copy color: '#771781'

red 119 ◦ green 23 ◦ blue 129

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

Shades of Purple #771781

Tints of Purple #771781

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.49%

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

R = 43.91%
G = 8.49%
B = 47.6%

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

#771781 (or 0x771781) is known color: Purple. HEX triplet: 77, 17 and 81. RGB value is (119,23,129). Sum of RGB (Red+Green+Blue) = 119+23+129=271 (35% of max value = 765). Red value is 119 (46.88% from 255 or 43.91% from 271); Green value is 23 (9.38% from 255 or 8.49% from 271); Blue value is 129 (50.78% from 255 or 47.60% from 271); Max value from RGB is 129 - color contains mainly: blue. Hex color #771781 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #771781 is #88E87E. Grayscale: #3F3F3F. Windows color (decimal): -8972415 or 8460151. OLE color: 8460151.

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

Color convert

RGB 119 23 129 -
CMYK 0.08 0.82 0 0.49
HSL 294.34º 0.7% 0.3% -
HSV(B) 294.34º 0.82% 0.51% -
XYZ 11.88 6.12 21.32 -
YUV 63.79 164.8 167.38 -
System Red Green Blue C M Y K H S L
Decimal 119 23 129 0.08 0.82 0 0.49 294.34 0.7 0.3
Hex 77 17 81 8 52 0 31 126 46 1E
Octal 167 27 201 10 122 0 61 446 106 36
Binary 1110111 10111 10000001 1000 1010010 0 110001 100100110 1000110 11110

Color Harmonies of #771781

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771781

Black with #771781

Text Example


Text Example

White with #771781

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #771781; }

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

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

background-color css

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

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

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

border-color css

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

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

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