Html Css Color HEX #7C105A Eggplant

📋 copy color: '#7C105A'

red 124 ◦ green 16 ◦ blue 90

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

Shades of Eggplant #7C105A

Tints of Eggplant #7C105A

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.96%

 BLUE value IS 90 (35.55% from 255) = 39.13%

R = 53.91%
G = 6.96%
B = 39.13%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.27

 K value IS 0.51

RGB Variations

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

Color information

#7C105A (or 0x7C105A) is known color: Eggplant. HEX triplet: 7C, 10 and 5A. RGB value is (124,16,90). Sum of RGB (Red+Green+Blue) = 124+16+90=230 (30% of max value = 765). Red value is 124 (48.83% from 255 or 53.91% from 230); Green value is 16 (6.64% from 255 or 6.96% from 230); Blue value is 90 (35.55% from 255 or 39.13% from 230); Max value from RGB is 124 - color contains mainly: red. Hex color #7C105A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C105A is #83EFA5. Grayscale: #383838. Windows color (decimal): -8646566 or 5902460. OLE color: 5902460.

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

Color convert

RGB 124 16 90 -
CMYK 0 0.87 0.27 0.51
HSL 318.89º 0.77% 0.27% -
HSV(B) 318.89º 0.87% 0.49% -
XYZ 10.34 5.39 10.17 -
YUV 56.73 146.78 175.98 -
System Red Green Blue C M Y K H S L
Decimal 124 16 90 0 0.87 0.27 0.51 318.89 0.77 0.27
Hex 7C 10 5A 0 57 1B 33 13F 4D 1B
Octal 174 20 132 0 127 33 63 477 115 33
Binary 1111100 10000 1011010 0 1010111 11011 110011 100111111 1001101 11011

Color Harmonies of #7C105A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C105A

Black with #7C105A

Text Example


Text Example

White with #7C105A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,16,90); }

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

background-color css

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

 a { background-color: rgb(124,16,90); }

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

border-color css

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

 span { border-color: rgb(124,16,90); }

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