Html Css Color HEX #7A0159 Eggplant

📋 copy color: '#7A0159'

red 122 ◦ green 1 ◦ blue 89

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

Shades of Eggplant #7A0159

Tints of Eggplant #7A0159

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 41.98%

R = 57.55%
G = 0.47%
B = 41.98%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.27

 K value IS 0.52

RGB Variations

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

Color information

#7A0159 (or 0x7A0159) is known color: Eggplant. HEX triplet: 7A, 01 and 59. RGB value is (122,1,89). Sum of RGB (Red+Green+Blue) = 122+1+89=212 (28% of max value = 765). Red value is 122 (48.05% from 255 or 57.55% from 212); Green value is 1 (0.78% from 255 or 0.47% from 212); Blue value is 89 (35.16% from 255 or 41.98% from 212); Max value from RGB is 122 - color contains mainly: red. Hex color #7A0159 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A0159 is #85FEA6. Grayscale: #2E2E2E. Windows color (decimal): -8781479 or 5833082. OLE color: 5833082.

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

Color convert

RGB 122 1 89 -
CMYK 0 0.99 0.27 0.52
HSL 316.36º 0.98% 0.24% -
HSV(B) 316.36º 0.99% 0.48% -
XYZ 9.84 4.88 9.87 -
YUV 47.21 151.59 181.34 -
System Red Green Blue C M Y K H S L
Decimal 122 1 89 0 0.99 0.27 0.52 316.36 0.98 0.24
Hex 7A 1 59 0 63 1B 34 13C 62 18
Octal 172 1 131 0 143 33 64 474 142 30
Binary 1111010 1 1011001 0 1100011 11011 110100 100111100 1100010 11000

Color Harmonies of #7A0159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A0159

Black with #7A0159

Text Example


Text Example

White with #7A0159

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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