Html Css Color HEX #7A065E Eggplant

📋 copy color: '#7A065E'

red 122 ◦ green 6 ◦ blue 94

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

Shades of Eggplant #7A065E

Tints of Eggplant #7A065E

RGB

 RED value IS 122 (48.05% from 255) = 54.95%

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

 BLUE value IS 94 (37.11% from 255) = 42.34%

R = 54.95%
G = 2.7%
B = 42.34%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.23

 K value IS 0.52

RGB Variations

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

Color information

#7A065E (or 0x7A065E) is known color: Eggplant. HEX triplet: 7A, 06 and 5E. RGB value is (122,6,94). Sum of RGB (Red+Green+Blue) = 122+6+94=222 (29% of max value = 765). Red value is 122 (48.05% from 255 or 54.95% from 222); Green value is 6 (2.73% from 255 or 2.70% from 222); Blue value is 94 (37.11% from 255 or 42.34% from 222); Max value from RGB is 122 - color contains mainly: red. Hex color #7A065E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A065E is #85F9A1. Grayscale: #323232. Windows color (decimal): -8780194 or 6162042. OLE color: 6162042.

HSL color Cylindrical-coordinate representation of color #7A065E: hue angle of 314.48º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7A065E is Cyan = 0, Magento = 0.95, Yellow = 0.23 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 6 94 -
CMYK 0 0.95 0.23 0.52
HSL 314.48º 0.91% 0.25% -
HSV(B) 314.48º 0.95% 0.48% -
XYZ 10.11 5.08 11.04 -
YUV 50.72 152.43 178.84 -
System Red Green Blue C M Y K H S L
Decimal 122 6 94 0 0.95 0.23 0.52 314.48 0.91 0.25
Hex 7A 6 5E 0 5F 17 34 13A 5B 19
Octal 172 6 136 0 137 27 64 472 133 31
Binary 1111010 110 1011110 0 1011111 10111 110100 100111010 1011011 11001

Color Harmonies of #7A065E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A065E

Black with #7A065E

Text Example


Text Example

White with #7A065E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7A065E; }

 p { color: rgb(122,6,94); }

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

background-color css

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

 a { background-color: rgb(122,6,94); }

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

border-color css

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

 span { border-color: rgb(122,6,94); }

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