Html Css Color HEX #7B075F Eggplant

📋 copy color: '#7B075F'

red 123 ◦ green 7 ◦ blue 95

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

Shades of Eggplant #7B075F

Tints of Eggplant #7B075F

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.11%

 BLUE value IS 95 (37.5% from 255) = 42.22%

R = 54.67%
G = 3.11%
B = 42.22%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.23

 K value IS 0.52

RGB Variations

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

Color information

#7B075F (or 0x7B075F) is known color: Eggplant. HEX triplet: 7B, 07 and 5F. RGB value is (123,7,95). Sum of RGB (Red+Green+Blue) = 123+7+95=225 (29% of max value = 765). Red value is 123 (48.44% from 255 or 54.67% from 225); Green value is 7 (3.12% from 255 or 3.11% from 225); Blue value is 95 (37.5% from 255 or 42.22% from 225); Max value from RGB is 123 - color contains mainly: red. Hex color #7B075F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7B075F is #84F8A0. Grayscale: #333333. Windows color (decimal): -8714401 or 6227835. OLE color: 6227835.

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

Color convert

RGB 123 7 95 -
CMYK 0 0.94 0.23 0.52
HSL 314.48º 0.89% 0.25% -
HSV(B) 314.48º 0.94% 0.48% -
XYZ 10.31 5.19 11.28 -
YUV 51.72 152.43 178.84 -
System Red Green Blue C M Y K H S L
Decimal 123 7 95 0 0.94 0.23 0.52 314.48 0.89 0.25
Hex 7B 7 5F 0 5E 17 34 13A 59 19
Octal 173 7 137 0 136 27 64 472 131 31
Binary 1111011 111 1011111 0 1011110 10111 110100 100111010 1011001 11001

Color Harmonies of #7B075F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B075F

Black with #7B075F

Text Example


Text Example

White with #7B075F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,7,95); }

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

background-color css

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

 a { background-color: rgb(123,7,95); }

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

border-color css

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

 span { border-color: rgb(123,7,95); }

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