Html Css Color HEX #7C055F Eggplant

📋 copy color: '#7C055F'

red 124 ◦ green 5 ◦ blue 95

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

Shades of Eggplant #7C055F

Tints of Eggplant #7C055F

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.23%

 BLUE value IS 95 (37.5% from 255) = 42.41%

R = 55.36%
G = 2.23%
B = 42.41%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.23

 K value IS 0.51

RGB Variations

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

Color information

#7C055F (or 0x7C055F) is known color: Eggplant. HEX triplet: 7C, 05 and 5F. RGB value is (124,5,95). Sum of RGB (Red+Green+Blue) = 124+5+95=224 (29% of max value = 765). Red value is 124 (48.83% from 255 or 55.36% from 224); Green value is 5 (2.34% from 255 or 2.23% from 224); Blue value is 95 (37.5% from 255 or 42.41% from 224); Max value from RGB is 124 - color contains mainly: red. Hex color #7C055F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C055F is #83FAA0. Grayscale: #323232. Windows color (decimal): -8649377 or 6227324. OLE color: 6227324.

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

Color convert

RGB 124 5 95 -
CMYK 0 0.96 0.23 0.51
HSL 314.62º 0.92% 0.25% -
HSV(B) 314.62º 0.96% 0.49% -
XYZ 10.43 5.22 11.28 -
YUV 50.84 152.92 180.18 -
System Red Green Blue C M Y K H S L
Decimal 124 5 95 0 0.96 0.23 0.51 314.62 0.92 0.25
Hex 7C 5 5F 0 60 17 33 13B 5C 19
Octal 174 5 137 0 140 27 63 473 134 31
Binary 1111100 101 1011111 0 1100000 10111 110011 100111011 1011100 11001

Color Harmonies of #7C055F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C055F

Black with #7C055F

Text Example


Text Example

White with #7C055F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,5,95); }

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

background-color css

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

 a { background-color: rgb(124,5,95); }

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

border-color css

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

 span { border-color: rgb(124,5,95); }

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