Html Css Color HEX #7B015D Eggplant

📋 copy color: '#7B015D'

red 123 ◦ green 1 ◦ blue 93

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

Shades of Eggplant #7B015D

Tints of Eggplant #7B015D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 42.86%

R = 56.68%
G = 0.46%
B = 42.86%

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

#7B015D (or 0x7B015D) is known color: Eggplant. HEX triplet: 7B, 01 and 5D. RGB value is (123,1,93). Sum of RGB (Red+Green+Blue) = 123+1+93=217 (28% of max value = 765). Red value is 123 (48.44% from 255 or 56.68% from 217); Green value is 1 (0.78% from 255 or 0.46% from 217); Blue value is 93 (36.72% from 255 or 42.86% from 217); Max value from RGB is 123 - color contains mainly: red. Hex color #7B015D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7B015D is #84FEA2. Grayscale: #2F2F2F. Windows color (decimal): -8715939 or 6095227. OLE color: 6095227.

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

Color convert

RGB 123 1 93 -
CMYK 0 0.99 0.24 0.52
HSL 314.75º 0.98% 0.24% -
HSV(B) 314.75º 0.99% 0.48% -
XYZ 10.16 5.02 10.79 -
YUV 47.97 153.42 181.52 -
System Red Green Blue C M Y K H S L
Decimal 123 1 93 0 0.99 0.24 0.52 314.75 0.98 0.24
Hex 7B 1 5D 0 63 18 34 13B 62 18
Octal 173 1 135 0 143 30 64 473 142 30
Binary 1111011 1 1011101 0 1100011 11000 110100 100111011 1100010 11000

Color Harmonies of #7B015D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B015D

Black with #7B015D

Text Example


Text Example

White with #7B015D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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