Html Css Color HEX #7C015D Eggplant

📋 copy color: '#7C015D'

red 124 ◦ green 1 ◦ blue 93

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

Shades of Eggplant #7C015D

Tints of Eggplant #7C015D

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.46%

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

R = 56.88%
G = 0.46%
B = 42.66%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.25

 K value IS 0.51

RGB Variations

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

Color information

#7C015D (or 0x7C015D) is known color: Eggplant. HEX triplet: 7C, 01 and 5D. RGB value is (124,1,93). Sum of RGB (Red+Green+Blue) = 124+1+93=218 (28% of max value = 765). Red value is 124 (48.83% from 255 or 56.88% from 218); Green value is 1 (0.78% from 255 or 0.46% from 218); Blue value is 93 (36.72% from 255 or 42.66% from 218); Max value from RGB is 124 - color contains mainly: red. Hex color #7C015D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C015D is #83FEA2. Grayscale: #303030. Windows color (decimal): -8650403 or 6095228. OLE color: 6095228.

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

Color convert

RGB 124 1 93 -
CMYK 0 0.99 0.25 0.51
HSL 315.12º 0.98% 0.25% -
HSV(B) 315.12º 0.99% 0.49% -
XYZ 10.3 5.1 10.8 -
YUV 48.27 153.25 182.02 -
System Red Green Blue C M Y K H S L
Decimal 124 1 93 0 0.99 0.25 0.51 315.12 0.98 0.25
Hex 7C 1 5D 0 63 19 33 13B 62 19
Octal 174 1 135 0 143 31 63 473 142 31
Binary 1111100 1 1011101 0 1100011 11001 110011 100111011 1100010 11001

Color Harmonies of #7C015D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C015D

Black with #7C015D

Text Example


Text Example

White with #7C015D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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