Html Css Color HEX #78075A Eggplant

📋 copy color: '#78075A'

red 120 ◦ green 7 ◦ blue 90

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

Shades of Eggplant #78075A

Tints of Eggplant #78075A

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.23%

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

R = 55.3%
G = 3.23%
B = 41.47%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.25

 K value IS 0.53

RGB Variations

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

Color information

#78075A (or 0x78075A) is known color: Eggplant. HEX triplet: 78, 07 and 5A. RGB value is (120,7,90). Sum of RGB (Red+Green+Blue) = 120+7+90=217 (28% of max value = 765). Red value is 120 (47.27% from 255 or 55.30% from 217); Green value is 7 (3.12% from 255 or 3.23% from 217); Blue value is 90 (35.55% from 255 or 41.47% from 217); Max value from RGB is 120 - color contains mainly: red. Hex color #78075A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #78075A is #87F8A5. Grayscale: #323232. Windows color (decimal): -8911014 or 5900152. OLE color: 5900152.

HSL color Cylindrical-coordinate representation of color #78075A: hue angle of 315.93º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #78075A is Cyan = 0, Magento = 0.94, Yellow = 0.25 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 7 90 -
CMYK 0 0.94 0.25 0.53
HSL 315.93º 0.89% 0.25% -
HSV(B) 315.93º 0.94% 0.47% -
XYZ 9.67 4.88 10.11 -
YUV 50.25 150.44 177.75 -
System Red Green Blue C M Y K H S L
Decimal 120 7 90 0 0.94 0.25 0.53 315.93 0.89 0.25
Hex 78 7 5A 0 5E 19 35 13C 59 19
Octal 170 7 132 0 136 31 65 474 131 31
Binary 1111000 111 1011010 0 1011110 11001 110101 100111100 1011001 11001

Color Harmonies of #78075A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78075A

Black with #78075A

Text Example


Text Example

White with #78075A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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