Html Css Color HEX #7D015E Eggplant

📋 copy color: '#7D015E'

red 125 ◦ green 1 ◦ blue 94

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

Shades of Eggplant #7D015E

Tints of Eggplant #7D015E

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.45%

 BLUE value IS 94 (37.11% from 255) = 42.73%

R = 56.82%
G = 0.45%
B = 42.73%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.25

 K value IS 0.51

RGB Variations

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

Color information

#7D015E (or 0x7D015E) is known color: Eggplant. HEX triplet: 7D, 01 and 5E. RGB value is (125,1,94). Sum of RGB (Red+Green+Blue) = 125+1+94=220 (29% of max value = 765). Red value is 125 (49.22% from 255 or 56.82% from 220); Green value is 1 (0.78% from 255 or 0.45% from 220); Blue value is 94 (37.11% from 255 or 42.73% from 220); Max value from RGB is 125 - color contains mainly: red. Hex color #7D015E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7D015E is #82FEA1. Grayscale: #303030. Windows color (decimal): -8584866 or 6160765. OLE color: 6160765.

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

Color convert

RGB 125 1 94 -
CMYK 0 0.99 0.25 0.51
HSL 315º 0.98% 0.25% -
HSV(B) 315º 0.99% 0.49% -
XYZ 10.49 5.19 11.04 -
YUV 48.68 153.58 182.44 -
System Red Green Blue C M Y K H S L
Decimal 125 1 94 0 0.99 0.25 0.51 315 0.98 0.25
Hex 7D 1 5E 0 63 19 33 13B 62 19
Octal 175 1 136 0 143 31 63 473 142 31
Binary 1111101 1 1011110 0 1100011 11001 110011 100111011 1100010 11001

Color Harmonies of #7D015E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D015E

Black with #7D015E

Text Example


Text Example

White with #7D015E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,1,94); }

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

background-color css

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

 a { background-color: rgb(125,1,94); }

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

border-color css

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

 span { border-color: rgb(125,1,94); }

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