Html Css Color HEX #770772 Purple

📋 copy color: '#770772'

red 119 ◦ green 7 ◦ blue 114

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

Shades of Purple #770772

Tints of Purple #770772

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 47.5%

R = 49.58%
G = 2.92%
B = 47.5%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.04

 K value IS 0.53

RGB Variations

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

Color information

#770772 (or 0x770772) is known color: Purple. HEX triplet: 77, 07 and 72. RGB value is (119,7,114). Sum of RGB (Red+Green+Blue) = 119+7+114=240 (31% of max value = 765). Red value is 119 (46.88% from 255 or 49.58% from 240); Green value is 7 (3.12% from 255 or 2.92% from 240); Blue value is 114 (44.92% from 255 or 47.5% from 240); Max value from RGB is 119 - color contains mainly: red. Hex color #770772 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770772 is #88F88D. Grayscale: #343434. Windows color (decimal): -8976526 or 7473015. OLE color: 7473015.

HSL color Cylindrical-coordinate representation of color #770772: hue angle of 302.68º 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 #770772 is Cyan = 0, Magento = 0.94, Yellow = 0.04 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 7 114 -
CMYK 0 0.94 0.04 0.53
HSL 302.68º 0.89% 0.25% -
HSV(B) 302.68º 0.94% 0.47% -
XYZ 10.72 5.29 16.38 -
YUV 52.69 162.61 175.3 -
System Red Green Blue C M Y K H S L
Decimal 119 7 114 0 0.94 0.04 0.53 302.68 0.89 0.25
Hex 77 7 72 0 5E 4 35 12F 59 19
Octal 167 7 162 0 136 4 65 457 131 31
Binary 1110111 111 1110010 0 1011110 100 110101 100101111 1011001 11001

Color Harmonies of #770772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770772

Black with #770772

Text Example


Text Example

White with #770772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770772; }

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

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

background-color css

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

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

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

border-color css

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

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

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