Html Css Color HEX #7C075B Eggplant

📋 copy color: '#7C075B'

red 124 ◦ green 7 ◦ blue 91

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

Shades of Eggplant #7C075B

Tints of Eggplant #7C075B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 40.99%

R = 55.86%
G = 3.15%
B = 40.99%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.27

 K value IS 0.51

RGB Variations

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

Color information

#7C075B (or 0x7C075B) is known color: Eggplant. HEX triplet: 7C, 07 and 5B. RGB value is (124,7,91). Sum of RGB (Red+Green+Blue) = 124+7+91=222 (29% of max value = 765). Red value is 124 (48.83% from 255 or 55.86% from 222); Green value is 7 (3.12% from 255 or 3.15% from 222); Blue value is 91 (35.94% from 255 or 40.99% from 222); Max value from RGB is 124 - color contains mainly: red. Hex color #7C075B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C075B is #83F8A4. Grayscale: #333333. Windows color (decimal): -8648869 or 5965692. OLE color: 5965692.

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

Color convert

RGB 124 7 91 -
CMYK 0 0.94 0.27 0.51
HSL 316.92º 0.89% 0.26% -
HSV(B) 316.92º 0.94% 0.49% -
XYZ 10.28 5.19 10.36 -
YUV 51.56 150.26 179.67 -
System Red Green Blue C M Y K H S L
Decimal 124 7 91 0 0.94 0.27 0.51 316.92 0.89 0.26
Hex 7C 7 5B 0 5E 1B 33 13D 59 1A
Octal 174 7 133 0 136 33 63 475 131 32
Binary 1111100 111 1011011 0 1011110 11011 110011 100111101 1011001 11010

Color Harmonies of #7C075B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C075B

Black with #7C075B

Text Example


Text Example

White with #7C075B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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