Html Css Color HEX #7C075D Eggplant

📋 copy color: '#7C075D'

red 124 ◦ green 7 ◦ blue 93

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

Shades of Eggplant #7C075D

Tints of Eggplant #7C075D

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.13%

 BLUE value IS 93 (36.72% from 255) = 41.52%

R = 55.36%
G = 3.13%
B = 41.52%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.25

 K value IS 0.51

RGB Variations

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

Color information

#7C075D (or 0x7C075D) is known color: Eggplant. HEX triplet: 7C, 07 and 5D. RGB value is (124,7,93). Sum of RGB (Red+Green+Blue) = 124+7+93=224 (29% of max value = 765). Red value is 124 (48.83% from 255 or 55.36% from 224); Green value is 7 (3.12% from 255 or 3.12% from 224); Blue value is 93 (36.72% from 255 or 41.52% from 224); Max value from RGB is 124 - color contains mainly: red. Hex color #7C075D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C075D is #83F8A2. Grayscale: #333333. Windows color (decimal): -8648867 or 6096764. OLE color: 6096764.

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

Color convert

RGB 124 7 93 -
CMYK 0 0.94 0.25 0.51
HSL 315.9º 0.89% 0.26% -
HSV(B) 315.9º 0.94% 0.49% -
XYZ 10.36 5.23 10.82 -
YUV 51.79 151.26 179.51 -
System Red Green Blue C M Y K H S L
Decimal 124 7 93 0 0.94 0.25 0.51 315.9 0.89 0.26
Hex 7C 7 5D 0 5E 19 33 13C 59 1A
Octal 174 7 135 0 136 31 63 474 131 32
Binary 1111100 111 1011101 0 1011110 11001 110011 100111100 1011001 11010

Color Harmonies of #7C075D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C075D

Black with #7C075D

Text Example


Text Example

White with #7C075D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,7,93); }

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

background-color css

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

 a { background-color: rgb(124,7,93); }

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

border-color css

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

 span { border-color: rgb(124,7,93); }

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