Html Css Color HEX #780260 Eggplant

📋 copy color: '#780260'

red 120 ◦ green 2 ◦ blue 96

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

Shades of Eggplant #780260

Tints of Eggplant #780260

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.92%

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

R = 55.05%
G = 0.92%
B = 44.04%

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

#780260 (or 0x780260) is known color: Eggplant. HEX triplet: 78, 02 and 60. RGB value is (120,2,96). Sum of RGB (Red+Green+Blue) = 120+2+96=218 (28% of max value = 765). Red value is 120 (47.27% from 255 or 55.05% from 218); Green value is 2 (1.17% from 255 or 0.92% from 218); Blue value is 96 (37.89% from 255 or 44.04% from 218); Max value from RGB is 120 - color contains mainly: red. Hex color #780260 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780260 is #87FD9F. Grayscale: #2F2F2F. Windows color (decimal): -8912288 or 6292088. OLE color: 6292088.

HSL color Cylindrical-coordinate representation of color #780260: hue angle of 312.2º degrees, saturation: 0.97, 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 #780260 is Cyan = 0, Magento = 0.98, Yellow = 0.2 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 2 96 -
CMYK 0 0.98 0.2 0.53
HSL 312.2º 0.97% 0.24% -
HSV(B) 312.2º 0.98% 0.47% -
XYZ 9.88 4.88 11.49 -
YUV 48 155.09 179.36 -
System Red Green Blue C M Y K H S L
Decimal 120 2 96 0 0.98 0.2 0.53 312.2 0.97 0.24
Hex 78 2 60 0 62 14 35 138 61 18
Octal 170 2 140 0 142 24 65 470 141 30
Binary 1111000 10 1100000 0 1100010 10100 110101 100111000 1100001 11000

Color Harmonies of #780260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780260

Black with #780260

Text Example


Text Example

White with #780260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #780260; }

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

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

background-color css

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

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

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

border-color css

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

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

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