Html Css Color HEX #7B0158 Eggplant

📋 copy color: '#7B0158'

red 123 ◦ green 1 ◦ blue 88

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

Shades of Eggplant #7B0158

Tints of Eggplant #7B0158

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 41.51%

R = 58.02%
G = 0.47%
B = 41.51%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.28

 K value IS 0.52

RGB Variations

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

Color information

#7B0158 (or 0x7B0158) is known color: Eggplant. HEX triplet: 7B, 01 and 58. RGB value is (123,1,88). Sum of RGB (Red+Green+Blue) = 123+1+88=212 (28% of max value = 765). Red value is 123 (48.44% from 255 or 58.02% from 212); Green value is 1 (0.78% from 255 or 0.47% from 212); Blue value is 88 (34.77% from 255 or 41.51% from 212); Max value from RGB is 123 - color contains mainly: red. Hex color #7B0158 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7B0158 is #84FEA7. Grayscale: #2F2F2F. Windows color (decimal): -8715944 or 5767547. OLE color: 5767547.

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

Color convert

RGB 123 1 88 -
CMYK 0 0.99 0.28 0.52
HSL 317.21º 0.98% 0.24% -
HSV(B) 317.21º 0.99% 0.48% -
XYZ 9.94 4.94 9.66 -
YUV 47.4 150.92 181.93 -
System Red Green Blue C M Y K H S L
Decimal 123 1 88 0 0.99 0.28 0.52 317.21 0.98 0.24
Hex 7B 1 58 0 63 1C 34 13D 62 18
Octal 173 1 130 0 143 34 64 475 142 30
Binary 1111011 1 1011000 0 1100011 11100 110100 100111101 1100010 11000

Color Harmonies of #7B0158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B0158

Black with #7B0158

Text Example


Text Example

White with #7B0158

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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