Html Css Color HEX #7A0361 Eggplant

📋 copy color: '#7A0361'

red 122 ◦ green 3 ◦ blue 97

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

Shades of Eggplant #7A0361

Tints of Eggplant #7A0361

RGB

 RED value IS 122 (48.05% from 255) = 54.95%

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

 BLUE value IS 97 (38.28% from 255) = 43.69%

R = 54.95%
G = 1.35%
B = 43.69%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.20

 K value IS 0.52

RGB Variations

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

Color information

#7A0361 (or 0x7A0361) is known color: Eggplant. HEX triplet: 7A, 03 and 61. RGB value is (122,3,97). Sum of RGB (Red+Green+Blue) = 122+3+97=222 (29% of max value = 765). Red value is 122 (48.05% from 255 or 54.95% from 222); Green value is 3 (1.56% from 255 or 1.35% from 222); Blue value is 97 (38.28% from 255 or 43.69% from 222); Max value from RGB is 122 - color contains mainly: red. Hex color #7A0361 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A0361 is #85FC9E. Grayscale: #313131. Windows color (decimal): -8780959 or 6357882. OLE color: 6357882.

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

Color convert

RGB 122 3 97 -
CMYK 0 0.98 0.20 0.52
HSL 312.61º 0.95% 0.25% -
HSV(B) 312.61º 0.98% 0.48% -
XYZ 10.22 5.07 11.75 -
YUV 49.3 154.92 179.86 -
System Red Green Blue C M Y K H S L
Decimal 122 3 97 0 0.98 0.20 0.52 312.61 0.95 0.25
Hex 7A 3 61 0 62 14 34 139 5F 19
Octal 172 3 141 0 142 24 64 471 137 31
Binary 1111010 11 1100001 0 1100010 10100 110100 100111001 1011111 11001

Color Harmonies of #7A0361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A0361

Black with #7A0361

Text Example


Text Example

White with #7A0361

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,3,97); }

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

background-color css

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

 a { background-color: rgb(122,3,97); }

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

border-color css

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

 span { border-color: rgb(122,3,97); }

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