Html Css Color HEX #7B025C Eggplant

📋 copy color: '#7B025C'

red 123 ◦ green 2 ◦ blue 92

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

Shades of Eggplant #7B025C

Tints of Eggplant #7B025C

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.92%

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

R = 56.68%
G = 0.92%
B = 42.4%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.25

 K value IS 0.52

RGB Variations

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

Color information

#7B025C (or 0x7B025C) is known color: Eggplant. HEX triplet: 7B, 02 and 5C. RGB value is (123,2,92). Sum of RGB (Red+Green+Blue) = 123+2+92=217 (28% of max value = 765). Red value is 123 (48.44% from 255 or 56.68% from 217); Green value is 2 (1.17% from 255 or 0.92% from 217); Blue value is 92 (36.33% from 255 or 42.40% from 217); Max value from RGB is 123 - color contains mainly: red. Hex color #7B025C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7B025C is #84FDA3. Grayscale: #303030. Windows color (decimal): -8715684 or 6029947. OLE color: 6029947.

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

Color convert

RGB 123 2 92 -
CMYK 0 0.98 0.25 0.52
HSL 315.37º 0.97% 0.25% -
HSV(B) 315.37º 0.98% 0.48% -
XYZ 10.12 5.03 10.56 -
YUV 48.44 152.59 181.18 -
System Red Green Blue C M Y K H S L
Decimal 123 2 92 0 0.98 0.25 0.52 315.37 0.97 0.25
Hex 7B 2 5C 0 62 19 34 13B 61 19
Octal 173 2 134 0 142 31 64 473 141 31
Binary 1111011 10 1011100 0 1100010 11001 110100 100111011 1100001 11001

Color Harmonies of #7B025C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B025C

Black with #7B025C

Text Example


Text Example

White with #7B025C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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