Html Css Color HEX #78085B Eggplant

📋 copy color: '#78085B'

red 120 ◦ green 8 ◦ blue 91

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

Shades of Eggplant #78085B

Tints of Eggplant #78085B

RGB

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

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

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

R = 54.79%
G = 3.65%
B = 41.55%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.24

 K value IS 0.53

RGB Variations

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

Color information

#78085B (or 0x78085B) is known color: Eggplant. HEX triplet: 78, 08 and 5B. RGB value is (120,8,91). Sum of RGB (Red+Green+Blue) = 120+8+91=219 (29% of max value = 765). Red value is 120 (47.27% from 255 or 54.79% from 219); Green value is 8 (3.52% from 255 or 3.65% from 219); Blue value is 91 (35.94% from 255 or 41.55% from 219); Max value from RGB is 120 - color contains mainly: red. Hex color #78085B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #78085B is #87F7A4. Grayscale: #323232. Windows color (decimal): -8910757 or 5965944. OLE color: 5965944.

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

Color convert

RGB 120 8 91 -
CMYK 0 0.93 0.24 0.53
HSL 315.54º 0.88% 0.25% -
HSV(B) 315.54º 0.93% 0.47% -
XYZ 9.72 4.92 10.34 -
YUV 50.95 150.61 177.25 -
System Red Green Blue C M Y K H S L
Decimal 120 8 91 0 0.93 0.24 0.53 315.54 0.88 0.25
Hex 78 8 5B 0 5D 18 35 13C 58 19
Octal 170 10 133 0 135 30 65 474 130 31
Binary 1111000 1000 1011011 0 1011101 11000 110101 100111100 1011000 11001

Color Harmonies of #78085B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78085B

Black with #78085B

Text Example


Text Example

White with #78085B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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