Html Css Color HEX #7D035B Eggplant

📋 copy color: '#7D035B'

red 125 ◦ green 3 ◦ blue 91

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

Shades of Eggplant #7D035B

Tints of Eggplant #7D035B

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.37%

 BLUE value IS 91 (35.94% from 255) = 41.55%

R = 57.08%
G = 1.37%
B = 41.55%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.27

 K value IS 0.51

RGB Variations

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

Color information

#7D035B (or 0x7D035B) is known color: Eggplant. HEX triplet: 7D, 03 and 5B. RGB value is (125,3,91). Sum of RGB (Red+Green+Blue) = 125+3+91=219 (29% of max value = 765). Red value is 125 (49.22% from 255 or 57.08% from 219); Green value is 3 (1.56% from 255 or 1.37% from 219); Blue value is 91 (35.94% from 255 or 41.55% from 219); Max value from RGB is 125 - color contains mainly: red. Hex color #7D035B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7D035B is #82FCA4. Grayscale: #313131. Windows color (decimal): -8584357 or 5964669. OLE color: 5964669.

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

Color convert

RGB 125 3 91 -
CMYK 0 0.98 0.27 0.51
HSL 316.72º 0.95% 0.25% -
HSV(B) 316.72º 0.98% 0.49% -
XYZ 10.38 5.18 10.35 -
YUV 49.51 151.42 181.84 -
System Red Green Blue C M Y K H S L
Decimal 125 3 91 0 0.98 0.27 0.51 316.72 0.95 0.25
Hex 7D 3 5B 0 62 1B 33 13D 5F 19
Octal 175 3 133 0 142 33 63 475 137 31
Binary 1111101 11 1011011 0 1100010 11011 110011 100111101 1011111 11001

Color Harmonies of #7D035B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D035B

Black with #7D035B

Text Example


Text Example

White with #7D035B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,3,91); }

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

background-color css

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

 a { background-color: rgb(125,3,91); }

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

border-color css

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

 span { border-color: rgb(125,3,91); }

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