Html Css Color HEX #7D035A Eggplant

📋 copy color: '#7D035A'

red 125 ◦ green 3 ◦ blue 90

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

Shades of Eggplant #7D035A

Tints of Eggplant #7D035A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 41.28%

R = 57.34%
G = 1.38%
B = 41.28%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.28

 K value IS 0.51

RGB Variations

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

Color information

#7D035A (or 0x7D035A) is known color: Eggplant. HEX triplet: 7D, 03 and 5A. RGB value is (125,3,90). Sum of RGB (Red+Green+Blue) = 125+3+90=218 (28% of max value = 765). Red value is 125 (49.22% from 255 or 57.34% from 218); Green value is 3 (1.56% from 255 or 1.38% from 218); Blue value is 90 (35.55% from 255 or 41.28% from 218); Max value from RGB is 125 - color contains mainly: red. Hex color #7D035A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7D035A is #82FCA5. Grayscale: #313131. Windows color (decimal): -8584358 or 5899133. OLE color: 5899133.

HSL color Cylindrical-coordinate representation of color #7D035A: hue angle of 317.21º 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 #7D035A is Cyan = 0, Magento = 0.98, Yellow = 0.28 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 3 90 -
CMYK 0 0.98 0.28 0.51
HSL 317.21º 0.95% 0.25% -
HSV(B) 317.21º 0.98% 0.49% -
XYZ 10.34 5.16 10.12 -
YUV 49.4 150.92 181.93 -
System Red Green Blue C M Y K H S L
Decimal 125 3 90 0 0.98 0.28 0.51 317.21 0.95 0.25
Hex 7D 3 5A 0 62 1C 33 13D 5F 19
Octal 175 3 132 0 142 34 63 475 137 31
Binary 1111101 11 1011010 0 1100010 11100 110011 100111101 1011111 11001

Color Harmonies of #7D035A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D035A

Black with #7D035A

Text Example


Text Example

White with #7D035A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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