Html Css Color HEX #780360 Eggplant

📋 copy color: '#780360'

red 120 ◦ green 3 ◦ blue 96

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

Shades of Eggplant #780360

Tints of Eggplant #780360

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.37%

 BLUE value IS 96 (37.89% from 255) = 43.84%

R = 54.79%
G = 1.37%
B = 43.84%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.2

 K value IS 0.53

RGB Variations

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

Color information

#780360 (or 0x780360) is known color: Eggplant. HEX triplet: 78, 03 and 60. RGB value is (120,3,96). Sum of RGB (Red+Green+Blue) = 120+3+96=219 (29% of max value = 765). Red value is 120 (47.27% from 255 or 54.79% from 219); Green value is 3 (1.56% from 255 or 1.37% from 219); Blue value is 96 (37.89% from 255 or 43.84% from 219); Max value from RGB is 120 - color contains mainly: red. Hex color #780360 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780360 is #87FC9F. Grayscale: #303030. Windows color (decimal): -8912032 or 6292344. OLE color: 6292344.

HSL color Cylindrical-coordinate representation of color #780360: hue angle of 312.31º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #780360 is Cyan = 0, Magento = 0.98, Yellow = 0.2 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 3 96 -
CMYK 0 0.98 0.2 0.53
HSL 312.31º 0.95% 0.24% -
HSV(B) 312.31º 0.98% 0.47% -
XYZ 9.89 4.9 11.49 -
YUV 48.59 154.76 178.94 -
System Red Green Blue C M Y K H S L
Decimal 120 3 96 0 0.98 0.2 0.53 312.31 0.95 0.24
Hex 78 3 60 0 62 14 35 138 5F 18
Octal 170 3 140 0 142 24 65 470 137 30
Binary 1111000 11 1100000 0 1100010 10100 110101 100111000 1011111 11000

Color Harmonies of #780360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780360

Black with #780360

Text Example


Text Example

White with #780360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #780360; }

 p { color: rgb(120,3,96); }

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

background-color css

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

 a { background-color: rgb(120,3,96); }

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

border-color css

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

 span { border-color: rgb(120,3,96); }

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