Html Css Color HEX #79065B Eggplant

📋 copy color: '#79065B'

red 121 ◦ green 6 ◦ blue 91

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

Shades of Eggplant #79065B

Tints of Eggplant #79065B

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.75%

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

R = 55.5%
G = 2.75%
B = 41.74%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.25

 K value IS 0.53

RGB Variations

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

Color information

#79065B (or 0x79065B) is known color: Eggplant. HEX triplet: 79, 06 and 5B. RGB value is (121,6,91). Sum of RGB (Red+Green+Blue) = 121+6+91=218 (28% of max value = 765). Red value is 121 (47.66% from 255 or 55.50% from 218); Green value is 6 (2.73% from 255 or 2.75% from 218); Blue value is 91 (35.94% from 255 or 41.74% from 218); Max value from RGB is 121 - color contains mainly: red. Hex color #79065B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #79065B is #86F9A4. Grayscale: #313131. Windows color (decimal): -8845733 or 5965433. OLE color: 5965433.

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

Color convert

RGB 121 6 91 -
CMYK 0 0.95 0.25 0.53
HSL 315.65º 0.91% 0.25% -
HSV(B) 315.65º 0.95% 0.47% -
XYZ 9.84 4.95 10.33 -
YUV 50.08 151.1 178.59 -
System Red Green Blue C M Y K H S L
Decimal 121 6 91 0 0.95 0.25 0.53 315.65 0.91 0.25
Hex 79 6 5B 0 5F 19 35 13C 5B 19
Octal 171 6 133 0 137 31 65 474 133 31
Binary 1111001 110 1011011 0 1011111 11001 110101 100111100 1011011 11001

Color Harmonies of #79065B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79065B

Black with #79065B

Text Example


Text Example

White with #79065B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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