Html Css Color HEX #78065E Eggplant

📋 copy color: '#78065E'

red 120 ◦ green 6 ◦ blue 94

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

Shades of Eggplant #78065E

Tints of Eggplant #78065E

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.73%

 BLUE value IS 94 (37.11% from 255) = 42.73%

R = 54.55%
G = 2.73%
B = 42.73%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.22

 K value IS 0.53

RGB Variations

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

Color information

#78065E (or 0x78065E) is known color: Eggplant. HEX triplet: 78, 06 and 5E. RGB value is (120,6,94). Sum of RGB (Red+Green+Blue) = 120+6+94=220 (29% of max value = 765). Red value is 120 (47.27% from 255 or 54.55% from 220); Green value is 6 (2.73% from 255 or 2.73% from 220); Blue value is 94 (37.11% from 255 or 42.73% from 220); Max value from RGB is 120 - color contains mainly: red. Hex color #78065E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #78065E is #87F9A1. Grayscale: #313131. Windows color (decimal): -8911266 or 6162040. OLE color: 6162040.

HSL color Cylindrical-coordinate representation of color #78065E: hue angle of 313.68º degrees, saturation: 0.9, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #78065E is Cyan = 0, Magento = 0.95, Yellow = 0.22 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 6 94 -
CMYK 0 0.95 0.22 0.53
HSL 313.68º 0.9% 0.25% -
HSV(B) 313.68º 0.95% 0.47% -
XYZ 9.83 4.93 11.02 -
YUV 50.12 152.77 177.84 -
System Red Green Blue C M Y K H S L
Decimal 120 6 94 0 0.95 0.22 0.53 313.68 0.9 0.25
Hex 78 6 5E 0 5F 16 35 13A 5A 19
Octal 170 6 136 0 137 26 65 472 132 31
Binary 1111000 110 1011110 0 1011111 10110 110101 100111010 1011010 11001

Color Harmonies of #78065E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78065E

Black with #78065E

Text Example


Text Example

White with #78065E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78065E; }

 p { color: rgb(120,6,94); }

 H1.HeaderClassName
 {
   color: #78065E;
 }
 .AnyTagClassName
 {
   color: #78065E;
 }
</style>

background-color css

<style>
 a { background-color: #78065E; }

 a { background-color: rgb(120,6,94); }

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

border-color css

<style>
 span { border-color: #78065E; }

 span { border-color: rgb(120,6,94); }

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