Html Css Color HEX #780161 Eggplant

📋 copy color: '#780161'

red 120 ◦ green 1 ◦ blue 97

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

Shades of Eggplant #780161

Tints of Eggplant #780161

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.46%

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

R = 55.05%
G = 0.46%
B = 44.5%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.19

 K value IS 0.53

RGB Variations

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

Color information

#780161 (or 0x780161) is known color: Eggplant. HEX triplet: 78, 01 and 61. RGB value is (120,1,97). Sum of RGB (Red+Green+Blue) = 120+1+97=218 (28% of max value = 765). Red value is 120 (47.27% from 255 or 55.05% from 218); Green value is 1 (0.78% from 255 or 0.46% from 218); Blue value is 97 (38.28% from 255 or 44.50% from 218); Max value from RGB is 120 - color contains mainly: red. Hex color #780161 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780161 is #87FE9E. Grayscale: #2F2F2F. Windows color (decimal): -8912543 or 6357368. OLE color: 6357368.

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

Color convert

RGB 120 1 97 -
CMYK 0 0.99 0.19 0.53
HSL 311.6º 0.98% 0.24% -
HSV(B) 311.6º 0.99% 0.47% -
XYZ 9.91 4.88 11.73 -
YUV 47.53 155.92 179.69 -
System Red Green Blue C M Y K H S L
Decimal 120 1 97 0 0.99 0.19 0.53 311.6 0.98 0.24
Hex 78 1 61 0 63 13 35 138 62 18
Octal 170 1 141 0 143 23 65 470 142 30
Binary 1111000 1 1100001 0 1100011 10011 110101 100111000 1100010 11000

Color Harmonies of #780161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780161

Black with #780161

Text Example


Text Example

White with #780161

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #780161; }

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

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

background-color css

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

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

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

border-color css

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

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

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