Html Css Color HEX #78085D Eggplant

📋 copy color: '#78085D'

red 120 ◦ green 8 ◦ blue 93

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

Shades of Eggplant #78085D

Tints of Eggplant #78085D

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.62%

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

R = 54.3%
G = 3.62%
B = 42.08%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.22

 K value IS 0.53

RGB Variations

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

Color information

#78085D (or 0x78085D) is known color: Eggplant. HEX triplet: 78, 08 and 5D. RGB value is (120,8,93). Sum of RGB (Red+Green+Blue) = 120+8+93=221 (29% of max value = 765). Red value is 120 (47.27% from 255 or 54.30% from 221); Green value is 8 (3.52% from 255 or 3.62% from 221); Blue value is 93 (36.72% from 255 or 42.08% from 221); Max value from RGB is 120 - color contains mainly: red. Hex color #78085D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #78085D is #87F7A2. Grayscale: #323232. Windows color (decimal): -8910755 or 6097016. OLE color: 6097016.

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

Color convert

RGB 120 8 93 -
CMYK 0 0.93 0.22 0.53
HSL 314.46º 0.88% 0.25% -
HSV(B) 314.46º 0.93% 0.47% -
XYZ 9.81 4.96 10.8 -
YUV 51.18 151.61 177.09 -
System Red Green Blue C M Y K H S L
Decimal 120 8 93 0 0.93 0.22 0.53 314.46 0.88 0.25
Hex 78 8 5D 0 5D 16 35 13A 58 19
Octal 170 10 135 0 135 26 65 472 130 31
Binary 1111000 1000 1011101 0 1011101 10110 110101 100111010 1011000 11001

Color Harmonies of #78085D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78085D

Black with #78085D

Text Example


Text Example

White with #78085D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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