Html Css Color HEX #7B015C Eggplant

📋 copy color: '#7B015C'

red 123 ◦ green 1 ◦ blue 92

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

Shades of Eggplant #7B015C

Tints of Eggplant #7B015C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 42.59%

R = 56.94%
G = 0.46%
B = 42.59%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.25

 K value IS 0.52

RGB Variations

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

Color information

#7B015C (or 0x7B015C) is known color: Eggplant. HEX triplet: 7B, 01 and 5C. RGB value is (123,1,92). Sum of RGB (Red+Green+Blue) = 123+1+92=216 (28% of max value = 765). Red value is 123 (48.44% from 255 or 56.94% from 216); Green value is 1 (0.78% from 255 or 0.46% from 216); Blue value is 92 (36.33% from 255 or 42.59% from 216); Max value from RGB is 123 - color contains mainly: red. Hex color #7B015C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7B015C is #84FEA3. Grayscale: #2F2F2F. Windows color (decimal): -8715940 or 6029691. OLE color: 6029691.

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

Color convert

RGB 123 1 92 -
CMYK 0 0.99 0.25 0.52
HSL 315.25º 0.98% 0.24% -
HSV(B) 315.25º 0.99% 0.48% -
XYZ 10.11 5.01 10.56 -
YUV 47.85 152.92 181.6 -
System Red Green Blue C M Y K H S L
Decimal 123 1 92 0 0.99 0.25 0.52 315.25 0.98 0.24
Hex 7B 1 5C 0 63 19 34 13B 62 18
Octal 173 1 134 0 143 31 64 473 142 30
Binary 1111011 1 1011100 0 1100011 11001 110100 100111011 1100010 11000

Color Harmonies of #7B015C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B015C

Black with #7B015C

Text Example


Text Example

White with #7B015C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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