Html Css Color HEX #7A065D Eggplant

📋 copy color: '#7A065D'

red 122 ◦ green 6 ◦ blue 93

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

Shades of Eggplant #7A065D

Tints of Eggplant #7A065D

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.71%

 BLUE value IS 93 (36.72% from 255) = 42.08%

R = 55.2%
G = 2.71%
B = 42.08%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.24

 K value IS 0.52

RGB Variations

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

Color information

#7A065D (or 0x7A065D) is known color: Eggplant. HEX triplet: 7A, 06 and 5D. RGB value is (122,6,93). Sum of RGB (Red+Green+Blue) = 122+6+93=221 (29% of max value = 765). Red value is 122 (48.05% from 255 or 55.20% from 221); Green value is 6 (2.73% from 255 or 2.71% from 221); Blue value is 93 (36.72% from 255 or 42.08% from 221); Max value from RGB is 122 - color contains mainly: red. Hex color #7A065D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A065D is #85F9A2. Grayscale: #323232. Windows color (decimal): -8780195 or 6096506. OLE color: 6096506.

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

Color convert

RGB 122 6 93 -
CMYK 0 0.95 0.24 0.52
HSL 315º 0.91% 0.25% -
HSV(B) 315º 0.95% 0.48% -
XYZ 10.07 5.06 10.8 -
YUV 50.6 151.93 178.93 -
System Red Green Blue C M Y K H S L
Decimal 122 6 93 0 0.95 0.24 0.52 315 0.91 0.25
Hex 7A 6 5D 0 5F 18 34 13B 5B 19
Octal 172 6 135 0 137 30 64 473 133 31
Binary 1111010 110 1011101 0 1011111 11000 110100 100111011 1011011 11001

Color Harmonies of #7A065D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A065D

Black with #7A065D

Text Example


Text Example

White with #7A065D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,6,93); }

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

background-color css

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

 a { background-color: rgb(122,6,93); }

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

border-color css

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

 span { border-color: rgb(122,6,93); }

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