Html Css Color HEX #78045D Eggplant

📋 copy color: '#78045D'

red 120 ◦ green 4 ◦ blue 93

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

Shades of Eggplant #78045D

Tints of Eggplant #78045D

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.84%

 BLUE value IS 93 (36.72% from 255) = 42.86%

R = 55.3%
G = 1.84%
B = 42.86%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.22

 K value IS 0.53

RGB Variations

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

Color information

#78045D (or 0x78045D) is known color: Eggplant. HEX triplet: 78, 04 and 5D. RGB value is (120,4,93). Sum of RGB (Red+Green+Blue) = 120+4+93=217 (28% of max value = 765). Red value is 120 (47.27% from 255 or 55.30% from 217); Green value is 4 (1.95% from 255 or 1.84% from 217); Blue value is 93 (36.72% from 255 or 42.86% from 217); Max value from RGB is 120 - color contains mainly: red. Hex color #78045D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #78045D is #87FBA2. Grayscale: #303030. Windows color (decimal): -8911779 or 6095992. OLE color: 6095992.

HSL color Cylindrical-coordinate representation of color #78045D: hue angle of 313.97º degrees, saturation: 0.94, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #78045D is Cyan = 0, Magento = 0.97, Yellow = 0.22 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 4 93 -
CMYK 0 0.97 0.22 0.53
HSL 313.97º 0.94% 0.24% -
HSV(B) 313.97º 0.97% 0.47% -
XYZ 9.76 4.87 10.78 -
YUV 48.83 152.93 178.76 -
System Red Green Blue C M Y K H S L
Decimal 120 4 93 0 0.97 0.22 0.53 313.97 0.94 0.24
Hex 78 4 5D 0 61 16 35 13A 5E 18
Octal 170 4 135 0 141 26 65 472 136 30
Binary 1111000 100 1011101 0 1100001 10110 110101 100111010 1011110 11000

Color Harmonies of #78045D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78045D

Black with #78045D

Text Example


Text Example

White with #78045D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78045D; }

 p { color: rgb(120,4,93); }

 H1.HeaderClassName
 {
   color: #78045D;
 }
 .AnyTagClassName
 {
   color: #78045D;
 }
</style>

background-color css

<style>
 a { background-color: #78045D; }

 a { background-color: rgb(120,4,93); }

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

border-color css

<style>
 span { border-color: #78045D; }

 span { border-color: rgb(120,4,93); }

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