Html Css Color HEX #7D0A5A Eggplant

📋 copy color: '#7D0A5A'

red 125 ◦ green 10 ◦ blue 90

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

Shades of Eggplant #7D0A5A

Tints of Eggplant #7D0A5A

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.44%

 BLUE value IS 90 (35.55% from 255) = 40%

R = 55.56%
G = 4.44%
B = 40%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.28

 K value IS 0.51

RGB Variations

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

Color information

#7D0A5A (or 0x7D0A5A) is known color: Eggplant. HEX triplet: 7D, 0A and 5A. RGB value is (125,10,90). Sum of RGB (Red+Green+Blue) = 125+10+90=225 (29% of max value = 765). Red value is 125 (49.22% from 255 or 55.56% from 225); Green value is 10 (4.30% from 255 or 4.44% from 225); Blue value is 90 (35.55% from 255 or 40% from 225); Max value from RGB is 125 - color contains mainly: red. Hex color #7D0A5A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7D0A5A is #82F5A5. Grayscale: #353535. Windows color (decimal): -8582566 or 5900925. OLE color: 5900925.

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

Color convert

RGB 125 10 90 -
CMYK 0 0.92 0.28 0.51
HSL 318.26º 0.85% 0.26% -
HSV(B) 318.26º 0.92% 0.49% -
XYZ 10.41 5.32 10.15 -
YUV 53.51 148.6 179 -
System Red Green Blue C M Y K H S L
Decimal 125 10 90 0 0.92 0.28 0.51 318.26 0.85 0.26
Hex 7D A 5A 0 5C 1C 33 13E 55 1A
Octal 175 12 132 0 134 34 63 476 125 32
Binary 1111101 1010 1011010 0 1011100 11100 110011 100111110 1010101 11010

Color Harmonies of #7D0A5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D0A5A

Black with #7D0A5A

Text Example


Text Example

White with #7D0A5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,10,90); }

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

background-color css

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

 a { background-color: rgb(125,10,90); }

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

border-color css

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

 span { border-color: rgb(125,10,90); }

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