Html Css Color HEX #7A065F Eggplant

📋 copy color: '#7A065F'

red 122 ◦ green 6 ◦ blue 95

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

Shades of Eggplant #7A065F

Tints of Eggplant #7A065F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 42.6%

R = 54.71%
G = 2.69%
B = 42.6%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.22

 K value IS 0.52

RGB Variations

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

Color information

#7A065F (or 0x7A065F) is known color: Eggplant. HEX triplet: 7A, 06 and 5F. RGB value is (122,6,95). Sum of RGB (Red+Green+Blue) = 122+6+95=223 (29% of max value = 765). Red value is 122 (48.05% from 255 or 54.71% from 223); Green value is 6 (2.73% from 255 or 2.69% from 223); Blue value is 95 (37.5% from 255 or 42.60% from 223); Max value from RGB is 122 - color contains mainly: red. Hex color #7A065F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A065F is #85F9A0. Grayscale: #323232. Windows color (decimal): -8780193 or 6227578. OLE color: 6227578.

HSL color Cylindrical-coordinate representation of color #7A065F: hue angle of 313.97º 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 #7A065F is Cyan = 0, Magento = 0.95, Yellow = 0.22 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 6 95 -
CMYK 0 0.95 0.22 0.52
HSL 313.97º 0.91% 0.25% -
HSV(B) 313.97º 0.95% 0.48% -
XYZ 10.16 5.09 11.27 -
YUV 50.83 152.93 178.76 -
System Red Green Blue C M Y K H S L
Decimal 122 6 95 0 0.95 0.22 0.52 313.97 0.91 0.25
Hex 7A 6 5F 0 5F 16 34 13A 5B 19
Octal 172 6 137 0 137 26 64 472 133 31
Binary 1111010 110 1011111 0 1011111 10110 110100 100111010 1011011 11001

Color Harmonies of #7A065F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A065F

Black with #7A065F

Text Example


Text Example

White with #7A065F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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