Html Css Color HEX #7A075D Eggplant

📋 copy color: '#7A075D'

red 122 ◦ green 7 ◦ blue 93

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

Shades of Eggplant #7A075D

Tints of Eggplant #7A075D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 41.89%

R = 54.95%
G = 3.15%
B = 41.89%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.24

 K value IS 0.52

RGB Variations

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

Color information

#7A075D (or 0x7A075D) is known color: Eggplant. HEX triplet: 7A, 07 and 5D. RGB value is (122,7,93). Sum of RGB (Red+Green+Blue) = 122+7+93=222 (29% of max value = 765). Red value is 122 (48.05% from 255 or 54.95% from 222); Green value is 7 (3.12% from 255 or 3.15% from 222); Blue value is 93 (36.72% from 255 or 41.89% from 222); Max value from RGB is 122 - color contains mainly: red. Hex color #7A075D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A075D is #85F8A2. Grayscale: #323232. Windows color (decimal): -8779939 or 6096762. OLE color: 6096762.

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

Color convert

RGB 122 7 93 -
CMYK 0 0.94 0.24 0.52
HSL 315.13º 0.89% 0.25% -
HSV(B) 315.13º 0.94% 0.48% -
XYZ 10.08 5.08 10.81 -
YUV 51.19 151.6 178.51 -
System Red Green Blue C M Y K H S L
Decimal 122 7 93 0 0.94 0.24 0.52 315.13 0.89 0.25
Hex 7A 7 5D 0 5E 18 34 13B 59 19
Octal 172 7 135 0 136 30 64 473 131 31
Binary 1111010 111 1011101 0 1011110 11000 110100 100111011 1011001 11001

Color Harmonies of #7A075D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A075D

Black with #7A075D

Text Example


Text Example

White with #7A075D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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