Html Css Color HEX #78085E Eggplant

📋 copy color: '#78085E'

red 120 ◦ green 8 ◦ blue 94

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

Shades of Eggplant #78085E

Tints of Eggplant #78085E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 42.34%

R = 54.05%
G = 3.6%
B = 42.34%

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

#78085E (or 0x78085E) is known color: Eggplant. HEX triplet: 78, 08 and 5E. RGB value is (120,8,94). Sum of RGB (Red+Green+Blue) = 120+8+94=222 (29% of max value = 765). Red value is 120 (47.27% from 255 or 54.05% from 222); Green value is 8 (3.52% from 255 or 3.60% from 222); Blue value is 94 (37.11% from 255 or 42.34% from 222); Max value from RGB is 120 - color contains mainly: red. Hex color #78085E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #78085E is #87F7A1. Grayscale: #333333. Windows color (decimal): -8910754 or 6162552. OLE color: 6162552.

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

Color convert

RGB 120 8 94 -
CMYK 0 0.93 0.22 0.53
HSL 313.93º 0.88% 0.25% -
HSV(B) 313.93º 0.93% 0.47% -
XYZ 9.85 4.97 11.03 -
YUV 51.29 152.11 177.01 -
System Red Green Blue C M Y K H S L
Decimal 120 8 94 0 0.93 0.22 0.53 313.93 0.88 0.25
Hex 78 8 5E 0 5D 16 35 13A 58 19
Octal 170 10 136 0 135 26 65 472 130 31
Binary 1111000 1000 1011110 0 1011101 10110 110101 100111010 1011000 11001

Color Harmonies of #78085E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78085E

Black with #78085E

Text Example


Text Example

White with #78085E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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