Html Css Color HEX #780773 Purple

📋 copy color: '#780773'

red 120 ◦ green 7 ◦ blue 115

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

Shades of Purple #780773

Tints of Purple #780773

RGB

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

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

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

R = 49.59%
G = 2.89%
B = 47.52%

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

#780773 (or 0x780773) is known color: Purple. HEX triplet: 78, 07 and 73. RGB value is (120,7,115). Sum of RGB (Red+Green+Blue) = 120+7+115=242 (32% of max value = 765). Red value is 120 (47.27% from 255 or 49.59% from 242); Green value is 7 (3.12% from 255 or 2.89% from 242); Blue value is 115 (45.31% from 255 or 47.52% from 242); Max value from RGB is 120 - color contains mainly: red. Hex color #780773 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780773 is #87F88C. Grayscale: #343434. Windows color (decimal): -8910989 or 7538552. OLE color: 7538552.

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

Color convert

RGB 120 7 115 -
CMYK 0 0.94 0.04 0.53
HSL 302.65º 0.89% 0.25% -
HSV(B) 302.65º 0.94% 0.47% -
XYZ 10.92 5.38 16.68 -
YUV 53.1 162.94 175.72 -
System Red Green Blue C M Y K H S L
Decimal 120 7 115 0 0.94 0.04 0.53 302.65 0.89 0.25
Hex 78 7 73 0 5E 4 35 12F 59 19
Octal 170 7 163 0 136 4 65 457 131 31
Binary 1111000 111 1110011 0 1011110 100 110101 100101111 1011001 11001

Color Harmonies of #780773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780773

Black with #780773

Text Example


Text Example

White with #780773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #780773; }

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

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

background-color css

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

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

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

border-color css

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

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

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