Html Css Color HEX #78005D Eggplant

📋 copy color: '#78005D'

red 120 ◦ green 0 ◦ blue 93

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

Shades of Eggplant #78005D

Tints of Eggplant #78005D

RGB

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

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

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

R = 56.34%
G = 0%
B = 43.66%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.22

 K value IS 0.53

RGB Variations

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

Color information

#78005D (or 0x78005D) is known color: Eggplant. HEX triplet: 78, 00 and 5D. RGB value is (120,0,93). Sum of RGB (Red+Green+Blue) = 120+0+93=213 (28% of max value = 765). Red value is 120 (47.27% from 255 or 56.34% from 213); Green value is 0 (0.39% from 255 or 0% from 213); Blue value is 93 (36.72% from 255 or 43.66% from 213); Max value from RGB is 120 - color contains mainly: red. Hex color #78005D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #78005D is #87FFA2. Grayscale: #2E2E2E. Windows color (decimal): -8912803 or 6094968. OLE color: 6094968.

HSL color Cylindrical-coordinate representation of color #78005D: hue angle of 313.5º 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 #78005D is Cyan = 0, Magento = 1, Yellow = 0.22 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 0 93 -
CMYK 0 1 0.22 0.53
HSL 313.5º 1% 0.24% -
HSV(B) 313.5º 1% 0.47% -
XYZ 9.72 4.78 10.77 -
YUV 46.48 154.26 180.44 -
System Red Green Blue C M Y K H S L
Decimal 120 0 93 0 1 0.22 0.53 313.5 1 0.24
Hex 78 0 5D 0 64 16 35 13A 64 18
Octal 170 0 135 0 144 26 65 472 144 30
Binary 1111000 0 1011101 0 1100100 10110 110101 100111010 1100100 11000

Color Harmonies of #78005D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78005D

Black with #78005D

Text Example


Text Example

White with #78005D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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