Html Css Color HEX #78065B Eggplant

📋 copy color: '#78065B'

red 120 ◦ green 6 ◦ blue 91

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

Shades of Eggplant #78065B

Tints of Eggplant #78065B

RGB

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

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

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

R = 55.3%
G = 2.76%
B = 41.94%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.24

 K value IS 0.53

RGB Variations

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

Color information

#78065B (or 0x78065B) is known color: Eggplant. HEX triplet: 78, 06 and 5B. RGB value is (120,6,91). Sum of RGB (Red+Green+Blue) = 120+6+91=217 (28% of max value = 765). Red value is 120 (47.27% from 255 or 55.30% from 217); Green value is 6 (2.73% from 255 or 2.76% from 217); Blue value is 91 (35.94% from 255 or 41.94% from 217); Max value from RGB is 120 - color contains mainly: red. Hex color #78065B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #78065B is #87F9A4. Grayscale: #313131. Windows color (decimal): -8911269 or 5965432. OLE color: 5965432.

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

Color convert

RGB 120 6 91 -
CMYK 0 0.95 0.24 0.53
HSL 315.26º 0.9% 0.25% -
HSV(B) 315.26º 0.95% 0.47% -
XYZ 9.7 4.88 10.33 -
YUV 49.78 151.27 178.09 -
System Red Green Blue C M Y K H S L
Decimal 120 6 91 0 0.95 0.24 0.53 315.26 0.9 0.25
Hex 78 6 5B 0 5F 18 35 13B 5A 19
Octal 170 6 133 0 137 30 65 473 132 31
Binary 1111000 110 1011011 0 1011111 11000 110101 100111011 1011010 11001

Color Harmonies of #78065B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78065B

Black with #78065B

Text Example


Text Example

White with #78065B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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