Html Css Color HEX #7C025E Eggplant

📋 copy color: '#7C025E'

red 124 ◦ green 2 ◦ blue 94

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

Shades of Eggplant #7C025E

Tints of Eggplant #7C025E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 42.73%

R = 56.36%
G = 0.91%
B = 42.73%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.24

 K value IS 0.51

RGB Variations

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

Color information

#7C025E (or 0x7C025E) is known color: Eggplant. HEX triplet: 7C, 02 and 5E. RGB value is (124,2,94). Sum of RGB (Red+Green+Blue) = 124+2+94=220 (29% of max value = 765). Red value is 124 (48.83% from 255 or 56.36% from 220); Green value is 2 (1.17% from 255 or 0.91% from 220); Blue value is 94 (37.11% from 255 or 42.73% from 220); Max value from RGB is 124 - color contains mainly: red. Hex color #7C025E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C025E is #83FDA1. Grayscale: #303030. Windows color (decimal): -8650146 or 6161020. OLE color: 6161020.

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

Color convert

RGB 124 2 94 -
CMYK 0 0.98 0.24 0.51
HSL 314.75º 0.97% 0.25% -
HSV(B) 314.75º 0.98% 0.49% -
XYZ 10.35 5.14 11.04 -
YUV 48.97 153.42 181.52 -
System Red Green Blue C M Y K H S L
Decimal 124 2 94 0 0.98 0.24 0.51 314.75 0.97 0.25
Hex 7C 2 5E 0 62 18 33 13B 61 19
Octal 174 2 136 0 142 30 63 473 141 31
Binary 1111100 10 1011110 0 1100010 11000 110011 100111011 1100001 11001

Color Harmonies of #7C025E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C025E

Black with #7C025E

Text Example


Text Example

White with #7C025E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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