Html Css Color HEX #770881 Purple

📋 copy color: '#770881'

red 119 ◦ green 8 ◦ blue 129

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

Shades of Purple #770881

Tints of Purple #770881

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.13%

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

R = 46.48%
G = 3.13%
B = 50.39%

CMYK

 C value IS 0.08

 M value IS 0.94

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#770881 (or 0x770881) is known color: Purple. HEX triplet: 77, 08 and 81. RGB value is (119,8,129). Sum of RGB (Red+Green+Blue) = 119+8+129=256 (33% of max value = 765). Red value is 119 (46.88% from 255 or 46.48% from 256); Green value is 8 (3.52% from 255 or 3.12% from 256); Blue value is 129 (50.78% from 255 or 50.39% from 256); Max value from RGB is 129 - color contains mainly: blue. Hex color #770881 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #770881 is #88F77E. Grayscale: #363636. Windows color (decimal): -8976255 or 8456311. OLE color: 8456311.

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

Color convert

RGB 119 8 129 -
CMYK 0.08 0.94 0 0.49
HSL 295.04º 0.88% 0.27% -
HSV(B) 295.04º 0.94% 0.51% -
XYZ 11.66 5.68 21.25 -
YUV 54.98 169.77 173.66 -
System Red Green Blue C M Y K H S L
Decimal 119 8 129 0.08 0.94 0 0.49 295.04 0.88 0.27
Hex 77 8 81 8 5E 0 31 127 58 1B
Octal 167 10 201 10 136 0 61 447 130 33
Binary 1110111 1000 10000001 1000 1011110 0 110001 100100111 1011000 11011

Color Harmonies of #770881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770881

Black with #770881

Text Example


Text Example

White with #770881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770881; }

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

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

background-color css

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

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

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

border-color css

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

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

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