Html Css Color HEX #7D0354 Eggplant

📋 copy color: '#7D0354'

red 125 ◦ green 3 ◦ blue 84

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

Shades of Eggplant #7D0354

Tints of Eggplant #7D0354

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.42%

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

R = 58.96%
G = 1.42%
B = 39.62%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.33

 K value IS 0.51

RGB Variations

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

Color information

#7D0354 (or 0x7D0354) is known color: Eggplant. HEX triplet: 7D, 03 and 54. RGB value is (125,3,84). Sum of RGB (Red+Green+Blue) = 125+3+84=212 (28% of max value = 765). Red value is 125 (49.22% from 255 or 58.96% from 212); Green value is 3 (1.56% from 255 or 1.42% from 212); Blue value is 84 (33.20% from 255 or 39.62% from 212); Max value from RGB is 125 - color contains mainly: red. Hex color #7D0354 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7D0354 is #82FCAB. Grayscale: #303030. Windows color (decimal): -8584364 or 5505917. OLE color: 5505917.

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

Color convert

RGB 125 3 84 -
CMYK 0 0.98 0.33 0.51
HSL 320.16º 0.95% 0.25% -
HSV(B) 320.16º 0.98% 0.49% -
XYZ 10.09 5.07 8.83 -
YUV 48.71 147.92 182.41 -
System Red Green Blue C M Y K H S L
Decimal 125 3 84 0 0.98 0.33 0.51 320.16 0.95 0.25
Hex 7D 3 54 0 62 21 33 140 5F 19
Octal 175 3 124 0 142 41 63 500 137 31
Binary 1111101 11 1010100 0 1100010 100001 110011 101000000 1011111 11001

Color Harmonies of #7D0354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D0354

Black with #7D0354

Text Example


Text Example

White with #7D0354

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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