Html Css Color HEX #7D005D Eggplant

📋 copy color: '#7D005D'

red 125 ◦ green 0 ◦ blue 93

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

Shades of Eggplant #7D005D

Tints of Eggplant #7D005D

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 57.34%
G = 0%
B = 42.66%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.26

 K value IS 0.51

RGB Variations

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

Color information

#7D005D (or 0x7D005D) is known color: Eggplant. HEX triplet: 7D, 00 and 5D. RGB value is (125,0,93). Sum of RGB (Red+Green+Blue) = 125+0+93=218 (28% of max value = 765). Red value is 125 (49.22% from 255 or 57.34% from 218); Green value is 0 (0.39% from 255 or 0% from 218); Blue value is 93 (36.72% from 255 or 42.66% from 218); Max value from RGB is 125 - color contains mainly: red. Hex color #7D005D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7D005D is #82FFA2. Grayscale: #2F2F2F. Windows color (decimal): -8585123 or 6094973. OLE color: 6094973.

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

Color convert

RGB 125 0 93 -
CMYK 0 1 0.26 0.51
HSL 315.36º 1% 0.25% -
HSV(B) 315.36º 1% 0.49% -
XYZ 10.43 5.15 10.8 -
YUV 47.98 153.41 182.94 -
System Red Green Blue C M Y K H S L
Decimal 125 0 93 0 1 0.26 0.51 315.36 1 0.25
Hex 7D 0 5D 0 64 1A 33 13B 64 19
Octal 175 0 135 0 144 32 63 473 144 31
Binary 1111101 0 1011101 0 1100100 11010 110011 100111011 1100100 11001

Color Harmonies of #7D005D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D005D

Black with #7D005D

Text Example


Text Example

White with #7D005D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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