Html Css Color HEX #7C015B Eggplant

📋 copy color: '#7C015B'

red 124 ◦ green 1 ◦ blue 91

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

Shades of Eggplant #7C015B

Tints of Eggplant #7C015B

RGB

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

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

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

R = 57.41%
G = 0.46%
B = 42.13%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.27

 K value IS 0.51

RGB Variations

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

Color information

#7C015B (or 0x7C015B) is known color: Eggplant. HEX triplet: 7C, 01 and 5B. RGB value is (124,1,91). Sum of RGB (Red+Green+Blue) = 124+1+91=216 (28% of max value = 765). Red value is 124 (48.83% from 255 or 57.41% from 216); Green value is 1 (0.78% from 255 or 0.46% from 216); Blue value is 91 (35.94% from 255 or 42.13% from 216); Max value from RGB is 124 - color contains mainly: red. Hex color #7C015B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C015B is #83FEA4. Grayscale: #2F2F2F. Windows color (decimal): -8650405 or 5964156. OLE color: 5964156.

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

Color convert

RGB 124 1 91 -
CMYK 0 0.99 0.27 0.51
HSL 316.1º 0.98% 0.25% -
HSV(B) 316.1º 0.99% 0.49% -
XYZ 10.21 5.06 10.34 -
YUV 48.04 152.25 182.18 -
System Red Green Blue C M Y K H S L
Decimal 124 1 91 0 0.99 0.27 0.51 316.1 0.98 0.25
Hex 7C 1 5B 0 63 1B 33 13C 62 19
Octal 174 1 133 0 143 33 63 474 142 31
Binary 1111100 1 1011011 0 1100011 11011 110011 100111100 1100010 11001

Color Harmonies of #7C015B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C015B

Black with #7C015B

Text Example


Text Example

White with #7C015B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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