Html Css Color HEX #7C095E Eggplant

📋 copy color: '#7C095E'

red 124 ◦ green 9 ◦ blue 94

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

Shades of Eggplant #7C095E

Tints of Eggplant #7C095E

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.96%

 BLUE value IS 94 (37.11% from 255) = 41.41%

R = 54.63%
G = 3.96%
B = 41.41%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.24

 K value IS 0.51

RGB Variations

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

Color information

#7C095E (or 0x7C095E) is known color: Eggplant. HEX triplet: 7C, 09 and 5E. RGB value is (124,9,94). Sum of RGB (Red+Green+Blue) = 124+9+94=227 (30% of max value = 765). Red value is 124 (48.83% from 255 or 54.63% from 227); Green value is 9 (3.91% from 255 or 3.96% from 227); Blue value is 94 (37.11% from 255 or 41.41% from 227); Max value from RGB is 124 - color contains mainly: red. Hex color #7C095E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C095E is #83F6A1. Grayscale: #343434. Windows color (decimal): -8648354 or 6162812. OLE color: 6162812.

HSL color Cylindrical-coordinate representation of color #7C095E: hue angle of 315.65º degrees, saturation: 0.86, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7C095E is Cyan = 0, Magento = 0.93, Yellow = 0.24 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 9 94 -
CMYK 0 0.93 0.24 0.51
HSL 315.65º 0.86% 0.26% -
HSV(B) 315.65º 0.93% 0.49% -
XYZ 10.43 5.29 11.06 -
YUV 53.08 151.1 178.59 -
System Red Green Blue C M Y K H S L
Decimal 124 9 94 0 0.93 0.24 0.51 315.65 0.86 0.26
Hex 7C 9 5E 0 5D 18 33 13C 56 1A
Octal 174 11 136 0 135 30 63 474 126 32
Binary 1111100 1001 1011110 0 1011101 11000 110011 100111100 1010110 11010

Color Harmonies of #7C095E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C095E

Black with #7C095E

Text Example


Text Example

White with #7C095E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,9,94); }

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

background-color css

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

 a { background-color: rgb(124,9,94); }

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

border-color css

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

 span { border-color: rgb(124,9,94); }

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