Html Css Color HEX #770377 Purple

📋 copy color: '#770377'

red 119 ◦ green 3 ◦ blue 119

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

Shades of Purple #770377

Tints of Purple #770377

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.24%

 BLUE value IS 119 (46.88% from 255) = 49.38%

R = 49.38%
G = 1.24%
B = 49.38%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#770377 (or 0x770377) is known color: Purple. HEX triplet: 77, 03 and 77. RGB value is (119,3,119). Sum of RGB (Red+Green+Blue) = 119+3+119=241 (31% of max value = 765). Red value is 119 (46.88% from 255 or 49.38% from 241); Green value is 3 (1.56% from 255 or 1.24% from 241); Blue value is 119 (46.88% from 255 or 49.38% from 241); Max value from RGB is 119 - color contains mainly: red, blue. Hex color #770377 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770377 is #88FC88. Grayscale: #323232. Windows color (decimal): -8977545 or 7799671. OLE color: 7799671.

HSL color Cylindrical-coordinate representation of color #770377: hue angle of 300º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #770377 is Cyan = 0, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 3 119 -
CMYK 0 0.97 0 0.53
HSL 300º 0.95% 0.24% -
HSV(B) 300º 0.97% 0.47% -
XYZ 10.97 5.32 17.9 -
YUV 50.91 166.43 176.57 -
System Red Green Blue C M Y K H S L
Decimal 119 3 119 0 0.97 0 0.53 300 0.95 0.24
Hex 77 3 77 0 61 0 35 12C 5F 18
Octal 167 3 167 0 141 0 65 454 137 30
Binary 1110111 11 1110111 0 1100001 0 110101 100101100 1011111 11000

Color Harmonies of #770377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770377

Black with #770377

Text Example


Text Example

White with #770377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770377; }

 p { color: rgb(119,3,119); }

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

background-color css

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

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

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

border-color css

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

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

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