Html Css Color HEX #790760 Eggplant

📋 copy color: '#790760'

red 121 ◦ green 7 ◦ blue 96

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

Shades of Eggplant #790760

Tints of Eggplant #790760

RGB

 RED value IS 121 (47.66% from 255) = 54.02%

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

 BLUE value IS 96 (37.89% from 255) = 42.86%

R = 54.02%
G = 3.13%
B = 42.86%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.21

 K value IS 0.53

RGB Variations

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

Color information

#790760 (or 0x790760) is known color: Eggplant. HEX triplet: 79, 07 and 60. RGB value is (121,7,96). Sum of RGB (Red+Green+Blue) = 121+7+96=224 (29% of max value = 765). Red value is 121 (47.66% from 255 or 54.02% from 224); Green value is 7 (3.12% from 255 or 3.12% from 224); Blue value is 96 (37.89% from 255 or 42.86% from 224); Max value from RGB is 121 - color contains mainly: red. Hex color #790760 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #790760 is #86F89F. Grayscale: #323232. Windows color (decimal): -8845472 or 6293369. OLE color: 6293369.

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

Color convert

RGB 121 7 96 -
CMYK 0 0.94 0.21 0.53
HSL 313.16º 0.89% 0.25% -
HSV(B) 313.16º 0.94% 0.47% -
XYZ 10.07 5.06 11.51 -
YUV 51.23 153.27 177.76 -
System Red Green Blue C M Y K H S L
Decimal 121 7 96 0 0.94 0.21 0.53 313.16 0.89 0.25
Hex 79 7 60 0 5E 15 35 139 59 19
Octal 171 7 140 0 136 25 65 471 131 31
Binary 1111001 111 1100000 0 1011110 10101 110101 100111001 1011001 11001

Color Harmonies of #790760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790760

Black with #790760

Text Example


Text Example

White with #790760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #790760; }

 p { color: rgb(121,7,96); }

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

background-color css

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

 a { background-color: rgb(121,7,96); }

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

border-color css

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

 span { border-color: rgb(121,7,96); }

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