Html Css Color HEX #7B015E Eggplant

📋 copy color: '#7B015E'

red 123 ◦ green 1 ◦ blue 94

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

Shades of Eggplant #7B015E

Tints of Eggplant #7B015E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 43.12%

R = 56.42%
G = 0.46%
B = 43.12%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.24

 K value IS 0.52

RGB Variations

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

Color information

#7B015E (or 0x7B015E) is known color: Eggplant. HEX triplet: 7B, 01 and 5E. RGB value is (123,1,94). Sum of RGB (Red+Green+Blue) = 123+1+94=218 (28% of max value = 765). Red value is 123 (48.44% from 255 or 56.42% from 218); Green value is 1 (0.78% from 255 or 0.46% from 218); Blue value is 94 (37.11% from 255 or 43.12% from 218); Max value from RGB is 123 - color contains mainly: red. Hex color #7B015E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7B015E is #84FEA1. Grayscale: #2F2F2F. Windows color (decimal): -8715938 or 6160763. OLE color: 6160763.

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

Color convert

RGB 123 1 94 -
CMYK 0 0.99 0.24 0.52
HSL 314.26º 0.98% 0.24% -
HSV(B) 314.26º 0.99% 0.48% -
XYZ 10.2 5.04 11.03 -
YUV 48.08 153.92 181.44 -
System Red Green Blue C M Y K H S L
Decimal 123 1 94 0 0.99 0.24 0.52 314.26 0.98 0.24
Hex 7B 1 5E 0 63 18 34 13A 62 18
Octal 173 1 136 0 143 30 64 472 142 30
Binary 1111011 1 1011110 0 1100011 11000 110100 100111010 1100010 11000

Color Harmonies of #7B015E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B015E

Black with #7B015E

Text Example


Text Example

White with #7B015E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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