Html Css Color HEX #7D005C Eggplant

📋 copy color: '#7D005C'

red 125 ◦ green 0 ◦ blue 92

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

Shades of Eggplant #7D005C

Tints of Eggplant #7D005C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 42.4%

R = 57.6%
G = 0%
B = 42.4%

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

#7D005C (or 0x7D005C) is known color: Eggplant. HEX triplet: 7D, 00 and 5C. RGB value is (125,0,92). Sum of RGB (Red+Green+Blue) = 125+0+92=217 (28% of max value = 765). Red value is 125 (49.22% from 255 or 57.60% from 217); Green value is 0 (0.39% from 255 or 0% from 217); Blue value is 92 (36.33% from 255 or 42.40% from 217); Max value from RGB is 125 - color contains mainly: red. Hex color #7D005C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7D005C is #82FFA3. Grayscale: #2F2F2F. Windows color (decimal): -8585124 or 6029437. OLE color: 6029437.

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

Color convert

RGB 125 0 92 -
CMYK 0 1 0.26 0.51
HSL 315.84º 1% 0.25% -
HSV(B) 315.84º 1% 0.49% -
XYZ 10.39 5.13 10.57 -
YUV 47.86 152.91 183.02 -
System Red Green Blue C M Y K H S L
Decimal 125 0 92 0 1 0.26 0.51 315.84 1 0.25
Hex 7D 0 5C 0 64 1A 33 13C 64 19
Octal 175 0 134 0 144 32 63 474 144 31
Binary 1111101 0 1011100 0 1100100 11010 110011 100111100 1100100 11001

Color Harmonies of #7D005C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D005C

Black with #7D005C

Text Example


Text Example

White with #7D005C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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