Html Css Color HEX #7B045E Eggplant

📋 copy color: '#7B045E'

red 123 ◦ green 4 ◦ blue 94

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

Shades of Eggplant #7B045E

Tints of Eggplant #7B045E

RGB

 RED value IS 123 (48.44% from 255) = 55.66%

 GREEN value IS 4 (1.95% from 255) = 1.81%

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

R = 55.66%
G = 1.81%
B = 42.53%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.24

 K value IS 0.52

RGB Variations

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

Color information

#7B045E (or 0x7B045E) is known color: Eggplant. HEX triplet: 7B, 04 and 5E. RGB value is (123,4,94). Sum of RGB (Red+Green+Blue) = 123+4+94=221 (29% of max value = 765). Red value is 123 (48.44% from 255 or 55.66% from 221); Green value is 4 (1.95% from 255 or 1.81% from 221); Blue value is 94 (37.11% from 255 or 42.53% from 221); Max value from RGB is 123 - color contains mainly: red. Hex color #7B045E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7B045E is #84FBA1. Grayscale: #313131. Windows color (decimal): -8715170 or 6161531. OLE color: 6161531.

HSL color Cylindrical-coordinate representation of color #7B045E: hue angle of 314.62º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7B045E is Cyan = 0, Magento = 0.97, Yellow = 0.24 and Black (K on CMYK) = 0.52.

Color convert

RGB 123 4 94 -
CMYK 0 0.97 0.24 0.52
HSL 314.62º 0.94% 0.25% -
HSV(B) 314.62º 0.97% 0.48% -
XYZ 10.23 5.11 11.04 -
YUV 49.84 152.92 180.18 -
System Red Green Blue C M Y K H S L
Decimal 123 4 94 0 0.97 0.24 0.52 314.62 0.94 0.25
Hex 7B 4 5E 0 61 18 34 13B 5E 19
Octal 173 4 136 0 141 30 64 473 136 31
Binary 1111011 100 1011110 0 1100001 11000 110100 100111011 1011110 11001

Color Harmonies of #7B045E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B045E

Black with #7B045E

Text Example


Text Example

White with #7B045E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,4,94); }

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

background-color css

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

 a { background-color: rgb(123,4,94); }

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

border-color css

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

 span { border-color: rgb(123,4,94); }

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