Html Css Color HEX #78085A Eggplant

📋 copy color: '#78085A'

red 120 ◦ green 8 ◦ blue 90

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

Shades of Eggplant #78085A

Tints of Eggplant #78085A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 41.28%

R = 55.05%
G = 3.67%
B = 41.28%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.25

 K value IS 0.53

RGB Variations

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

Color information

#78085A (or 0x78085A) is known color: Eggplant. HEX triplet: 78, 08 and 5A. RGB value is (120,8,90). Sum of RGB (Red+Green+Blue) = 120+8+90=218 (28% of max value = 765). Red value is 120 (47.27% from 255 or 55.05% from 218); Green value is 8 (3.52% from 255 or 3.67% from 218); Blue value is 90 (35.55% from 255 or 41.28% from 218); Max value from RGB is 120 - color contains mainly: red. Hex color #78085A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #78085A is #87F7A5. Grayscale: #323232. Windows color (decimal): -8910758 or 5900408. OLE color: 5900408.

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

Color convert

RGB 120 8 90 -
CMYK 0 0.93 0.25 0.53
HSL 316.07º 0.88% 0.25% -
HSV(B) 316.07º 0.93% 0.47% -
XYZ 9.68 4.9 10.11 -
YUV 50.84 150.11 177.33 -
System Red Green Blue C M Y K H S L
Decimal 120 8 90 0 0.93 0.25 0.53 316.07 0.88 0.25
Hex 78 8 5A 0 5D 19 35 13C 58 19
Octal 170 10 132 0 135 31 65 474 130 31
Binary 1111000 1000 1011010 0 1011101 11001 110101 100111100 1011000 11001

Color Harmonies of #78085A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78085A

Black with #78085A

Text Example


Text Example

White with #78085A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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