Html Css Color HEX #7A075A Eggplant

📋 copy color: '#7A075A'

red 122 ◦ green 7 ◦ blue 90

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

Shades of Eggplant #7A075A

Tints of Eggplant #7A075A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 41.1%

R = 55.71%
G = 3.2%
B = 41.1%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.26

 K value IS 0.52

RGB Variations

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

Color information

#7A075A (or 0x7A075A) is known color: Eggplant. HEX triplet: 7A, 07 and 5A. RGB value is (122,7,90). Sum of RGB (Red+Green+Blue) = 122+7+90=219 (29% of max value = 765). Red value is 122 (48.05% from 255 or 55.71% from 219); Green value is 7 (3.12% from 255 or 3.20% from 219); Blue value is 90 (35.55% from 255 or 41.10% from 219); Max value from RGB is 122 - color contains mainly: red. Hex color #7A075A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A075A is #85F8A5. Grayscale: #323232. Windows color (decimal): -8779942 or 5900154. OLE color: 5900154.

HSL color Cylindrical-coordinate representation of color #7A075A: hue angle of 316.7º 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 #7A075A is Cyan = 0, Magento = 0.94, Yellow = 0.26 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 7 90 -
CMYK 0 0.94 0.26 0.52
HSL 316.7º 0.89% 0.25% -
HSV(B) 316.7º 0.94% 0.48% -
XYZ 9.95 5.03 10.12 -
YUV 50.85 150.1 178.75 -
System Red Green Blue C M Y K H S L
Decimal 122 7 90 0 0.94 0.26 0.52 316.7 0.89 0.25
Hex 7A 7 5A 0 5E 1A 34 13D 59 19
Octal 172 7 132 0 136 32 64 475 131 31
Binary 1111010 111 1011010 0 1011110 11010 110100 100111101 1011001 11001

Color Harmonies of #7A075A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A075A

Black with #7A075A

Text Example


Text Example

White with #7A075A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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