Html Css Color HEX #7D025D Eggplant

📋 copy color: '#7D025D'

red 125 ◦ green 2 ◦ blue 93

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

Shades of Eggplant #7D025D

Tints of Eggplant #7D025D

RGB

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

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

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

R = 56.82%
G = 0.91%
B = 42.27%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.26

 K value IS 0.51

RGB Variations

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

Color information

#7D025D (or 0x7D025D) is known color: Eggplant. HEX triplet: 7D, 02 and 5D. RGB value is (125,2,93). Sum of RGB (Red+Green+Blue) = 125+2+93=220 (29% of max value = 765). Red value is 125 (49.22% from 255 or 56.82% from 220); Green value is 2 (1.17% from 255 or 0.91% from 220); Blue value is 93 (36.72% from 255 or 42.27% from 220); Max value from RGB is 125 - color contains mainly: red. Hex color #7D025D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7D025D is #82FDA2. Grayscale: #303030. Windows color (decimal): -8584611 or 6095485. OLE color: 6095485.

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

Color convert

RGB 125 2 93 -
CMYK 0 0.98 0.26 0.51
HSL 315.61º 0.97% 0.25% -
HSV(B) 315.61º 0.98% 0.49% -
XYZ 10.45 5.19 10.81 -
YUV 49.15 152.75 182.1 -
System Red Green Blue C M Y K H S L
Decimal 125 2 93 0 0.98 0.26 0.51 315.61 0.97 0.25
Hex 7D 2 5D 0 62 1A 33 13C 61 19
Octal 175 2 135 0 142 32 63 474 141 31
Binary 1111101 10 1011101 0 1100010 11010 110011 100111100 1100001 11001

Color Harmonies of #7D025D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D025D

Black with #7D025D

Text Example


Text Example

White with #7D025D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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