Html Css Color HEX #78055D Eggplant

📋 copy color: '#78055D'

red 120 ◦ green 5 ◦ blue 93

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

Shades of Eggplant #78055D

Tints of Eggplant #78055D

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.29%

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

R = 55.05%
G = 2.29%
B = 42.66%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.22

 K value IS 0.53

RGB Variations

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

Color information

#78055D (or 0x78055D) is known color: Eggplant. HEX triplet: 78, 05 and 5D. RGB value is (120,5,93). Sum of RGB (Red+Green+Blue) = 120+5+93=218 (28% of max value = 765). Red value is 120 (47.27% from 255 or 55.05% from 218); Green value is 5 (2.34% from 255 or 2.29% from 218); Blue value is 93 (36.72% from 255 or 42.66% from 218); Max value from RGB is 120 - color contains mainly: red. Hex color #78055D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #78055D is #87FAA2. Grayscale: #313131. Windows color (decimal): -8911523 or 6096248. OLE color: 6096248.

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

Color convert

RGB 120 5 93 -
CMYK 0 0.96 0.22 0.53
HSL 314.09º 0.92% 0.25% -
HSV(B) 314.09º 0.96% 0.47% -
XYZ 9.78 4.89 10.78 -
YUV 49.42 152.6 178.34 -
System Red Green Blue C M Y K H S L
Decimal 120 5 93 0 0.96 0.22 0.53 314.09 0.92 0.25
Hex 78 5 5D 0 60 16 35 13A 5C 19
Octal 170 5 135 0 140 26 65 472 134 31
Binary 1111000 101 1011101 0 1100000 10110 110101 100111010 1011100 11001

Color Harmonies of #78055D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78055D

Black with #78055D

Text Example


Text Example

White with #78055D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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