Html Css Color HEX #7C0D5D Eggplant

📋 copy color: '#7C0D5D'

red 124 ◦ green 13 ◦ blue 93

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

Shades of Eggplant #7C0D5D

Tints of Eggplant #7C0D5D

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.65%

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

R = 53.91%
G = 5.65%
B = 40.43%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.25

 K value IS 0.51

RGB Variations

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

Color information

#7C0D5D (or 0x7C0D5D) is known color: Eggplant. HEX triplet: 7C, 0D and 5D. RGB value is (124,13,93). Sum of RGB (Red+Green+Blue) = 124+13+93=230 (30% of max value = 765). Red value is 124 (48.83% from 255 or 53.91% from 230); Green value is 13 (5.47% from 255 or 5.65% from 230); Blue value is 93 (36.72% from 255 or 40.43% from 230); Max value from RGB is 124 - color contains mainly: red. Hex color #7C0D5D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C0D5D is #83F2A2. Grayscale: #373737. Windows color (decimal): -8647331 or 6098300. OLE color: 6098300.

HSL color Cylindrical-coordinate representation of color #7C0D5D: hue angle of 316.76º degrees, saturation: 0.81, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7C0D5D is Cyan = 0, Magento = 0.90, Yellow = 0.25 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 13 93 -
CMYK 0 0.90 0.25 0.51
HSL 316.76º 0.81% 0.27% -
HSV(B) 316.76º 0.9% 0.49% -
XYZ 10.43 5.36 10.84 -
YUV 55.31 149.27 177 -
System Red Green Blue C M Y K H S L
Decimal 124 13 93 0 0.90 0.25 0.51 316.76 0.81 0.27
Hex 7C D 5D 0 5A 19 33 13D 51 1B
Octal 174 15 135 0 132 31 63 475 121 33
Binary 1111100 1101 1011101 0 1011010 11001 110011 100111101 1010001 11011

Color Harmonies of #7C0D5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C0D5D

Black with #7C0D5D

Text Example


Text Example

White with #7C0D5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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