Html Css Color HEX #790259 Eggplant

📋 copy color: '#790259'

red 121 ◦ green 2 ◦ blue 89

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

Shades of Eggplant #790259

Tints of Eggplant #790259

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.94%

 BLUE value IS 89 (35.16% from 255) = 41.98%

R = 57.08%
G = 0.94%
B = 41.98%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.26

 K value IS 0.53

RGB Variations

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

Color information

#790259 (or 0x790259) is known color: Eggplant. HEX triplet: 79, 02 and 59. RGB value is (121,2,89). Sum of RGB (Red+Green+Blue) = 121+2+89=212 (28% of max value = 765). Red value is 121 (47.66% from 255 or 57.08% from 212); Green value is 2 (1.17% from 255 or 0.94% from 212); Blue value is 89 (35.16% from 255 or 41.98% from 212); Max value from RGB is 121 - color contains mainly: red. Hex color #790259 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #790259 is #86FDA6. Grayscale: #2F2F2F. Windows color (decimal): -8846759 or 5833337. OLE color: 5833337.

HSL color Cylindrical-coordinate representation of color #790259: hue angle of 316.13º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #790259 is Cyan = 0, Magento = 0.98, Yellow = 0.26 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 2 89 -
CMYK 0 0.98 0.26 0.53
HSL 316.13º 0.97% 0.24% -
HSV(B) 316.13º 0.98% 0.47% -
XYZ 9.71 4.83 9.87 -
YUV 47.5 151.42 180.43 -
System Red Green Blue C M Y K H S L
Decimal 121 2 89 0 0.98 0.26 0.53 316.13 0.97 0.24
Hex 79 2 59 0 62 1A 35 13C 61 18
Octal 171 2 131 0 142 32 65 474 141 30
Binary 1111001 10 1011001 0 1100010 11010 110101 100111100 1100001 11000

Color Harmonies of #790259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790259

Black with #790259

Text Example


Text Example

White with #790259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #790259; }

 p { color: rgb(121,2,89); }

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

background-color css

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

 a { background-color: rgb(121,2,89); }

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

border-color css

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

 span { border-color: rgb(121,2,89); }

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