Html Css Color HEX #780776 Purple

📋 copy color: '#780776'

red 120 ◦ green 7 ◦ blue 118

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

Shades of Purple #780776

Tints of Purple #780776

RGB

 RED value IS 120 (47.27% from 255) = 48.98%

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

 BLUE value IS 118 (46.48% from 255) = 48.16%

R = 48.98%
G = 2.86%
B = 48.16%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.02

 K value IS 0.53

RGB Variations

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

Color information

#780776 (or 0x780776) is known color: Purple. HEX triplet: 78, 07 and 76. RGB value is (120,7,118). Sum of RGB (Red+Green+Blue) = 120+7+118=245 (32% of max value = 765). Red value is 120 (47.27% from 255 or 48.98% from 245); Green value is 7 (3.12% from 255 or 2.86% from 245); Blue value is 118 (46.48% from 255 or 48.16% from 245); Max value from RGB is 120 - color contains mainly: red. Hex color #780776 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780776 is #87F889. Grayscale: #353535. Windows color (decimal): -8910986 or 7735160. OLE color: 7735160.

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

Color convert

RGB 120 7 118 -
CMYK 0 0.94 0.02 0.53
HSL 301.06º 0.89% 0.25% -
HSV(B) 301.06º 0.94% 0.47% -
XYZ 11.09 5.45 17.61 -
YUV 53.44 164.44 175.47 -
System Red Green Blue C M Y K H S L
Decimal 120 7 118 0 0.94 0.02 0.53 301.06 0.89 0.25
Hex 78 7 76 0 5E 2 35 12D 59 19
Octal 170 7 166 0 136 2 65 455 131 31
Binary 1111000 111 1110110 0 1011110 10 110101 100101101 1011001 11001

Color Harmonies of #780776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780776

Black with #780776

Text Example


Text Example

White with #780776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #780776; }

 p { color: rgb(120,7,118); }

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

background-color css

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

 a { background-color: rgb(120,7,118); }

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

border-color css

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

 span { border-color: rgb(120,7,118); }

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