Html Css Color HEX #770481 Purple

📋 copy color: '#770481'

red 119 ◦ green 4 ◦ blue 129

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

Shades of Purple #770481

Tints of Purple #770481

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.59%

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

R = 47.22%
G = 1.59%
B = 51.19%

CMYK

 C value IS 0.08

 M value IS 0.97

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#770481 (or 0x770481) is known color: Purple. HEX triplet: 77, 04 and 81. RGB value is (119,4,129). Sum of RGB (Red+Green+Blue) = 119+4+129=252 (33% of max value = 765). Red value is 119 (46.88% from 255 or 47.22% from 252); Green value is 4 (1.95% from 255 or 1.59% from 252); Blue value is 129 (50.78% from 255 or 51.19% from 252); Max value from RGB is 129 - color contains mainly: blue. Hex color #770481 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #770481 is #88FB7E. Grayscale: #343434. Windows color (decimal): -8977279 or 8455287. OLE color: 8455287.

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

Color convert

RGB 119 4 129 -
CMYK 0.08 0.97 0 0.49
HSL 295.2º 0.94% 0.26% -
HSV(B) 295.2º 0.97% 0.51% -
XYZ 11.61 5.59 21.24 -
YUV 52.64 171.1 175.34 -
System Red Green Blue C M Y K H S L
Decimal 119 4 129 0.08 0.97 0 0.49 295.2 0.94 0.26
Hex 77 4 81 8 61 0 31 127 5E 1A
Octal 167 4 201 10 141 0 61 447 136 32
Binary 1110111 100 10000001 1000 1100001 0 110001 100100111 1011110 11010

Color Harmonies of #770481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770481

Black with #770481

Text Example


Text Example

White with #770481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770481; }

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

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

background-color css

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

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

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

border-color css

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

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

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