Html Css Color HEX #79015B Eggplant

📋 copy color: '#79015B'

red 121 ◦ green 1 ◦ blue 91

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

Shades of Eggplant #79015B

Tints of Eggplant #79015B

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.47%

 BLUE value IS 91 (35.94% from 255) = 42.72%

R = 56.81%
G = 0.47%
B = 42.72%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.25

 K value IS 0.53

RGB Variations

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

Color information

#79015B (or 0x79015B) is known color: Eggplant. HEX triplet: 79, 01 and 5B. RGB value is (121,1,91). Sum of RGB (Red+Green+Blue) = 121+1+91=213 (28% of max value = 765). Red value is 121 (47.66% from 255 or 56.81% from 213); Green value is 1 (0.78% from 255 or 0.47% from 213); Blue value is 91 (35.94% from 255 or 42.72% from 213); Max value from RGB is 121 - color contains mainly: red. Hex color #79015B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #79015B is #86FEA4. Grayscale: #2E2E2E. Windows color (decimal): -8847013 or 5964153. OLE color: 5964153.

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

Color convert

RGB 121 1 91 -
CMYK 0 0.99 0.25 0.53
HSL 315º 0.98% 0.24% -
HSV(B) 315º 0.99% 0.47% -
XYZ 9.78 4.84 10.32 -
YUV 47.14 152.76 180.68 -
System Red Green Blue C M Y K H S L
Decimal 121 1 91 0 0.99 0.25 0.53 315 0.98 0.24
Hex 79 1 5B 0 63 19 35 13B 62 18
Octal 171 1 133 0 143 31 65 473 142 30
Binary 1111001 1 1011011 0 1100011 11001 110101 100111011 1100010 11000

Color Harmonies of #79015B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79015B

Black with #79015B

Text Example


Text Example

White with #79015B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #79015B; }

 p { color: rgb(121,1,91); }

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

background-color css

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

 a { background-color: rgb(121,1,91); }

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

border-color css

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

 span { border-color: rgb(121,1,91); }

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