Html Css Color HEX #7C025A Eggplant

📋 copy color: '#7C025A'

red 124 ◦ green 2 ◦ blue 90

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

Shades of Eggplant #7C025A

Tints of Eggplant #7C025A

RGB

 RED value IS 124 (48.83% from 255) = 57.41%

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

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

R = 57.41%
G = 0.93%
B = 41.67%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.27

 K value IS 0.51

RGB Variations

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

Color information

#7C025A (or 0x7C025A) is known color: Eggplant. HEX triplet: 7C, 02 and 5A. RGB value is (124,2,90). Sum of RGB (Red+Green+Blue) = 124+2+90=216 (28% of max value = 765). Red value is 124 (48.83% from 255 or 57.41% from 216); Green value is 2 (1.17% from 255 or 0.93% from 216); Blue value is 90 (35.55% from 255 or 41.67% from 216); Max value from RGB is 124 - color contains mainly: red. Hex color #7C025A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C025A is #83FDA5. Grayscale: #303030. Windows color (decimal): -8650150 or 5898876. OLE color: 5898876.

HSL color Cylindrical-coordinate representation of color #7C025A: hue angle of 316.72º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7C025A is Cyan = 0, Magento = 0.98, Yellow = 0.27 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 2 90 -
CMYK 0 0.98 0.27 0.51
HSL 316.72º 0.97% 0.25% -
HSV(B) 316.72º 0.98% 0.49% -
XYZ 10.18 5.07 10.11 -
YUV 48.51 151.42 181.84 -
System Red Green Blue C M Y K H S L
Decimal 124 2 90 0 0.98 0.27 0.51 316.72 0.97 0.25
Hex 7C 2 5A 0 62 1B 33 13D 61 19
Octal 174 2 132 0 142 33 63 475 141 31
Binary 1111100 10 1011010 0 1100010 11011 110011 100111101 1100001 11001

Color Harmonies of #7C025A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C025A

Black with #7C025A

Text Example


Text Example

White with #7C025A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7C025A; }

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

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

background-color css

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

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

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

border-color css

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

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

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