Html Css Color HEX #7A015E Eggplant

📋 copy color: '#7A015E'

red 122 ◦ green 1 ◦ blue 94

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

Shades of Eggplant #7A015E

Tints of Eggplant #7A015E

RGB

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

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

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

R = 56.22%
G = 0.46%
B = 43.32%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.23

 K value IS 0.52

RGB Variations

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

Color information

#7A015E (or 0x7A015E) is known color: Eggplant. HEX triplet: 7A, 01 and 5E. RGB value is (122,1,94). Sum of RGB (Red+Green+Blue) = 122+1+94=217 (28% of max value = 765). Red value is 122 (48.05% from 255 or 56.22% from 217); Green value is 1 (0.78% from 255 or 0.46% from 217); Blue value is 94 (37.11% from 255 or 43.32% from 217); Max value from RGB is 122 - color contains mainly: red. Hex color #7A015E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A015E is #85FEA1. Grayscale: #2F2F2F. Windows color (decimal): -8781474 or 6160762. OLE color: 6160762.

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

Color convert

RGB 122 1 94 -
CMYK 0 0.99 0.23 0.52
HSL 313.88º 0.98% 0.24% -
HSV(B) 313.88º 0.99% 0.48% -
XYZ 10.06 4.97 11.02 -
YUV 47.78 154.09 180.94 -
System Red Green Blue C M Y K H S L
Decimal 122 1 94 0 0.99 0.23 0.52 313.88 0.98 0.24
Hex 7A 1 5E 0 63 17 34 13A 62 18
Octal 172 1 136 0 143 27 64 472 142 30
Binary 1111010 1 1011110 0 1100011 10111 110100 100111010 1100010 11000

Color Harmonies of #7A015E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A015E

Black with #7A015E

Text Example


Text Example

White with #7A015E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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