Html Css Color HEX #78005F Eggplant

📋 copy color: '#78005F'

red 120 ◦ green 0 ◦ blue 95

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

Shades of Eggplant #78005F

Tints of Eggplant #78005F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 44.19%

R = 55.81%
G = 0%
B = 44.19%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.21

 K value IS 0.53

RGB Variations

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

Color information

#78005F (or 0x78005F) is known color: Eggplant. HEX triplet: 78, 00 and 5F. RGB value is (120,0,95). Sum of RGB (Red+Green+Blue) = 120+0+95=215 (28% of max value = 765). Red value is 120 (47.27% from 255 or 55.81% from 215); Green value is 0 (0.39% from 255 or 0% from 215); Blue value is 95 (37.5% from 255 or 44.19% from 215); Max value from RGB is 120 - color contains mainly: red. Hex color #78005F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #78005F is #87FFA0. Grayscale: #2E2E2E. Windows color (decimal): -8912801 or 6226040. OLE color: 6226040.

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

Color convert

RGB 120 0 95 -
CMYK 0 1 0.21 0.53
HSL 312.5º 1% 0.24% -
HSV(B) 312.5º 1% 0.47% -
XYZ 9.81 4.82 11.24 -
YUV 46.71 155.26 180.28 -
System Red Green Blue C M Y K H S L
Decimal 120 0 95 0 1 0.21 0.53 312.5 1 0.24
Hex 78 0 5F 0 64 15 35 138 64 18
Octal 170 0 137 0 144 25 65 470 144 30
Binary 1111000 0 1011111 0 1100100 10101 110101 100111000 1100100 11000

Color Harmonies of #78005F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78005F

Black with #78005F

Text Example


Text Example

White with #78005F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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