Html Css Color HEX #780261 Eggplant

📋 copy color: '#780261'

red 120 ◦ green 2 ◦ blue 97

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

Shades of Eggplant #780261

Tints of Eggplant #780261

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 44.29%

R = 54.79%
G = 0.91%
B = 44.29%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.19

 K value IS 0.53

RGB Variations

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

Color information

#780261 (or 0x780261) is known color: Eggplant. HEX triplet: 78, 02 and 61. RGB value is (120,2,97). Sum of RGB (Red+Green+Blue) = 120+2+97=219 (29% of max value = 765). Red value is 120 (47.27% from 255 or 54.79% from 219); Green value is 2 (1.17% from 255 or 0.91% from 219); Blue value is 97 (38.28% from 255 or 44.29% from 219); Max value from RGB is 120 - color contains mainly: red. Hex color #780261 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780261 is #87FD9E. Grayscale: #2F2F2F. Windows color (decimal): -8912287 or 6357624. OLE color: 6357624.

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

Color convert

RGB 120 2 97 -
CMYK 0 0.98 0.19 0.53
HSL 311.69º 0.97% 0.24% -
HSV(B) 311.69º 0.98% 0.47% -
XYZ 9.93 4.9 11.73 -
YUV 48.11 155.59 179.28 -
System Red Green Blue C M Y K H S L
Decimal 120 2 97 0 0.98 0.19 0.53 311.69 0.97 0.24
Hex 78 2 61 0 62 13 35 138 61 18
Octal 170 2 141 0 142 23 65 470 141 30
Binary 1111000 10 1100001 0 1100010 10011 110101 100111000 1100001 11000

Color Harmonies of #780261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780261

Black with #780261

Text Example


Text Example

White with #780261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #780261; }

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

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

background-color css

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

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

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

border-color css

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

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

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