Html Css Color HEX #7B0458 Eggplant

📋 copy color: '#7B0458'

red 123 ◦ green 4 ◦ blue 88

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

Shades of Eggplant #7B0458

Tints of Eggplant #7B0458

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.86%

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

R = 57.21%
G = 1.86%
B = 40.93%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.28

 K value IS 0.52

RGB Variations

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

Color information

#7B0458 (or 0x7B0458) is known color: Eggplant. HEX triplet: 7B, 04 and 58. RGB value is (123,4,88). Sum of RGB (Red+Green+Blue) = 123+4+88=215 (28% of max value = 765). Red value is 123 (48.44% from 255 or 57.21% from 215); Green value is 4 (1.95% from 255 or 1.86% from 215); Blue value is 88 (34.77% from 255 or 40.93% from 215); Max value from RGB is 123 - color contains mainly: red. Hex color #7B0458 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7B0458 is #84FBA7. Grayscale: #303030. Windows color (decimal): -8715176 or 5768315. OLE color: 5768315.

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

Color convert

RGB 123 4 88 -
CMYK 0 0.97 0.28 0.52
HSL 317.65º 0.94% 0.25% -
HSV(B) 317.65º 0.97% 0.48% -
XYZ 9.97 5 9.67 -
YUV 49.16 149.92 180.67 -
System Red Green Blue C M Y K H S L
Decimal 123 4 88 0 0.97 0.28 0.52 317.65 0.94 0.25
Hex 7B 4 58 0 61 1C 34 13E 5E 19
Octal 173 4 130 0 141 34 64 476 136 31
Binary 1111011 100 1011000 0 1100001 11100 110100 100111110 1011110 11001

Color Harmonies of #7B0458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B0458

Black with #7B0458

Text Example


Text Example

White with #7B0458

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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