Html Css Color HEX #790960 Eggplant

📋 copy color: '#790960'

red 121 ◦ green 9 ◦ blue 96

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

Shades of Eggplant #790960

Tints of Eggplant #790960

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.98%

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

R = 53.54%
G = 3.98%
B = 42.48%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.21

 K value IS 0.53

RGB Variations

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

Color information

#790960 (or 0x790960) is known color: Eggplant. HEX triplet: 79, 09 and 60. RGB value is (121,9,96). Sum of RGB (Red+Green+Blue) = 121+9+96=226 (29% of max value = 765). Red value is 121 (47.66% from 255 or 53.54% from 226); Green value is 9 (3.91% from 255 or 3.98% from 226); Blue value is 96 (37.89% from 255 or 42.48% from 226); Max value from RGB is 121 - color contains mainly: red. Hex color #790960 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #790960 is #86F69F. Grayscale: #343434. Windows color (decimal): -8844960 or 6293881. OLE color: 6293881.

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

Color convert

RGB 121 9 96 -
CMYK 0 0.93 0.21 0.53
HSL 313.39º 0.86% 0.25% -
HSV(B) 313.39º 0.93% 0.47% -
XYZ 10.09 5.1 11.52 -
YUV 52.41 152.61 176.93 -
System Red Green Blue C M Y K H S L
Decimal 121 9 96 0 0.93 0.21 0.53 313.39 0.86 0.25
Hex 79 9 60 0 5D 15 35 139 56 19
Octal 171 11 140 0 135 25 65 471 126 31
Binary 1111001 1001 1100000 0 1011101 10101 110101 100111001 1010110 11001

Color Harmonies of #790960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790960

Black with #790960

Text Example


Text Example

White with #790960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #790960; }

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

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

background-color css

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

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

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

border-color css

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

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

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