Html Css Color HEX #77025A Eggplant

📋 copy color: '#77025A'

red 119 ◦ green 2 ◦ blue 90

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

Shades of Eggplant #77025A

Tints of Eggplant #77025A

RGB

 RED value IS 119 (46.88% from 255) = 56.4%

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

 BLUE value IS 90 (35.55% from 255) = 42.65%

R = 56.4%
G = 0.95%
B = 42.65%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.24

 K value IS 0.53

RGB Variations

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

Color information

#77025A (or 0x77025A) is known color: Eggplant. HEX triplet: 77, 02 and 5A. RGB value is (119,2,90). Sum of RGB (Red+Green+Blue) = 119+2+90=211 (27% of max value = 765). Red value is 119 (46.88% from 255 or 56.40% from 211); Green value is 2 (1.17% from 255 or 0.95% from 211); Blue value is 90 (35.55% from 255 or 42.65% from 211); Max value from RGB is 119 - color contains mainly: red. Hex color #77025A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #77025A is #88FDA5. Grayscale: #2E2E2E. Windows color (decimal): -8977830 or 5898871. OLE color: 5898871.

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

Color convert

RGB 119 2 90 -
CMYK 0 0.98 0.24 0.53
HSL 314.87º 0.97% 0.24% -
HSV(B) 314.87º 0.98% 0.47% -
XYZ 9.47 4.7 10.08 -
YUV 47.02 152.26 179.34 -
System Red Green Blue C M Y K H S L
Decimal 119 2 90 0 0.98 0.24 0.53 314.87 0.97 0.24
Hex 77 2 5A 0 62 18 35 13B 61 18
Octal 167 2 132 0 142 30 65 473 141 30
Binary 1110111 10 1011010 0 1100010 11000 110101 100111011 1100001 11000

Color Harmonies of #77025A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77025A

Black with #77025A

Text Example


Text Example

White with #77025A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77025A; }

 p { color: rgb(119,2,90); }

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

background-color css

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

 a { background-color: rgb(119,2,90); }

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

border-color css

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

 span { border-color: rgb(119,2,90); }

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