Html Css Color HEX #7D055D Eggplant

📋 copy color: '#7D055D'

red 125 ◦ green 5 ◦ blue 93

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

Shades of Eggplant #7D055D

Tints of Eggplant #7D055D

RGB

 RED value IS 125 (49.22% from 255) = 56.05%

 GREEN value IS 5 (2.34% from 255) = 2.24%

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

R = 56.05%
G = 2.24%
B = 41.7%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.26

 K value IS 0.51

RGB Variations

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

Color information

#7D055D (or 0x7D055D) is known color: Eggplant. HEX triplet: 7D, 05 and 5D. RGB value is (125,5,93). Sum of RGB (Red+Green+Blue) = 125+5+93=223 (29% of max value = 765). Red value is 125 (49.22% from 255 or 56.05% from 223); Green value is 5 (2.34% from 255 or 2.24% from 223); Blue value is 93 (36.72% from 255 or 41.70% from 223); Max value from RGB is 125 - color contains mainly: red. Hex color #7D055D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7D055D is #82FAA2. Grayscale: #323232. Windows color (decimal): -8583843 or 6096253. OLE color: 6096253.

HSL color Cylindrical-coordinate representation of color #7D055D: hue angle of 316º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7D055D is Cyan = 0, Magento = 0.96, Yellow = 0.26 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 5 93 -
CMYK 0 0.96 0.26 0.51
HSL 316º 0.92% 0.25% -
HSV(B) 316º 0.96% 0.49% -
XYZ 10.49 5.26 10.82 -
YUV 50.91 151.76 180.84 -
System Red Green Blue C M Y K H S L
Decimal 125 5 93 0 0.96 0.26 0.51 316 0.92 0.25
Hex 7D 5 5D 0 60 1A 33 13C 5C 19
Octal 175 5 135 0 140 32 63 474 134 31
Binary 1111101 101 1011101 0 1100000 11010 110011 100111100 1011100 11001

Color Harmonies of #7D055D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D055D

Black with #7D055D

Text Example


Text Example

White with #7D055D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,5,93); }

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

background-color css

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

 a { background-color: rgb(125,5,93); }

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

border-color css

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

 span { border-color: rgb(125,5,93); }

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