Html Css Color HEX #78005B Eggplant

📋 copy color: '#78005B'

red 120 ◦ green 0 ◦ blue 91

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

Shades of Eggplant #78005B

Tints of Eggplant #78005B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 43.13%

R = 56.87%
G = 0%
B = 43.13%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.24

 K value IS 0.53

RGB Variations

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

Color information

#78005B (or 0x78005B) is known color: Eggplant. HEX triplet: 78, 00 and 5B. RGB value is (120,0,91). Sum of RGB (Red+Green+Blue) = 120+0+91=211 (27% of max value = 765). Red value is 120 (47.27% from 255 or 56.87% from 211); Green value is 0 (0.39% from 255 or 0% from 211); Blue value is 91 (35.94% from 255 or 43.13% from 211); Max value from RGB is 120 - color contains mainly: red. Hex color #78005B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #78005B is #87FFA4. Grayscale: #2E2E2E. Windows color (decimal): -8912805 or 5963896. OLE color: 5963896.

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

Color convert

RGB 120 0 91 -
CMYK 0 1 0.24 0.53
HSL 314.5º 1% 0.24% -
HSV(B) 314.5º 1% 0.47% -
XYZ 9.63 4.75 10.31 -
YUV 46.25 153.26 180.6 -
System Red Green Blue C M Y K H S L
Decimal 120 0 91 0 1 0.24 0.53 314.5 1 0.24
Hex 78 0 5B 0 64 18 35 13A 64 18
Octal 170 0 133 0 144 30 65 472 144 30
Binary 1111000 0 1011011 0 1100100 11000 110101 100111010 1100100 11000

Color Harmonies of #78005B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78005B

Black with #78005B

Text Example


Text Example

White with #78005B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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