Html Css Color HEX #7A075E Eggplant

📋 copy color: '#7A075E'

red 122 ◦ green 7 ◦ blue 94

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

Shades of Eggplant #7A075E

Tints of Eggplant #7A075E

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.14%

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

R = 54.71%
G = 3.14%
B = 42.15%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.23

 K value IS 0.52

RGB Variations

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

Color information

#7A075E (or 0x7A075E) is known color: Eggplant. HEX triplet: 7A, 07 and 5E. RGB value is (122,7,94). Sum of RGB (Red+Green+Blue) = 122+7+94=223 (29% of max value = 765). Red value is 122 (48.05% from 255 or 54.71% from 223); Green value is 7 (3.12% from 255 or 3.14% from 223); Blue value is 94 (37.11% from 255 or 42.15% from 223); Max value from RGB is 122 - color contains mainly: red. Hex color #7A075E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A075E is #85F8A1. Grayscale: #333333. Windows color (decimal): -8779938 or 6162298. OLE color: 6162298.

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

Color convert

RGB 122 7 94 -
CMYK 0 0.94 0.23 0.52
HSL 314.61º 0.89% 0.25% -
HSV(B) 314.61º 0.94% 0.48% -
XYZ 10.12 5.1 11.04 -
YUV 51.3 152.1 178.43 -
System Red Green Blue C M Y K H S L
Decimal 122 7 94 0 0.94 0.23 0.52 314.61 0.89 0.25
Hex 7A 7 5E 0 5E 17 34 13B 59 19
Octal 172 7 136 0 136 27 64 473 131 31
Binary 1111010 111 1011110 0 1011110 10111 110100 100111011 1011001 11001

Color Harmonies of #7A075E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A075E

Black with #7A075E

Text Example


Text Example

White with #7A075E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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