Html Css Color HEX #7D005B Eggplant

📋 copy color: '#7D005B'

red 125 ◦ green 0 ◦ blue 91

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

Shades of Eggplant #7D005B

Tints of Eggplant #7D005B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 42.13%

R = 57.87%
G = 0%
B = 42.13%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.27

 K value IS 0.51

RGB Variations

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

Color information

#7D005B (or 0x7D005B) is known color: Eggplant. HEX triplet: 7D, 00 and 5B. RGB value is (125,0,91). Sum of RGB (Red+Green+Blue) = 125+0+91=216 (28% of max value = 765). Red value is 125 (49.22% from 255 or 57.87% from 216); Green value is 0 (0.39% from 255 or 0% from 216); Blue value is 91 (35.94% from 255 or 42.13% from 216); Max value from RGB is 125 - color contains mainly: red. Hex color #7D005B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7D005B is #82FFA4. Grayscale: #2F2F2F. Windows color (decimal): -8585125 or 5963901. OLE color: 5963901.

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

Color convert

RGB 125 0 91 -
CMYK 0 1 0.27 0.51
HSL 316.32º 1% 0.25% -
HSV(B) 316.32º 1% 0.49% -
XYZ 10.35 5.12 10.34 -
YUV 47.75 152.41 183.1 -
System Red Green Blue C M Y K H S L
Decimal 125 0 91 0 1 0.27 0.51 316.32 1 0.25
Hex 7D 0 5B 0 64 1B 33 13C 64 19
Octal 175 0 133 0 144 33 63 474 144 31
Binary 1111101 0 1011011 0 1100100 11011 110011 100111100 1100100 11001

Color Harmonies of #7D005B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D005B

Black with #7D005B

Text Example


Text Example

White with #7D005B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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