Html Css Color HEX #790262 Eggplant

📋 copy color: '#790262'

red 121 ◦ green 2 ◦ blue 98

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

Shades of Eggplant #790262

Tints of Eggplant #790262

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 44.34%

R = 54.75%
G = 0.9%
B = 44.34%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.19

 K value IS 0.53

RGB Variations

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

Color information

#790262 (or 0x790262) is known color: Eggplant. HEX triplet: 79, 02 and 62. RGB value is (121,2,98). Sum of RGB (Red+Green+Blue) = 121+2+98=221 (29% of max value = 765). Red value is 121 (47.66% from 255 or 54.75% from 221); Green value is 2 (1.17% from 255 or 0.90% from 221); Blue value is 98 (38.67% from 255 or 44.34% from 221); Max value from RGB is 121 - color contains mainly: red. Hex color #790262 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #790262 is #86FD9D. Grayscale: #303030. Windows color (decimal): -8846750 or 6423161. OLE color: 6423161.

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

Color convert

RGB 121 2 98 -
CMYK 0 0.98 0.19 0.53
HSL 311.6º 0.97% 0.24% -
HSV(B) 311.6º 0.98% 0.47% -
XYZ 10.11 4.99 11.99 -
YUV 48.53 155.92 179.69 -
System Red Green Blue C M Y K H S L
Decimal 121 2 98 0 0.98 0.19 0.53 311.6 0.97 0.24
Hex 79 2 62 0 62 13 35 138 61 18
Octal 171 2 142 0 142 23 65 470 141 30
Binary 1111001 10 1100010 0 1100010 10011 110101 100111000 1100001 11000

Color Harmonies of #790262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790262

Black with #790262

Text Example


Text Example

White with #790262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #790262; }

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

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

background-color css

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

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

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

border-color css

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

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

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