Html Css Color HEX #7D0554 Eggplant

📋 copy color: '#7D0554'

red 125 ◦ green 5 ◦ blue 84

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

Shades of Eggplant #7D0554

Tints of Eggplant #7D0554

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.34%

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

R = 58.41%
G = 2.34%
B = 39.25%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.33

 K value IS 0.51

RGB Variations

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

Color information

#7D0554 (or 0x7D0554) is known color: Eggplant. HEX triplet: 7D, 05 and 54. RGB value is (125,5,84). Sum of RGB (Red+Green+Blue) = 125+5+84=214 (28% of max value = 765). Red value is 125 (49.22% from 255 or 58.41% from 214); Green value is 5 (2.34% from 255 or 2.34% from 214); Blue value is 84 (33.20% from 255 or 39.25% from 214); Max value from RGB is 125 - color contains mainly: red. Hex color #7D0554 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7D0554 is #82FAAB. Grayscale: #313131. Windows color (decimal): -8583852 or 5506429. OLE color: 5506429.

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

Color convert

RGB 125 5 84 -
CMYK 0 0.96 0.33 0.51
HSL 320.5º 0.92% 0.25% -
HSV(B) 320.5º 0.96% 0.49% -
XYZ 10.11 5.11 8.84 -
YUV 49.89 147.26 181.58 -
System Red Green Blue C M Y K H S L
Decimal 125 5 84 0 0.96 0.33 0.51 320.5 0.92 0.25
Hex 7D 5 54 0 60 21 33 140 5C 19
Octal 175 5 124 0 140 41 63 500 134 31
Binary 1111101 101 1010100 0 1100000 100001 110011 101000000 1011100 11001

Color Harmonies of #7D0554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D0554

Black with #7D0554

Text Example


Text Example

White with #7D0554

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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