Html Css Color HEX #7D0754 Eggplant

📋 copy color: '#7D0754'

red 125 ◦ green 7 ◦ blue 84

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

Shades of Eggplant #7D0754

Tints of Eggplant #7D0754

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.24%

 BLUE value IS 84 (33.2% from 255) = 38.89%

R = 57.87%
G = 3.24%
B = 38.89%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.33

 K value IS 0.51

RGB Variations

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

Color information

#7D0754 (or 0x7D0754) is known color: Eggplant. HEX triplet: 7D, 07 and 54. RGB value is (125,7,84). Sum of RGB (Red+Green+Blue) = 125+7+84=216 (28% of max value = 765). Red value is 125 (49.22% from 255 or 57.87% from 216); Green value is 7 (3.12% from 255 or 3.24% from 216); Blue value is 84 (33.20% from 255 or 38.89% from 216); Max value from RGB is 125 - color contains mainly: red. Hex color #7D0754 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7D0754 is #82F8AB. Grayscale: #323232. Windows color (decimal): -8583340 or 5506941. OLE color: 5506941.

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

Color convert

RGB 125 7 84 -
CMYK 0 0.94 0.33 0.51
HSL 320.85º 0.89% 0.26% -
HSV(B) 320.85º 0.94% 0.49% -
XYZ 10.13 5.15 8.85 -
YUV 51.06 146.59 180.74 -
System Red Green Blue C M Y K H S L
Decimal 125 7 84 0 0.94 0.33 0.51 320.85 0.89 0.26
Hex 7D 7 54 0 5E 21 33 141 59 1A
Octal 175 7 124 0 136 41 63 501 131 32
Binary 1111101 111 1010100 0 1011110 100001 110011 101000001 1011001 11010

Color Harmonies of #7D0754

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D0754

Black with #7D0754

Text Example


Text Example

White with #7D0754

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,7,84); }

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

background-color css

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

 a { background-color: rgb(125,7,84); }

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

border-color css

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

 span { border-color: rgb(125,7,84); }

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