Html Css Color HEX #790260 Eggplant

📋 copy color: '#790260'

red 121 ◦ green 2 ◦ blue 96

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

Shades of Eggplant #790260

Tints of Eggplant #790260

RGB

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

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

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

R = 55.25%
G = 0.91%
B = 43.84%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.21

 K value IS 0.53

RGB Variations

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

Color information

#790260 (or 0x790260) is known color: Eggplant. HEX triplet: 79, 02 and 60. RGB value is (121,2,96). Sum of RGB (Red+Green+Blue) = 121+2+96=219 (29% of max value = 765). Red value is 121 (47.66% from 255 or 55.25% from 219); Green value is 2 (1.17% from 255 or 0.91% from 219); Blue value is 96 (37.89% from 255 or 43.84% from 219); Max value from RGB is 121 - color contains mainly: red. Hex color #790260 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #790260 is #86FD9F. Grayscale: #303030. Windows color (decimal): -8846752 or 6292089. OLE color: 6292089.

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

Color convert

RGB 121 2 96 -
CMYK 0 0.98 0.21 0.53
HSL 312.61º 0.97% 0.24% -
HSV(B) 312.61º 0.98% 0.47% -
XYZ 10.02 4.95 11.49 -
YUV 48.3 154.92 179.86 -
System Red Green Blue C M Y K H S L
Decimal 121 2 96 0 0.98 0.21 0.53 312.61 0.97 0.24
Hex 79 2 60 0 62 15 35 139 61 18
Octal 171 2 140 0 142 25 65 471 141 30
Binary 1111001 10 1100000 0 1100010 10101 110101 100111001 1100001 11000

Color Harmonies of #790260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790260

Black with #790260

Text Example


Text Example

White with #790260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #790260; }

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

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

background-color css

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

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

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

border-color css

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

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

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