Html Css Color HEX #7A0160 Eggplant

📋 copy color: '#7A0160'

red 122 ◦ green 1 ◦ blue 96

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

Shades of Eggplant #7A0160

Tints of Eggplant #7A0160

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.46%

 BLUE value IS 96 (37.89% from 255) = 43.84%

R = 55.71%
G = 0.46%
B = 43.84%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.21

 K value IS 0.52

RGB Variations

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

Color information

#7A0160 (or 0x7A0160) is known color: Eggplant. HEX triplet: 7A, 01 and 60. RGB value is (122,1,96). Sum of RGB (Red+Green+Blue) = 122+1+96=219 (29% of max value = 765). Red value is 122 (48.05% from 255 or 55.71% from 219); Green value is 1 (0.78% from 255 or 0.46% from 219); Blue value is 96 (37.89% from 255 or 43.84% from 219); Max value from RGB is 122 - color contains mainly: red. Hex color #7A0160 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A0160 is #85FE9F. Grayscale: #2F2F2F. Windows color (decimal): -8781472 or 6291834. OLE color: 6291834.

HSL color Cylindrical-coordinate representation of color #7A0160: hue angle of 312.89º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7A0160 is Cyan = 0, Magento = 0.99, Yellow = 0.21 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 1 96 -
CMYK 0 0.99 0.21 0.52
HSL 312.89º 0.98% 0.24% -
HSV(B) 312.89º 0.99% 0.48% -
XYZ 10.15 5 11.5 -
YUV 48.01 155.09 180.78 -
System Red Green Blue C M Y K H S L
Decimal 122 1 96 0 0.99 0.21 0.52 312.89 0.98 0.24
Hex 7A 1 60 0 63 15 34 139 62 18
Octal 172 1 140 0 143 25 64 471 142 30
Binary 1111010 1 1100000 0 1100011 10101 110100 100111001 1100010 11000

Color Harmonies of #7A0160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A0160

Black with #7A0160

Text Example


Text Example

White with #7A0160

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,1,96); }

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

background-color css

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

 a { background-color: rgb(122,1,96); }

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

border-color css

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

 span { border-color: rgb(122,1,96); }

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