Html Css Color HEX #7A055E Eggplant

📋 copy color: '#7A055E'

red 122 ◦ green 5 ◦ blue 94

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

Shades of Eggplant #7A055E

Tints of Eggplant #7A055E

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.26%

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

R = 55.2%
G = 2.26%
B = 42.53%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.23

 K value IS 0.52

RGB Variations

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

Color information

#7A055E (or 0x7A055E) is known color: Eggplant. HEX triplet: 7A, 05 and 5E. RGB value is (122,5,94). Sum of RGB (Red+Green+Blue) = 122+5+94=221 (29% of max value = 765). Red value is 122 (48.05% from 255 or 55.20% from 221); Green value is 5 (2.34% from 255 or 2.26% from 221); Blue value is 94 (37.11% from 255 or 42.53% from 221); Max value from RGB is 122 - color contains mainly: red. Hex color #7A055E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A055E is #85FAA1. Grayscale: #313131. Windows color (decimal): -8780450 or 6161786. OLE color: 6161786.

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

Color convert

RGB 122 5 94 -
CMYK 0 0.96 0.23 0.52
HSL 314.36º 0.92% 0.25% -
HSV(B) 314.36º 0.96% 0.48% -
XYZ 10.1 5.05 11.03 -
YUV 50.13 152.76 179.26 -
System Red Green Blue C M Y K H S L
Decimal 122 5 94 0 0.96 0.23 0.52 314.36 0.92 0.25
Hex 7A 5 5E 0 60 17 34 13A 5C 19
Octal 172 5 136 0 140 27 64 472 134 31
Binary 1111010 101 1011110 0 1100000 10111 110100 100111010 1011100 11001

Color Harmonies of #7A055E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A055E

Black with #7A055E

Text Example


Text Example

White with #7A055E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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