Html Css Color HEX #7B0160 Eggplant

📋 copy color: '#7B0160'

red 123 ◦ green 1 ◦ blue 96

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

Shades of Eggplant #7B0160

Tints of Eggplant #7B0160

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.45%

 BLUE value IS 96 (37.89% from 255) = 43.64%

R = 55.91%
G = 0.45%
B = 43.64%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.22

 K value IS 0.52

RGB Variations

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

Color information

#7B0160 (or 0x7B0160) is known color: Eggplant. HEX triplet: 7B, 01 and 60. RGB value is (123,1,96). Sum of RGB (Red+Green+Blue) = 123+1+96=220 (29% of max value = 765). Red value is 123 (48.44% from 255 or 55.91% from 220); Green value is 1 (0.78% from 255 or 0.45% from 220); Blue value is 96 (37.89% from 255 or 43.64% from 220); Max value from RGB is 123 - color contains mainly: red. Hex color #7B0160 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7B0160 is #84FE9F. Grayscale: #303030. Windows color (decimal): -8715936 or 6291835. OLE color: 6291835.

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

Color convert

RGB 123 1 96 -
CMYK 0 0.99 0.22 0.52
HSL 313.28º 0.98% 0.24% -
HSV(B) 313.28º 0.99% 0.48% -
XYZ 10.29 5.08 11.5 -
YUV 48.31 154.92 181.28 -
System Red Green Blue C M Y K H S L
Decimal 123 1 96 0 0.99 0.22 0.52 313.28 0.98 0.24
Hex 7B 1 60 0 63 16 34 139 62 18
Octal 173 1 140 0 143 26 64 471 142 30
Binary 1111011 1 1100000 0 1100011 10110 110100 100111001 1100010 11000

Color Harmonies of #7B0160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B0160

Black with #7B0160

Text Example


Text Example

White with #7B0160

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,1,96); }

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

background-color css

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

 a { background-color: rgb(123,1,96); }

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

border-color css

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

 span { border-color: rgb(123,1,96); }

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