Html Css Color HEX #7D005A Eggplant

📋 copy color: '#7D005A'

red 125 ◦ green 0 ◦ blue 90

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

Shades of Eggplant #7D005A

Tints of Eggplant #7D005A

RGB

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

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

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

R = 58.14%
G = 0%
B = 41.86%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.28

 K value IS 0.51

RGB Variations

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

Color information

#7D005A (or 0x7D005A) is known color: Eggplant. HEX triplet: 7D, 00 and 5A. RGB value is (125,0,90). Sum of RGB (Red+Green+Blue) = 125+0+90=215 (28% of max value = 765). Red value is 125 (49.22% from 255 or 58.14% from 215); Green value is 0 (0.39% from 255 or 0% from 215); Blue value is 90 (35.55% from 255 or 41.86% from 215); Max value from RGB is 125 - color contains mainly: red. Hex color #7D005A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7D005A is #82FFA5. Grayscale: #2F2F2F. Windows color (decimal): -8585126 or 5898365. OLE color: 5898365.

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

Color convert

RGB 125 0 90 -
CMYK 0 1 0.28 0.51
HSL 316.8º 1% 0.25% -
HSV(B) 316.8º 1% 0.49% -
XYZ 10.3 5.1 10.11 -
YUV 47.64 151.91 183.18 -
System Red Green Blue C M Y K H S L
Decimal 125 0 90 0 1 0.28 0.51 316.8 1 0.25
Hex 7D 0 5A 0 64 1C 33 13D 64 19
Octal 175 0 132 0 144 34 63 475 144 31
Binary 1111101 0 1011010 0 1100100 11100 110011 100111101 1100100 11001

Color Harmonies of #7D005A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D005A

Black with #7D005A

Text Example


Text Example

White with #7D005A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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