Html Css Color HEX #7B075C Eggplant

📋 copy color: '#7B075C'

red 123 ◦ green 7 ◦ blue 92

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

Shades of Eggplant #7B075C

Tints of Eggplant #7B075C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 41.44%

R = 55.41%
G = 3.15%
B = 41.44%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.25

 K value IS 0.52

RGB Variations

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

Color information

#7B075C (or 0x7B075C) is known color: Eggplant. HEX triplet: 7B, 07 and 5C. RGB value is (123,7,92). Sum of RGB (Red+Green+Blue) = 123+7+92=222 (29% of max value = 765). Red value is 123 (48.44% from 255 or 55.41% from 222); Green value is 7 (3.12% from 255 or 3.15% from 222); Blue value is 92 (36.33% from 255 or 41.44% from 222); Max value from RGB is 123 - color contains mainly: red. Hex color #7B075C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7B075C is #84F8A3. Grayscale: #333333. Windows color (decimal): -8714404 or 6031227. OLE color: 6031227.

HSL color Cylindrical-coordinate representation of color #7B075C: hue angle of 316.03º 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 #7B075C is Cyan = 0, Magento = 0.94, Yellow = 0.25 and Black (K on CMYK) = 0.52.

Color convert

RGB 123 7 92 -
CMYK 0 0.94 0.25 0.52
HSL 316.03º 0.89% 0.25% -
HSV(B) 316.03º 0.94% 0.48% -
XYZ 10.18 5.14 10.58 -
YUV 51.37 150.93 179.09 -
System Red Green Blue C M Y K H S L
Decimal 123 7 92 0 0.94 0.25 0.52 316.03 0.89 0.25
Hex 7B 7 5C 0 5E 19 34 13C 59 19
Octal 173 7 134 0 136 31 64 474 131 31
Binary 1111011 111 1011100 0 1011110 11001 110100 100111100 1011001 11001

Color Harmonies of #7B075C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B075C

Black with #7B075C

Text Example


Text Example

White with #7B075C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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