Html Css Color HEX #770773 Purple

📋 copy color: '#770773'

red 119 ◦ green 7 ◦ blue 115

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

Shades of Purple #770773

Tints of Purple #770773

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.9%

 BLUE value IS 115 (45.31% from 255) = 47.72%

R = 49.38%
G = 2.9%
B = 47.72%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.03

 K value IS 0.53

RGB Variations

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

Color information

#770773 (or 0x770773) is known color: Purple. HEX triplet: 77, 07 and 73. RGB value is (119,7,115). Sum of RGB (Red+Green+Blue) = 119+7+115=241 (31% of max value = 765). Red value is 119 (46.88% from 255 or 49.38% from 241); Green value is 7 (3.12% from 255 or 2.90% from 241); Blue value is 115 (45.31% from 255 or 47.72% from 241); Max value from RGB is 119 - color contains mainly: red. Hex color #770773 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770773 is #88F88C. Grayscale: #343434. Windows color (decimal): -8976525 or 7538551. OLE color: 7538551.

HSL color Cylindrical-coordinate representation of color #770773: hue angle of 302.14º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #770773 is Cyan = 0, Magento = 0.94, Yellow = 0.03 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 7 115 -
CMYK 0 0.94 0.03 0.53
HSL 302.14º 0.89% 0.25% -
HSV(B) 302.14º 0.94% 0.47% -
XYZ 10.78 5.31 16.68 -
YUV 52.8 163.11 175.22 -
System Red Green Blue C M Y K H S L
Decimal 119 7 115 0 0.94 0.03 0.53 302.14 0.89 0.25
Hex 77 7 73 0 5E 3 35 12E 59 19
Octal 167 7 163 0 136 3 65 456 131 31
Binary 1110111 111 1110011 0 1011110 11 110101 100101110 1011001 11001

Color Harmonies of #770773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770773

Black with #770773

Text Example


Text Example

White with #770773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770773; }

 p { color: rgb(119,7,115); }

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

background-color css

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

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

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

border-color css

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

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

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