Html Css Color HEX #78005A Eggplant

📋 copy color: '#78005A'

red 120 ◦ green 0 ◦ blue 90

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

Shades of Eggplant #78005A

Tints of Eggplant #78005A

RGB

 RED value IS 120 (47.27% from 255) = 57.14%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 90 (35.55% from 255) = 42.86%

R = 57.14%
G = 0%
B = 42.86%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.25

 K value IS 0.53

RGB Variations

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

Color information

#78005A (or 0x78005A) is known color: Eggplant. HEX triplet: 78, 00 and 5A. RGB value is (120,0,90). Sum of RGB (Red+Green+Blue) = 120+0+90=210 (27% of max value = 765). Red value is 120 (47.27% from 255 or 57.14% from 210); Green value is 0 (0.39% from 255 or 0% from 210); Blue value is 90 (35.55% from 255 or 42.86% from 210); Max value from RGB is 120 - color contains mainly: red. Hex color #78005A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #78005A is #87FFA5. Grayscale: #2D2D2D. Windows color (decimal): -8912806 or 5898360. OLE color: 5898360.

HSL color Cylindrical-coordinate representation of color #78005A: hue angle of 315º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #78005A is Cyan = 0, Magento = 1, Yellow = 0.25 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 0 90 -
CMYK 0 1 0.25 0.53
HSL 315º 1% 0.24% -
HSV(B) 315º 1% 0.47% -
XYZ 9.59 4.73 10.08 -
YUV 46.14 152.76 180.68 -
System Red Green Blue C M Y K H S L
Decimal 120 0 90 0 1 0.25 0.53 315 1 0.24
Hex 78 0 5A 0 64 19 35 13B 64 18
Octal 170 0 132 0 144 31 65 473 144 30
Binary 1111000 0 1011010 0 1100100 11001 110101 100111011 1100100 11000

Color Harmonies of #78005A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78005A

Black with #78005A

Text Example


Text Example

White with #78005A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78005A; }

 p { color: rgb(120,0,90); }

 H1.HeaderClassName
 {
   color: #78005A;
 }
 .AnyTagClassName
 {
   color: #78005A;
 }
</style>

background-color css

<style>
 a { background-color: #78005A; }

 a { background-color: rgb(120,0,90); }

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

border-color css

<style>
 span { border-color: #78005A; }

 span { border-color: rgb(120,0,90); }

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