Html Css Color HEX #7C0E59 Eggplant

📋 copy color: '#7C0E59'

red 124 ◦ green 14 ◦ blue 89

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

Shades of Eggplant #7C0E59

Tints of Eggplant #7C0E59

RGB

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

 GREEN value IS 14 (5.86% from 255) = 6.17%

 BLUE value IS 89 (35.16% from 255) = 39.21%

R = 54.63%
G = 6.17%
B = 39.21%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.28

 K value IS 0.51

RGB Variations

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

Color information

#7C0E59 (or 0x7C0E59) is known color: Eggplant. HEX triplet: 7C, 0E and 59. RGB value is (124,14,89). Sum of RGB (Red+Green+Blue) = 124+14+89=227 (30% of max value = 765). Red value is 124 (48.83% from 255 or 54.63% from 227); Green value is 14 (5.86% from 255 or 6.17% from 227); Blue value is 89 (35.16% from 255 or 39.21% from 227); Max value from RGB is 124 - color contains mainly: red. Hex color #7C0E59 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C0E59 is #83F1A6. Grayscale: #373737. Windows color (decimal): -8647079 or 5836412. OLE color: 5836412.

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

Color convert

RGB 124 14 89 -
CMYK 0 0.89 0.28 0.51
HSL 319.09º 0.8% 0.27% -
HSV(B) 319.09º 0.89% 0.49% -
XYZ 10.27 5.32 9.94 -
YUV 55.44 146.94 176.9 -
System Red Green Blue C M Y K H S L
Decimal 124 14 89 0 0.89 0.28 0.51 319.09 0.8 0.27
Hex 7C E 59 0 59 1C 33 13F 50 1B
Octal 174 16 131 0 131 34 63 477 120 33
Binary 1111100 1110 1011001 0 1011001 11100 110011 100111111 1010000 11011

Color Harmonies of #7C0E59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C0E59

Black with #7C0E59

Text Example


Text Example

White with #7C0E59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,14,89); }

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

background-color css

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

 a { background-color: rgb(124,14,89); }

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

border-color css

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

 span { border-color: rgb(124,14,89); }

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