Html Css Color HEX #78095C Eggplant

📋 copy color: '#78095C'

red 120 ◦ green 9 ◦ blue 92

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

Shades of Eggplant #78095C

Tints of Eggplant #78095C

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.07%

 BLUE value IS 92 (36.33% from 255) = 41.63%

R = 54.3%
G = 4.07%
B = 41.63%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.23

 K value IS 0.53

RGB Variations

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

Color information

#78095C (or 0x78095C) is known color: Eggplant. HEX triplet: 78, 09 and 5C. RGB value is (120,9,92). Sum of RGB (Red+Green+Blue) = 120+9+92=221 (29% of max value = 765). Red value is 120 (47.27% from 255 or 54.30% from 221); Green value is 9 (3.91% from 255 or 4.07% from 221); Blue value is 92 (36.33% from 255 or 41.63% from 221); Max value from RGB is 120 - color contains mainly: red. Hex color #78095C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #78095C is #87F6A3. Grayscale: #333333. Windows color (decimal): -8910500 or 6031736. OLE color: 6031736.

HSL color Cylindrical-coordinate representation of color #78095C: hue angle of 315.14º degrees, saturation: 0.86, 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 #78095C is Cyan = 0, Magento = 0.92, Yellow = 0.23 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 9 92 -
CMYK 0 0.92 0.23 0.53
HSL 315.14º 0.86% 0.25% -
HSV(B) 315.14º 0.93% 0.47% -
XYZ 9.78 4.96 10.57 -
YUV 51.65 150.77 176.75 -
System Red Green Blue C M Y K H S L
Decimal 120 9 92 0 0.92 0.23 0.53 315.14 0.86 0.25
Hex 78 9 5C 0 5C 17 35 13B 56 19
Octal 170 11 134 0 134 27 65 473 126 31
Binary 1111000 1001 1011100 0 1011100 10111 110101 100111011 1010110 11001

Color Harmonies of #78095C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78095C

Black with #78095C

Text Example


Text Example

White with #78095C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78095C; }

 p { color: rgb(120,9,92); }

 H1.HeaderClassName
 {
   color: #78095C;
 }
 .AnyTagClassName
 {
   color: #78095C;
 }
</style>

background-color css

<style>
 a { background-color: #78095C; }

 a { background-color: rgb(120,9,92); }

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

border-color css

<style>
 span { border-color: #78095C; }

 span { border-color: rgb(120,9,92); }

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