Html Css Color HEX #7B0156 Eggplant

📋 copy color: '#7B0156'

red 123 ◦ green 1 ◦ blue 86

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

Shades of Eggplant #7B0156

Tints of Eggplant #7B0156

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 40.95%

R = 58.57%
G = 0.48%
B = 40.95%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.30

 K value IS 0.52

RGB Variations

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

Color information

#7B0156 (or 0x7B0156) is known color: Eggplant. HEX triplet: 7B, 01 and 56. RGB value is (123,1,86). Sum of RGB (Red+Green+Blue) = 123+1+86=210 (27% of max value = 765). Red value is 123 (48.44% from 255 or 58.57% from 210); Green value is 1 (0.78% from 255 or 0.48% from 210); Blue value is 86 (33.98% from 255 or 40.95% from 210); Max value from RGB is 123 - color contains mainly: red. Hex color #7B0156 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7B0156 is #84FEA9. Grayscale: #2E2E2E. Windows color (decimal): -8715946 or 5636475. OLE color: 5636475.

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

Color convert

RGB 123 1 86 -
CMYK 0 0.99 0.30 0.52
HSL 318.2º 0.98% 0.24% -
HSV(B) 318.2º 0.99% 0.48% -
XYZ 9.86 4.9 9.23 -
YUV 47.17 149.92 182.09 -
System Red Green Blue C M Y K H S L
Decimal 123 1 86 0 0.99 0.30 0.52 318.2 0.98 0.24
Hex 7B 1 56 0 63 1E 34 13E 62 18
Octal 173 1 126 0 143 36 64 476 142 30
Binary 1111011 1 1010110 0 1100011 11110 110100 100111110 1100010 11000

Color Harmonies of #7B0156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B0156

Black with #7B0156

Text Example


Text Example

White with #7B0156

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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